]> andersk Git - moira.git/blobdiff - server/mr_shutdown.c
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / server / mr_shutdown.c
index e884495c4c477bef40ca2fadf37a0a0e40e4d321..5f3e3caf0c2a97df086398ca82496b7b5863bf68 100644 (file)
@@ -1,22 +1,17 @@
-/*
- *     $Source$
- *     $Author$
- *     $Header$
- *
- *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *     For copying and distribution information, please see the file
- *     <mit-copyright.h>.
+/* $Id$
  *
+ * Copyright (C) 1987-1998 by the Massachusetts Institute of Technology
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
-#ifndef lint
-static char *rcsid_mr_shutdown_c = "$Header$";
-#endif lint
-
 #include <mit-copyright.h>
-#include <sys/errno.h>
 #include "mr_server.h"
 
+#include <errno.h>
+
+RCSID("$Header$");
+
 extern char *takedown;
 extern char *whoami;
 
This page took 0.353842 seconds and 4 git commands to generate.