diff options
author | kevlo <kevlo@FreeBSD.org> | 2008-04-21 07:25:26 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2008-04-21 07:25:26 +0000 |
commit | c5851345cf22fb2cbb07c9efbd71dd8372ea153a (patch) | |
tree | 3639481ad6a25f00871c07c6c95886ebf21b76fb /usr.sbin/ancontrol | |
parent | 8ec670e1902ba613a605c997fa8d8f18428aa5fc (diff) | |
download | FreeBSD-src-c5851345cf22fb2cbb07c9efbd71dd8372ea153a.zip FreeBSD-src-c5851345cf22fb2cbb07c9efbd71dd8372ea153a.tar.gz |
Remove duplicate headers <sys/socket.h>
Diffstat (limited to 'usr.sbin/ancontrol')
-rw-r--r-- | usr.sbin/ancontrol/ancontrol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c index 6ff4912..08d13d3 100644 --- a/usr.sbin/ancontrol/ancontrol.c +++ b/usr.sbin/ancontrol/ancontrol.c @@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$"); #include <sys/cdefs.h> #include <sys/socket.h> #include <sys/ioctl.h> -#include <sys/socket.h> #include <arpa/inet.h> |