]> andersk Git - moira.git/blobdiff - update/xfer_003.c
Fix error code for the error we translate to `duplicate ID'. Should
[moira.git] / update / xfer_003.c
index 56b3815a518f5b6e72c78020c0f0f34328251b50..f1aa25924ce2a8b5d8dc064f2cc8849de3b3d48f 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifndef lint
 static char *rcsid_xfer_002_c = "$Header$";
-#endif lint
+#endif
 
 #include <mit-copyright.h>
 #include <stdio.h>
@@ -17,11 +17,11 @@ 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;
-char buf[BUFSIZ];
+extern char buf[BUFSIZ];
 
 extern int code, errno;
 
This page took 0.032971 seconds and 4 git commands to generate.