]> andersk Git - openssh.git/commitdiff
- (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
authordjm <djm>
Fri, 4 Apr 2008 05:16:35 +0000 (05:16 +0000)
committerdjm <djm>
Fri, 4 Apr 2008 05:16:35 +0000 (05:16 +0000)
   time warnings on LynxOS. Patch from ops AT iki.fi

ChangeLog
openbsd-compat/bsd-poll.c

index 0d266c1d2b9101e941c2ce528192fcbf7c499ee2..c6650f18a93f1965d0855ccb974b6ef68fdb9533 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20080403
+ - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
+   time warnings on LynxOS. Patch from ops AT iki.fi
+
 20080403
  - (djm) OpenBSD CVS sync:
    - markus@cvs.openbsd.org 2008/04/02 15:36:51
index 7a44a5a7916347405790594f1b9ab67239af60a6..a3654952eeef4ce70e90896a53c8c4d71cefcd65 100644 (file)
@@ -23,6 +23,7 @@
 # include <sys/select.h>
 #endif
 
+#include <stdlib.h>
 #include <errno.h>
 #include "bsd-poll.h"
 
This page took 0.078905 seconds and 5 git commands to generate.