]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-irix-build-cleanup-20011226
authorChas Williams <chas@cmf.nrl.navy.mil>
Wed, 26 Dec 2001 20:37:29 +0000 (20:37 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Dec 2001 20:37:29 +0000 (20:37 +0000)
make IP35 port select correctly. make pagsh build again

acinclude.m4
src/sys/pagsh.c

index 1f3ca46d3f9b0847cfceff841696767af2b76013..fcd32a47e6d701dbdab511bdd53474d7bf53fe63 100644 (file)
@@ -152,7 +152,7 @@ case $system in
                 AC_MSG_RESULT(hp_ux)
                 ;;
         *-irix*)
-               if test -d /usr/include/SN/SN1; then
+               if test -d /usr/include/sys/SN/SN1; then
                 IRIX_BUILD_IP35="IP35"
                fi
                MKAFS_OSTYPE=IRIX
index 581d925e8b2cb511ee5d0dd34d0e5e77b4b57cff..bc23859c9029e1f73e50509d7d5008b4e04a157c 100644 (file)
@@ -17,6 +17,7 @@ RCSID("$Header$");
 #endif
 #include <stdio.h>
 #include <stdlib.h>
+#include <limits.h>
 #ifndef AFS_NT40_ENV
 #include <unistd.h>
 #endif