]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.
authordtucker <dtucker>
Sat, 2 Sep 2006 02:38:56 +0000 (02:38 +0000)
committerdtucker <dtucker>
Sat, 2 Sep 2006 02:38:56 +0000 (02:38 +0000)
ChangeLog
openbsd-compat/port-irix.c

index 38da4d5ee0c6fdd94f6320c7f3361bc8f2bc379a..bed4148b9d18a3d56b780a83b1ee8af3b2e7acef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20060902
+ - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.
+
 20060901
  - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
    [auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c]
index eaa91a4b5e9e0fb31e91cd4933048be4f95067d3..ba751a5383f3b8e7d8f6a9dc170465b7922c2a2f 100644 (file)
@@ -29,8 +29,9 @@
     defined(WITH_IRIX_JOBS) || \
     defined(WITH_IRIX_ARRAY)
 
-#include <unistd.h>
+#include <errno.h>
 #include <string.h>
+#include <unistd.h>
 
 #ifdef WITH_IRIX_PROJECT
 # include <proj.h>
This page took 0.14396 seconds and 5 git commands to generate.