]> andersk Git - moira.git/blobdiff - gen/pobox.pc
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / gen / pobox.pc
index c164080c7e2c7b984c0d134fc6f0ff2b264aa046..6e066f6a85ecbbec4121858297392ff800ccee69 100644 (file)
@@ -1,22 +1,28 @@
-/* $Header$
+/* $Id $
  *
  * This generates a list of everyone's poboxes for the mitdir.
  *
- *  (c) Copyright 1992 by the Massachusetts Institute of Technology.
- *  For copying and distribution information, please see the file
- *  <mit-copyright.h>.
+ * Copyright (C) 1992-1998 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
 #include <mit-copyright.h>
-#include <errno.h>
-#include <stdio.h>
 #include <moira.h>
-#include <sys/types.h>
+
 #include <sys/stat.h>
-#include <sys/time.h>
+#include <sys/types.h>
+
 #include <ctype.h>
+#include <stdio.h>
+#include <string.h>
+
+#include "util.h"
+
 EXEC SQL INCLUDE sqlca;
 
+RCSID("$Header$");
+
 char *whoami = "pobox.gen";
 char *db = "moira/moira";
 
This page took 0.031838 seconds and 4 git commands to generate.