summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fb9f971a3..f1732345c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120060902
2 - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.
3
120060901 420060901
2 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] 5 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
3 [auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c] 6 [auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c]
@@ -5377,4 +5380,4 @@
5377 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5380 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5378 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5381 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5379 5382
5380$Id: ChangeLog,v 1.4525 2006/09/01 11:32:53 dtucker Exp $ 5383$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 eaa91a4b5..ba751a538 100644
--- a/openbsd-compat/port-irix.c
+++ b/openbsd-compat/port-irix.c
@@ -29,8 +29,9 @@
29 defined(WITH_IRIX_JOBS) || \ 29 defined(WITH_IRIX_JOBS) || \
30 defined(WITH_IRIX_ARRAY) 30 defined(WITH_IRIX_ARRAY)
31 31
32#include <unistd.h> 32#include <errno.h>
33#include <string.h> 33#include <string.h>
34#include <unistd.h>
34 35
35#ifdef WITH_IRIX_PROJECT 36#ifdef WITH_IRIX_PROJECT
36# include <proj.h> 37# include <proj.h>