diff options
author | 2015-10-05 14:18:33 +0000 | |
---|---|---|
committer | 2015-10-05 14:18:33 +0000 | |
commit | fef0420783089f76643cd6b066f7c45c4e953dfd (patch) | |
tree | d3f145e0565f75f649e3c9841e0dc0d3105aba3b | |
parent | tame "stdio rpath" or tame "stdio" suffices for all of these programs. (diff) | |
download | wireguard-openbsd-fef0420783089f76643cd6b066f7c45c4e953dfd.tar.xz wireguard-openbsd-fef0420783089f76643cd6b066f7c45c4e953dfd.zip |
these 3 files do not need sys/socket.h
-rw-r--r-- | usr.sbin/bgpctl/irr_output.c | 3 | ||||
-rw-r--r-- | usr.sbin/bgpctl/irr_prefix.c | 3 | ||||
-rw-r--r-- | usr.sbin/bgpctl/parser.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/usr.sbin/bgpctl/irr_output.c b/usr.sbin/bgpctl/irr_output.c index 058858a2107..81ce4b3ae4a 100644 --- a/usr.sbin/bgpctl/irr_output.c +++ b/usr.sbin/bgpctl/irr_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: irr_output.c,v 1.18 2015/04/26 11:32:54 phessler Exp $ */ +/* $OpenBSD: irr_output.c,v 1.19 2015/10/05 14:18:33 deraadt Exp $ */ /* * Copyright (c) 2007 Henning Brauer <henning@openbsd.org> @@ -18,7 +18,6 @@ #include <sys/types.h> #include <sys/stat.h> -#include <sys/socket.h> #include <err.h> #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/bgpctl/irr_prefix.c b/usr.sbin/bgpctl/irr_prefix.c index f4bd3006df8..34e973bc5bf 100644 --- a/usr.sbin/bgpctl/irr_prefix.c +++ b/usr.sbin/bgpctl/irr_prefix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: irr_prefix.c,v 1.20 2015/01/16 06:40:15 deraadt Exp $ */ +/* $OpenBSD: irr_prefix.c,v 1.21 2015/10/05 14:18:33 deraadt Exp $ */ /* * Copyright (c) 2007 Henning Brauer <henning@openbsd.org> @@ -17,7 +17,6 @@ */ #include <sys/types.h> -#include <sys/socket.h> #include <err.h> #include <errno.h> #include <stdio.h> diff --git a/usr.sbin/bgpctl/parser.c b/usr.sbin/bgpctl/parser.c index aca49369622..71a066fd67f 100644 --- a/usr.sbin/bgpctl/parser.c +++ b/usr.sbin/bgpctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.70 2015/04/17 07:51:09 phessler Exp $ */ +/* $OpenBSD: parser.c,v 1.71 2015/10/05 14:18:33 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -17,7 +17,6 @@ */ #include <sys/types.h> -#include <sys/socket.h> #include <err.h> #include <errno.h> |