Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/systat need <sys/stat.h>
details: https://anonhg.NetBSD.org/src/rev/451ffbdc1e9a
branches: trunk
changeset: 350379:451ffbdc1e9a
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 10 21:14:51 2017 +0000
description:
need <sys/stat.h>
diffstat:
usr.bin/systat/ps.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r ea7b811b7175 -r 451ffbdc1e9a usr.bin/systat/ps.c
--- a/usr.bin/systat/ps.c Tue Jan 10 21:14:13 2017 +0000
+++ b/usr.bin/systat/ps.c Tue Jan 10 21:14:51 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ps.c,v 1.36 2014/02/19 20:42:14 dsl Exp $ */
+/* $NetBSD: ps.c,v 1.37 2017/01/10 21:14:51 christos Exp $ */
/*-
* Copyright (c) 1999
@@ -45,12 +45,13 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ps.c,v 1.36 2014/02/19 20:42:14 dsl Exp $");
+__RCSID("$NetBSD: ps.c,v 1.37 2017/01/10 21:14:51 christos Exp $");
#endif /* not lint */
#include <sys/param.h>
#include <sys/sched.h>
#include <sys/sysctl.h>
+#include <sys/stat.h>
#include <curses.h>
#include <math.h>
Home |
Main Index |
Thread Index |
Old Index