]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
sgi-fix-prototypes-20010515
authorNathan Neulinger <nneul@umr.edu>
Wed, 16 May 2001 00:16:58 +0000 (00:16 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 16 May 2001 00:16:58 +0000 (00:16 +0000)
use strings.h on irix to get needed prototypes

src/des/read_pssword.c

index 4bd747ae3192de19ac171ed0a1e6f1ce0f574ac8..9871c2701661d5aae0c185c1e453f17b42071502 100644 (file)
@@ -17,7 +17,7 @@
 #include "conf.h"
 
 #include <stdio.h>
-#if defined(AFS_SUN5_ENV)
+#if defined(AFS_SUN5_ENV) || defined(AFS_SGI_ENV)
 #include <strings.h>
 #endif
 #include <string.h>