* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / rcit.c
index a5f6f9acf9232e965f3610dc759861e3214b5554..8cd0e4f887d6f75b3f6955d051fa62532719db64 100644 (file)
@@ -1,6 +1,4 @@
-#define UNCOMPRESS "/usr/bin/gunzip"
-
-/* Citadel/UX rcit $Id$
+/* $Id$
  *
  * This program simply feeds its standard input to the networker.  It is
  * used primarily to hook up to UUCP feeds of Citadel data.
@@ -13,6 +11,7 @@
  *     -s      Don't run netproc now, just accept the input into spoolin
  */
 
+#define UNCOMPRESS "/usr/bin/gunzip"
 #include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>