]> andersk Git - moira.git/commitdiff
strings.h no longer exists on the sun, and string.h is POSIX anyway
authorjweiss <jweiss>
Fri, 16 Sep 1994 16:18:23 +0000 (16:18 +0000)
committerjweiss <jweiss>
Fri, 16 Sep 1994 16:18:23 +0000 (16:18 +0000)
gdb/gdb.c
gdb/gdb_db.c
gdb/gdb_serv.c
gdb/gdb_struct.c
gdb/gdb_trans.c
lib/fixname.c
lib/mr_ops.c

index 03d10ee59682e44aa868f001007ab08f869ff5f1..fd6cce4269afce3b1719e23aa3bdfb6cc3d0e799 100644 (file)
--- a/gdb/gdb.c
+++ b/gdb/gdb.c
@@ -28,7 +28,7 @@ static char *rcsid_gdb_c = "$Header$";
 /************************************************************************/
 
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include <signal.h> 
 #include <pwd.h>
 #include "gdb.h"
index 0b03fc84faca5cdfeb98a6f28aac4b1a3748fdce..b48a1cba512b4e1e0f8be35251ad0c90275c40df 100644 (file)
@@ -21,7 +21,7 @@ static char *rcsid_gdb_db_c = "$Header$";
 
 #include <mit-copyright.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include "gdb.h"
 
 
index b8596edf3eda2126b2b4e8af775b818895e9cc82..a8440763fe185555249ef52e1af57ffa3c5d7703 100644 (file)
@@ -24,7 +24,7 @@ static char *rcsid_gdb_serv_c = "$Header$";
 
 #include <mit-copyright.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include "gdb.h"
 #include <sys/ioctl.h>
 #ifdef SOLARIS
index 345b1bffbf21c29b7923a805e35134ce6a69fcf0..d30f47a74b515e7f515864caa58736572e83a464 100644 (file)
@@ -37,7 +37,7 @@ static char *rcsid_gdb_struct_c = "$Header$";
 
 #include <mit-copyright.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include "gdb.h"
 
 extern char *malloc();
index 020247add85be36a38265162d38254cdeaf40f41..39249748b535e636fa38d05a15bb3d362df1dc83 100644 (file)
@@ -49,7 +49,7 @@ static char *rcsid_gdb_trans_c = "$Header$";
 
 #include <mit-copyright.h>
 #include <sys/types.h>
-#include <strings.h>
+#include <string.h>
 #include <stdio.h>
 #include <varargs.h>
 #include <errno.h>
index 5e7266ce1b63f928c89cc36b80fcb27af49631f5..ae133a412cdc30ba02ddc878fbb148520deffe19 100644 (file)
@@ -13,7 +13,7 @@ static char *rcsid_fixname_c = "$Header$";
 #endif lint
 
 #include <mit-copyright.h>
-#include <strings.h>
+#include <string.h>
 #include <ctype.h>
 
 #define LAST_LEN               100
index 8c3b5912f7d57aaca97e7fcc75cc997e4dfdfb7f..25ea85970abd7c7d1f292c2695ad8dabf9d367b7 100644 (file)
@@ -18,7 +18,7 @@ static char *rcsid_sms_do_update_c = "$Header$";
 #endif lint
 
 #include <mit-copyright.h>
-#include <strings.h>
+#include <string.h>
 #include "mr_private.h"
 
 
This page took 0.051406 seconds and 5 git commands to generate.