diff options
author | maxim <maxim@FreeBSD.org> | 2007-01-20 08:24:02 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2007-01-20 08:24:02 +0000 |
commit | 202535955d099daf9367a0500dd28373e3aaa3b5 (patch) | |
tree | 19a46178fdc06e6730195319033bc8ece6f8f54f /usr.sbin/ndp | |
parent | 4c6fb759b636284fb10c8a3b9770ff12211cd9ae (diff) | |
download | FreeBSD-src-202535955d099daf9367a0500dd28373e3aaa3b5.zip FreeBSD-src-202535955d099daf9367a0500dd28373e3aaa3b5.tar.gz |
o Remove duplicate includes.
Obtained from: Slava Semushin via NetBSD
Diffstat (limited to 'usr.sbin/ndp')
-rw-r--r-- | usr.sbin/ndp/ndp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c index 33e1a6a..07b5cf5 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 */ |