summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-04-04 17:43:48 +0000
committergad <gad@FreeBSD.org>2004-04-04 17:43:48 +0000
commit1ac8ee31921a86b4041517f6afb873bcfaa5644f (patch)
tree76c5793990f549a7d8ff293e649e5355bbf7bfda /bin
parent9f5d42a05e638500f836885d9d3ff8eba6044f97 (diff)
downloadFreeBSD-src-1ac8ee31921a86b4041517f6afb873bcfaa5644f.zip
FreeBSD-src-1ac8ee31921a86b4041517f6afb873bcfaa5644f.tar.gz
Drop the include of <stdint.h>, since r1.84 removed references of intmax_t.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index fb5f92d..fda4125 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -70,7 +70,6 @@ __FBSDID("$FreeBSD$");
#include <locale.h>
#include <paths.h>
#include <pwd.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
OpenPOWER on IntegriCloud