]> andersk Git - moira.git/blobdiff - update/update_test.c
don't flame about being unable to delete filesystem if the `propagate
[moira.git] / update / update_test.c
index 866c8e8720789a26544f5dd004df039e716e1f31..3cbf1499f3437673342cd71c9a41f09e7f87afd0 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>
@@ -28,7 +28,6 @@
 CONNECTION conn;
 char *whoami;
 
-
 main(argc, argv)
 int argc;
 char **argv;
@@ -127,7 +126,6 @@ usage()
     exit(1);
 }
 
-static
 send_auth(host_name)
 char *host_name;
 {
@@ -171,7 +169,6 @@ char *host_name;
     return(MR_SUCCESS);
 }
 
-static
 execute(path)
     char *path;
 {
This page took 0.033114 seconds and 4 git commands to generate.