]> andersk Git - moira.git/blobdiff - update/xfer_003.c
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / update / xfer_003.c
index 78069983f2d9f2c9ffc4d23b90de766498ae75e8..2138128633f3c6135d787fa2ad9a898b95a47350 100644 (file)
@@ -1,29 +1,27 @@
-/*
- *     $Source$
- *     $Header$
- */
-/*  (c) Copyright 1988, 1992 by the Massachusetts Institute of Technology.
- *  For copying and distribution information, please see the file
- *  <mit-copyright.h>.
+/* $Id$
+ *
+ * Copyright (C) 1988-1998 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
-#ifndef lint
-static char *rcsid_xfer_002_c = "$Header$";
-#endif
-
 #include <mit-copyright.h>
-#include <stdio.h>
-#include <gdb.h>
+#include <moira.h>
+#include "update_server.h"
+
 #include <ctype.h>
-#include <sys/param.h>
-#include <sys/file.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
-#include <moira.h>
+
+#include <gdb.h>
+
+RCSID("$Header$");
 
 extern CONNECTION conn;
 extern char buf[BUFSIZ];
 
-extern int code, errno;
+extern int code;
 
 extern int have_authorization, have_file, done;
 
This page took 0.035983 seconds and 4 git commands to generate.