]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-ia64-string-headers-20030513
authorChas Williams <chas@locutus.cmf.nrl.navy.mil>
Wed, 14 May 2003 15:44:19 +0000 (15:44 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 14 May 2003 15:44:19 +0000 (15:44 +0000)
FIXES 1395

already in CVS head, needed for 1.2

src/budb/procs.c
src/uss/lex.c
src/uss/uss_procs.c
src/venus/fs.c
src/venus/up.c
src/vlserver/cnvldb.c

index aa8f4fd519b9a2f2a40853f4d8828a24a48a0d7d..e76d0cfa4164ea636ca2084b839eddfcdc8e9988 100644 (file)
@@ -26,8 +26,14 @@ RCSID("$Header$");
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/resource.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif
+#endif
+#endif
 #include <sys/types.h>
 #include <afs/stds.h>
 #include <afs/bubasics.h>
index 038b438403a4f61975ffdc26156554b19e6d86b1..38ca46910044703ba71abb4d171256419f67490e 100644 (file)
 
 #include <afsconfig.h>
 #include <afs/param.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 
 RCSID("$Header$");
 
index 5d788171397a95a3f445dd08cf8d672b9b3bcfef..9e3d623d9831ab6550a8c580b4519ae56a9ea550 100644 (file)
@@ -32,7 +32,13 @@ RCSID("$Header$");
 #include <fcntl.h>
 #endif
 #include <afs/kautils.h>       /*MAXKTCREALMLEN*/
-
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 
 #undef USS_PROCS_DB
 #undef USS_PROCS_DB_INSTANCE
index 0780e0dae09262f4866bb290a5e405e5898d0134..8c281acf2b1c7e724185b5629cc6cb3461b8f86a 100644 (file)
@@ -43,6 +43,13 @@ RCSID("$Header$");
 #include <strings.h>
 #include <afs/afsutil.h>
 #include <stdlib.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 #include <assert.h>
 #include <afs/ptclient.h>
 
index 51d158c5b43d0154c33d3c62bb2b20f674d8abbe..275c5e7e25ee1bf3adee704407f37018fd3222f0 100644 (file)
@@ -44,6 +44,13 @@ RCSID("$Header$");
 #include <netinet/in.h>
 #endif
 #include <afs/venus.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
 
 /* ************************************************************* */
 
index 336cb7021a378a04db243dcb2d75b5ae0697cc22..9f55872497f6f13c65326bc1f01938a10308cf98 100644 (file)
@@ -25,7 +25,13 @@ RCSID("$Header$");
 #include <afs/fileutil.h>
 
 #include "vlserver.h"
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
 #include <strings.h>
+#endif
+#endif
 
 #define MAXSIZE 2048 /* most I'll get back from PIOCTL */
 #define        BADSERVERID     255     /* XXX */