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 /usr.sbin | |
| parent | 90f1c2e4888f6d31dac1fd82187c72a3ecfccee2 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 |
3 files changed, 0 insertions, 3 deletions
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> |
