diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-07-01 06:02:14 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-07-01 06:02:14 +0000 |
| commit | 624ea18ac599eb8acbc70f9415e1e94eef5b4df8 (patch) | |
| tree | 7e442c630b1862ed0f261a3f4772d1f7d8f5e67b /sbin | |
| parent | ebb1d7255ff8004a5d66d4fc1137452323953665 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/atm/atm/atm.c | 1 | ||||
| -rw-r--r-- | sbin/atm/atm/atm_eni.c | 1 | ||||
| -rw-r--r-- | sbin/atm/atm/atm_fore200.c | 1 | ||||
| -rw-r--r-- | sbin/atm/atm/atm_inet.c | 1 | ||||
| -rw-r--r-- | sbin/atm/atm/atm_print.c | 1 | ||||
| -rw-r--r-- | sbin/atm/atm/atm_set.c | 1 | ||||
| -rw-r--r-- | sbin/atm/atm/atm_show.c | 1 | ||||
| -rw-r--r-- | sbin/atm/atm/atm_subr.c | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c index 77058a1d5f95..4be5a1125157 100644 --- a/sbin/atm/atm/atm.c +++ b/sbin/atm/atm/atm.c @@ -35,7 +35,6 @@ * */ -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/sockio.h> diff --git a/sbin/atm/atm/atm_eni.c b/sbin/atm/atm/atm_eni.c index b2c5deec3b0d..0f9f8210b55d 100644 --- a/sbin/atm/atm/atm_eni.c +++ b/sbin/atm/atm/atm_eni.c @@ -35,7 +35,6 @@ * */ -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> diff --git a/sbin/atm/atm/atm_fore200.c b/sbin/atm/atm/atm_fore200.c index f2522fdccd62..27dfedb18dd7 100644 --- a/sbin/atm/atm/atm_fore200.c +++ b/sbin/atm/atm/atm_fore200.c @@ -35,7 +35,6 @@ * */ -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> diff --git a/sbin/atm/atm/atm_inet.c b/sbin/atm/atm/atm_inet.c index 4c8bb169de81..78f3c684f1c0 100644 --- a/sbin/atm/atm/atm_inet.c +++ b/sbin/atm/atm/atm_inet.c @@ -35,7 +35,6 @@ * */ -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> diff --git a/sbin/atm/atm/atm_print.c b/sbin/atm/atm/atm_print.c index 30bf2ec079e7..e02e9d14a2b1 100644 --- a/sbin/atm/atm/atm_print.c +++ b/sbin/atm/atm/atm_print.c @@ -35,7 +35,6 @@ * */ -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> diff --git a/sbin/atm/atm/atm_set.c b/sbin/atm/atm/atm_set.c index 6522e830df4c..2e3a18fef304 100644 --- a/sbin/atm/atm/atm_set.c +++ b/sbin/atm/atm/atm_set.c @@ -35,7 +35,6 @@ * */ -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/sockio.h> diff --git a/sbin/atm/atm/atm_show.c b/sbin/atm/atm/atm_show.c index 8ab7a22eca5c..0e115e18f6ed 100644 --- a/sbin/atm/atm/atm_show.c +++ b/sbin/atm/atm/atm_show.c @@ -35,7 +35,6 @@ * */ -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> diff --git a/sbin/atm/atm/atm_subr.c b/sbin/atm/atm/atm_subr.c index c923c28a6e51..ee1726b8f3c2 100644 --- a/sbin/atm/atm/atm_subr.c +++ b/sbin/atm/atm/atm_subr.c @@ -35,7 +35,6 @@ * */ -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> |
