artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e18bff
)
Add err.h, missing after pledge() introduction.
author
jca
<jca@openbsd.org>
Mon, 19 Oct 2015 11:51:17 +0000
(11:51 +0000)
committer
jca
<jca@openbsd.org>
Mon, 19 Oct 2015 11:51:17 +0000
(11:51 +0000)
usr.sbin/inetd/inetd.c
patch
|
blob
|
history
diff --git
a/usr.sbin/inetd/inetd.c
b/usr.sbin/inetd/inetd.c
index
5a17379
..
a9edecf
100644
(file)
--- a/
usr.sbin/inetd/inetd.c
+++ b/
usr.sbin/inetd/inetd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: inetd.c,v 1.14
4 2015/10/18 16:11:19
jca Exp $ */
+/* $OpenBSD: inetd.c,v 1.14
5 2015/10/19 11:51:17
jca Exp $ */
/*
* Copyright (c) 1983,1991 The Regents of the University of California.
@@
-134,6
+134,7
@@
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <err.h>
#include <errno.h>
#include <ctype.h>
#include <signal.h>