diff options
author | 2015-01-21 22:23:24 +0000 | |
---|---|---|
committer | 2015-01-21 22:23:24 +0000 | |
commit | e9f79db433f16ed160e127ea3025cdb59f675497 (patch) | |
tree | 18f8882a07578390f0d9805a204dae2b40c90d9f | |
parent | httpd is based on relayd and had included many headers that are only (diff) | |
download | wireguard-openbsd-e9f79db433f16ed160e127ea3025cdb59f675497.tar.xz wireguard-openbsd-e9f79db433f16ed160e127ea3025cdb59f675497.zip |
Ooops, no need to include sys/cdefs.h.
Pointed out by florian@
-rw-r--r-- | usr.sbin/httpd/httpd.h | 3 | ||||
-rw-r--r-- | usr.sbin/httpd/server_fcgi.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index 511f0a843b6..e1fc20ef9d1 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: httpd.h,v 1.72 2015/01/21 22:21:05 reyk Exp $ */ +/* $OpenBSD: httpd.h,v 1.73 2015/01/21 22:23:24 reyk Exp $ */ /* * Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org> @@ -26,7 +26,6 @@ #include <sys/queue.h> #include <sys/tree.h> #include <sys/time.h> -#include <sys/cdefs.h> #include <net/if.h> diff --git a/usr.sbin/httpd/server_fcgi.c b/usr.sbin/httpd/server_fcgi.c index f82772da234..563ffe5c0b0 100644 --- a/usr.sbin/httpd/server_fcgi.c +++ b/usr.sbin/httpd/server_fcgi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server_fcgi.c,v 1.50 2015/01/21 22:21:05 reyk Exp $ */ +/* $OpenBSD: server_fcgi.c,v 1.51 2015/01/21 22:23:24 reyk Exp $ */ /* * Copyright (c) 2014 Florian Obser <florian@openbsd.org> @@ -20,7 +20,6 @@ #include <sys/time.h> #include <sys/socket.h> #include <sys/un.h> -#include <sys/cdefs.h> #include <netinet/in.h> #include <arpa/inet.h> |