]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
authordtucker <dtucker>
Sat, 5 Aug 2006 05:47:26 +0000 (05:47 +0000)
committerdtucker <dtucker>
Sat, 5 Aug 2006 05:47:26 +0000 (05:47 +0000)
   #include stdarg.h, needed for log.h.

ChangeLog
openbsd-compat/bsd-arc4random.c
openbsd-compat/port-tun.c
openbsd-compat/xmmap.c

index 9ea4cb11fa4bc1a661d719998d8976374feef146..6ea94398dae04a08ac4e43356aa2ea74a423111b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -98,6 +98,8 @@
    includes for Linux in
  - (dtucker) [cleanup.c] Need defines.h for __dead.
  - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
+ - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
+   #include stdarg.h, needed for log.h.
 
 20060804
  - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
index c1aecfe9948f7f947d548a6fa677794850ac1816..d45fb182a6fb9725bb8794d7f7b947a8bf2f6c7a 100644 (file)
@@ -17,7 +17,9 @@
 #include "includes.h"
 
 #include <sys/types.h>
+
 #include <string.h>
+#include <stdarg.h>
 
 #include "log.h"
 
index 3e73d8c0e7c81460d051e62643b168a3b18abdf9..cadc331e1a27996f98049b04fdf9cb4a17873cb9 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <stdarg.h>
 #include <string.h>
 #include <unistd.h>
 
index 69649c540375391e64c1360a72f99f400b94e226..54c02be3950e04d232bcf1ca71110a913bbaa1a2 100644 (file)
 #include <sys/mman.h>
 #endif
 #include <sys/stat.h>
+
 #ifdef HAVE_FCNTL_H
 # include <fcntl.h>
 #endif
-
 #include <errno.h>
+#include <stdarg.h>
 #include <string.h>
 #include <unistd.h>
 
This page took 0.037336 seconds and 5 git commands to generate.