diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2001-03-22 13:19:32 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2001-03-22 13:19:32 +0000 |
commit | ed873335b7e832afa4f64034001aa3387000b6b3 (patch) | |
tree | 016733791991e3fbffa0f888ca5d51876eb144bb /sbin/fsdb/fsdbutil.c | |
parent | 30fcf1145129bd3450a93b24e9447b8381aa2cbd (diff) | |
download | src-ed873335b7e832afa4f64034001aa3387000b6b3.tar.gz src-ed873335b7e832afa4f64034001aa3387000b6b3.zip |
Respect style(9), one must not include both <sys/types.h> and
<sys/param.h> (the latter includes the former).
Submitted by: bde
Notes
Notes:
svn path=/head/; revision=74652
Diffstat (limited to 'sbin/fsdb/fsdbutil.c')
-rw-r--r-- | sbin/fsdb/fsdbutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c index eaa24ffbc72c..3fbc8aa17f5d 100644 --- a/sbin/fsdb/fsdbutil.c +++ b/sbin/fsdb/fsdbutil.c @@ -33,7 +33,6 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ -#include <sys/types.h> #include <sys/param.h> #include <ctype.h> #include <err.h> |