artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60eab67
)
Include stdarg.h explicitly instead of relying on event.h to bring it in.
author
florian
<florian@openbsd.org>
Tue, 4 Jul 2017 12:47:51 +0000
(12:47 +0000)
committer
florian
<florian@openbsd.org>
Tue, 4 Jul 2017 12:47:51 +0000
(12:47 +0000)
prompted by dlg's commit to identd
OK dlg
usr.sbin/tftp-proxy/tftp-proxy.c
patch
|
blob
|
history
diff --git
a/usr.sbin/tftp-proxy/tftp-proxy.c
b/usr.sbin/tftp-proxy/tftp-proxy.c
index
150428c
..
102c34f
100644
(file)
--- a/
usr.sbin/tftp-proxy/tftp-proxy.c
+++ b/
usr.sbin/tftp-proxy/tftp-proxy.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tftp-proxy.c,v 1.2
0 2017/05/26 17:38:46
florian Exp $
+/* $OpenBSD: tftp-proxy.c,v 1.2
1 2017/07/04 12:47:51
florian Exp $
*
* Copyright (c) 2005 DLS Internet Services
* Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
@@
-46,6
+46,7
@@
#include <stdio.h>
#include <syslog.h>
#include <string.h>
+#include <stdarg.h>
#include <stdlib.h>
#include <event.h>