]> andersk Git - moira.git/blobdiff - update/send_file.c
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / update / send_file.c
index b5ff17fcf0f10dca2e9fdfa3411903c34ff356fa..5e12ef81d6e42fbd7638ec8c6bae924ccfe0b5e3 100644 (file)
@@ -1,29 +1,29 @@
-/*
- *     $Source$
- *     $Header$
+/* $Id$
+ *
+ * Copyright (C) 1988-1998 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
-/*  (c) Copyright 1988 by the Massachusetts Institute of Technology. */
-/*  For copying and distribution information, please see the file */
-/*  <mit-copyright.h>. */
-
-#ifndef lint
-static char *rcsid_send_file_c = "$Header$";
-#endif
 
 #include <mit-copyright.h>
-#include <stdio.h>
-#include <com_err.h>
-#include <gdb.h>
 #include <moira.h>
-#include <sys/file.h>
+#include "update_server.h"
+
 #include <sys/stat.h>
+
+#include <errno.h>
+#include <fcntl.h>
+#include <stdio.h>
+#include <string.h>
+#include <unistd.h>
+
 #include <des.h>
-#include <krb.h>
+#include <gdb.h>
 #include <update.h>
-#include <fcntl.h>
+
+RCSID("$Header$");
 
 extern CONNECTION conn;
-extern int errno;
 char buf[BUFSIZ];
 extern C_Block session;
 extern char *whoami;
This page took 0.196293 seconds and 4 git commands to generate.