summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-12-07 10:25:48 +0000
committerbde <bde@FreeBSD.org>1998-12-07 10:25:48 +0000
commit5462b94b6251450f8faa22ef55e1b4693a6cb641 (patch)
treea1ceacfd3787cb4733bff544a79e129a7ff82af5 /bin
parent3fbe04f24535abf6464c029d896a26850fcc8920 (diff)
downloadFreeBSD-src-5462b94b6251450f8faa22ef55e1b4693a6cb641.zip
FreeBSD-src-5462b94b6251450f8faa22ef55e1b4693a6cb641.tar.gz
Fixed -Wall regression (broken in rev.1.12). Removed unused includes.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/fmt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c
index 76eb78c..f04ae9d 100644
--- a/bin/ps/fmt.c
+++ b/bin/ps/fmt.c
@@ -36,13 +36,13 @@
static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94";
#endif
static const char rcsid[] =
- "$Id: fmt.c,v 1.11 1998/05/15 06:29:15 charnier Exp $";
+ "$Id: fmt.c,v 1.12 1998/06/17 11:33:10 jkoshy Exp $";
#endif /* not lint */
-#include <sys/param.h>
-#include <sys/syslimits.h>
+#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
+#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
OpenPOWER on IntegriCloud