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 4bd747a..9871c27 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>