]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/xmmap.c] Include stdlib.h for mkstemp prototype.
authordtucker <dtucker>
Sun, 29 Apr 2007 04:02:43 +0000 (04:02 +0000)
committerdtucker <dtucker>
Sun, 29 Apr 2007 04:02:43 +0000 (04:02 +0000)
ChangeLog
openbsd-compat/xmmap.c

index 1f5f1075b8757744cd4a78e9e190ec066e78714e..35df39048054208b6b1a394aa904eeda5e289ef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
  - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1299: Use the
    platform's _res if it has one.  Should fix problem of DNSSEC record lookups
    on NetBSD as reported by Curt Sampson.
+ - (dtucker) [openbsd-compat/xmmap.c] Include stdlib.h for mkstemp prototype.
 
 20070406
  - (dtucker) [INSTALL] Update the systems that have PAM as standard.  Link
index 4239d0e964e5f9f658bfeed13db524061426389d..a141f5582be2a70119934d837c4516b0d19ab42b 100644 (file)
@@ -38,6 +38,7 @@
 #endif
 #include <errno.h>
 #include <stdarg.h>
+#include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 
This page took 0.04653 seconds and 5 git commands to generate.