summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-02 12:38:56 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-02 12:38:56 +1000
commit25fa0ee693fc99377e395bf47d74960ffda20883 (patch)
treeaa2cf091cabdf3217605a517e07d70a860d8340a
parent9fdeb66f67ebdadc1d558736bce99a7d4909713c (diff)
- (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.
-rw-r--r--ChangeLog5
-rw-r--r--openbsd-compat/port-irix.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fb9f971a..f1732345 100644
--- 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]
@@ -5377,4 +5380,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4525 2006/09/01 11:32:53 dtucker Exp $
+$Id: ChangeLog,v 1.4526 2006/09/02 02:38:56 dtucker Exp $
diff --git a/openbsd-compat/port-irix.c b/openbsd-compat/port-irix.c
index eaa91a4b..ba751a53 100644
--- a/openbsd-compat/port-irix.c
+++ b/openbsd-compat/port-irix.c
@@ -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>