]> andersk Git - moira.git/blobdiff - gen/passwd.pc
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / gen / passwd.pc
index 618a00ca6867785433cb11d9f98a2d516403d19c..1070526b9abd60f64cef2f2d5241a550eaf96a08 100644 (file)
@@ -1,22 +1,27 @@
-/* $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) 1988-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 <stdio.h>
+
+#include "util.h"
+
 EXEC SQL INCLUDE sqlca;
 
+RCSID("$Header$");
+
 char *whoami = "passwd.gen";
 char *db = "moira/moira";
 
This page took 1.17437 seconds and 4 git commands to generate.