]> andersk Git - moira.git/commitdiff
strings.h -> string.h, the former doesn't exists on the sun now.
authorjweiss <jweiss>
Fri, 16 Sep 1994 22:01:05 +0000 (22:01 +0000)
committerjweiss <jweiss>
Fri, 16 Sep 1994 22:01:05 +0000 (22:01 +0000)
update/client.c
update/update_test.c
update/xfer_002.c
update/xfer_003.c

index 29b9925bcae18a0faee48159fd10329ce14d17b5..117b233be4e605a4f0abbedbc5a2dd8b775f73ad 100644 (file)
@@ -26,7 +26,7 @@ static char *rcsid_client2_c = "$Header$";
 
 #include <mit-copyright.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include <gdb.h>
 #include <sys/param.h>
 #include <sys/wait.h>
index 866c8e8720789a26544f5dd004df039e716e1f31..28ae17c0f8cc09bade6d9448f08968dc16a5b45d 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <mit-copyright.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include <gdb.h>
 #include <sys/param.h>
 #include <sys/wait.h>
index 411e4b4d907ae45ad72bb836d00723914fc6a277..9aab0bb96b173011abccf075420885721b7166df 100644 (file)
@@ -16,7 +16,7 @@ static char *rcsid_xfer_002_c = "$Header$";
 #include <ctype.h>
 #include <sys/param.h>
 #include <sys/file.h>
-#include <strings.h>
+#include <string.h>
 #include <moira.h>
 
 extern CONNECTION conn;
index 56b3815a518f5b6e72c78020c0f0f34328251b50..5974ae64c80a4f776ae37d5392526f757fe6b715 100644 (file)
@@ -17,7 +17,7 @@ static char *rcsid_xfer_002_c = "$Header$";
 #include <ctype.h>
 #include <sys/param.h>
 #include <sys/file.h>
-#include <strings.h>
+#include <string.h>
 #include <moira.h>
 
 extern CONNECTION conn;
This page took 0.286101 seconds and 5 git commands to generate.