aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/fmt.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-12-07 10:25:48 +0000
committerBruce Evans <bde@FreeBSD.org>1998-12-07 10:25:48 +0000
commitb98f433d369ca33addf51a5b5dfdca6c1bab6681 (patch)
treeb039435fa33ea90dd299ca523ce178d62a864697 /bin/ps/fmt.c
parent9776f3dbadbbd7c7bf8639d90036d025db98d5e5 (diff)
downloadsrc-b98f433d369ca33addf51a5b5dfdca6c1bab6681.tar.gz
src-b98f433d369ca33addf51a5b5dfdca6c1bab6681.zip
Fixed -Wall regression (broken in rev.1.12). Removed unused includes.
Notes
Notes: svn path=/head/; revision=41580
Diffstat (limited to 'bin/ps/fmt.c')
-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 76eb78c21c21..f04ae9dc6391 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>