summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2015-01-21 22:23:25 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2015-01-21 22:23:25 +0000
commit2daec4b756111984a514f2b9c279c7096888bc28 (patch)
treee5b35ac6118a4f1d81d441b5ae81cccf13b81ef2 /usr.sbin/httpd
parent27588a25a78d208ecc28463b0d087f9246ac41cb (diff)
Ooops, no need to include sys/cdefs.h.
Pointed out by florian@
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/httpd.h3
-rw-r--r--usr.sbin/httpd/server_fcgi.c3
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>