]> andersk Git - moira.git/blobdiff - gen/directory.pc
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / gen / directory.pc
index 910c8072352e292a1898561dd91e3335bfa901ae..b34623c00b53954f29dbb361563fdaffd183b1bb 100644 (file)
@@ -1,22 +1,25 @@
-/* $Header$
+/* $Id$
  *
  * This generates a master /etc/passwd containing all active (status != 0)
  * accounts.
  *
- *  (c) Copyright 1988, 1990 by the Massachusetts Institute of Technology.
- *  For copying and distribution information, please see the file
- *  <mit-copyright.h>.
+ * Copyright (C) 1998 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
 #include <mit-copyright.h>
-#include <stdio.h>
 #include <moira.h>
-#include <sys/types.h>
+
 #include <sys/stat.h>
-#include <sys/time.h>
+
+#include <stdio.h>
+#include <time.h>
+
 EXEC SQL INCLUDE sqlca;
 
-extern int errno;
+RCSID("$Header$");
+
 char *whoami = "directory.gen";
 char *db = "moira/moira";
 
This page took 0.034931 seconds and 4 git commands to generate.