diff options
author | Maxim Konovalov <maxim@FreeBSD.org> | 2007-01-20 08:24:02 +0000 |
---|---|---|
committer | Maxim Konovalov <maxim@FreeBSD.org> | 2007-01-20 08:24:02 +0000 |
commit | ba5b74d00104dad9f323b577ddb5ad81f1570501 (patch) | |
tree | 19a46178fdc06e6730195319033bc8ece6f8f54f | |
parent | 90f1c2e4888f6d31dac1fd82187c72a3ecfccee2 (diff) |
Notes
-rw-r--r-- | lib/libc/gen/siglist.c | 1 | ||||
-rw-r--r-- | lib/libc/rpc/getnetconfig.c | 1 | ||||
-rw-r--r-- | lib/libc/rpc/getnetpath.c | 1 | ||||
-rw-r--r-- | usr.bin/tr/str.c | 1 | ||||
-rw-r--r-- | usr.sbin/ndp/ndp.c | 1 | ||||
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.c | 1 | ||||
-rw-r--r-- | usr.sbin/timed/timed/globals.h | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/lib/libc/gen/siglist.c b/lib/libc/gen/siglist.c index dbd2e73d5710..1ff1337d5fa3 100644 --- a/lib/libc/gen/siglist.c +++ b/lib/libc/gen/siglist.c @@ -33,7 +33,6 @@ static char sccsid[] = "@(#)siglist.c 8.1 (Berkeley) 6/4/93"; #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <sys/cdefs.h> #include <signal.h> const char *const sys_signame[NSIG] = { diff --git a/lib/libc/rpc/getnetconfig.c b/lib/libc/rpc/getnetconfig.c index 846419d149ef..484df5cb95d7 100644 --- a/lib/libc/rpc/getnetconfig.c +++ b/lib/libc/rpc/getnetconfig.c @@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" #include "reentrant.h" -#include <sys/cdefs.h> #include <stdio.h> #include <errno.h> #include <netconfig.h> diff --git a/lib/libc/rpc/getnetpath.c b/lib/libc/rpc/getnetpath.c index 5c416fac3e1c..a0a4bfd47a4d 100644 --- a/lib/libc/rpc/getnetpath.c +++ b/lib/libc/rpc/getnetpath.c @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); */ #include "namespace.h" -#include <sys/cdefs.h> #include <stdio.h> #include <errno.h> #include <netconfig.h> diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index c023fea66a24..86ae1731ac42 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); static const char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95"; #endif -#include <sys/cdefs.h> #include <sys/types.h> #include <ctype.h> diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c index 33e1a6a9b718..07b5cf5774a8 100644 --- a/usr.sbin/ndp/ndp.c +++ b/usr.sbin/ndp/ndp.c @@ -107,7 +107,6 @@ #include <stdlib.h> #include <fcntl.h> #include <unistd.h> -#include <err.h> #include "gmt2local.h" /* packing rule for routing socket */ diff --git a/usr.sbin/rtadvd/rtadvd.c b/usr.sbin/rtadvd/rtadvd.c index 048253596f7c..aa7c5d3a3b65 100644 --- a/usr.sbin/rtadvd/rtadvd.c +++ b/usr.sbin/rtadvd/rtadvd.c @@ -49,7 +49,6 @@ #include <time.h> #include <unistd.h> #include <stdio.h> -#include <stdlib.h> #include <err.h> #include <errno.h> #include <string.h> diff --git a/usr.sbin/timed/timed/globals.h b/usr.sbin/timed/timed/globals.h index 6fe0bd1cc5cf..b6207fc7d2f5 100644 --- a/usr.sbin/timed/timed/globals.h +++ b/usr.sbin/timed/timed/globals.h @@ -49,7 +49,6 @@ #include <stdlib.h> #include <string.h> #include <syslog.h> -#include <syslog.h> #include <unistd.h> #include <protocols/timed.h> |