artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de19ae2
)
include err.h for the err() calls added in rev 1.46
author
jsg
<jsg@openbsd.org>
Wed, 14 Oct 2015 13:32:44 +0000
(13:32 +0000)
committer
jsg
<jsg@openbsd.org>
Wed, 14 Oct 2015 13:32:44 +0000
(13:32 +0000)
usr.sbin/portmap/portmap.c
patch
|
blob
|
history
diff --git
a/usr.sbin/portmap/portmap.c
b/usr.sbin/portmap/portmap.c
index
0481dcb
..
9fbb27c
100644
(file)
--- a/
usr.sbin/portmap/portmap.c
+++ b/
usr.sbin/portmap/portmap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: portmap.c,v 1.4
7 2015/10/09 01:37:09 deraadt Exp $
*/
+/* $OpenBSD: portmap.c,v 1.4
8 2015/10/14 13:32:44 jsg Exp $
*/
/*-
* Copyright (c) 1996, 1997 Theo de Raadt (OpenBSD). All rights reserved.
@@
-84,6
+84,7
@@
#include <netdb.h>
#include <pwd.h>
#include <errno.h>
+#include <err.h>
void reg_service(struct svc_req *, SVCXPRT *);
void reap(int);