artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec12f7f
)
no need for param.h
author
deraadt
<deraadt@openbsd.org>
Mon, 4 Aug 2014 06:35:31 +0000
(06:35 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 4 Aug 2014 06:35:31 +0000
(06:35 +0000)
usr.sbin/httpd/control.c
patch
|
blob
|
history
diff --git
a/usr.sbin/httpd/control.c
b/usr.sbin/httpd/control.c
index
3a8552a
..
e68d3b4
100644
(file)
--- a/
usr.sbin/httpd/control.c
+++ b/
usr.sbin/httpd/control.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: control.c,v 1.
1 2014/07/12 23:34:54 reyk Exp $
*/
+/* $OpenBSD: control.c,v 1.
2 2014/08/04 06:35:31 deraadt Exp $
*/
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-16,8
+16,8
@@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/types.h>
#include <sys/queue.h>
-#include <sys/param.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>