diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-07-01 06:23:36 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-07-01 06:23:36 +0000 |
| commit | e153613ab0ee53e7c19cf79cb52c873e906a6f26 (patch) | |
| tree | 1d7f4677f5c21df9c36bc32b4961e3fe80c0b671 /sbin | |
| parent | 1f0ba10b4158ee664213d93bfecd8af738ec0d2d (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/dumpon/dumpon.c | 1 | ||||
| -rw-r--r-- | sbin/fsdb/fsdb.c | 1 | ||||
| -rw-r--r-- | sbin/fsdb/fsdbutil.c | 1 | ||||
| -rw-r--r-- | sbin/fsirand/fsirand.c | 1 | ||||
| -rw-r--r-- | sbin/init/init.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 59450736b6a8..51d2e42fac4a 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -49,7 +49,6 @@ static const char rcsid[] = #include <stdio.h> #include <unistd.h> #include <sys/param.h> -#include <sys/types.h> #include <sys/sysctl.h> #include <sys/stat.h> #include <sysexits.h> diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index 7076f585443b..5d54debe0d6c 100644 --- a/sbin/fsdb/fsdb.c +++ b/sbin/fsdb/fsdb.c @@ -33,7 +33,6 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ -#include <sys/types.h> #include <sys/param.h> #include <sys/time.h> #include <ctype.h> diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c index 3a6205063664..3846b6bd5ffb 100644 --- a/sbin/fsdb/fsdbutil.c +++ b/sbin/fsdb/fsdbutil.c @@ -34,7 +34,6 @@ static const char rcsid[] = #endif /* not lint */ #include <sys/types.h> -#include <sys/param.h> #include <ctype.h> #include <err.h> #include <grp.h> diff --git a/sbin/fsirand/fsirand.c b/sbin/fsirand/fsirand.c index 918424faa57b..96a5484ed130 100644 --- a/sbin/fsirand/fsirand.c +++ b/sbin/fsirand/fsirand.c @@ -35,7 +35,6 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ -#include <sys/types.h> #include <sys/disklabel.h> #include <sys/param.h> #include <sys/time.h> diff --git a/sbin/init/init.c b/sbin/init/init.c index 544874b85fd8..64627498b3ad 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -53,7 +53,6 @@ static const char rcsid[] = #include <sys/mount.h> #include <sys/sysctl.h> #include <sys/wait.h> -#include <sys/types.h> #include <sys/stat.h> #include <db.h> |
