artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
937c6c5
)
Pull in <stdio.h> for NULL
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 04:29:25 +0000
(
04:29
+0000)
committer
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 04:29:25 +0000
(
04:29
+0000)
ok deraadt@
regress/lib/libc/ifnameindex/ifnitest.c
patch
|
blob
|
history
diff --git
a/regress/lib/libc/ifnameindex/ifnitest.c
b/regress/lib/libc/ifnameindex/ifnitest.c
index
61102f7
..
512f90e
100644
(file)
--- a/
regress/lib/libc/ifnameindex/ifnitest.c
+++ b/
regress/lib/libc/ifnameindex/ifnitest.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ifnitest.c,v 1.
1 2015/10/22 15:47:00 claudio
Exp $ */
+/* $OpenBSD: ifnitest.c,v 1.
2 2016/08/27 04:29:25 guenther
Exp $ */
/* Public domain. 2015, Claudio Jeker */
@@
-6,6
+6,7
@@
#include <sys/socket.h>
#include <net/if.h>
#include <err.h>
+#include <stdio.h>
int
main(int argc, char *argv[])