]> granicus.if.org Git - file/commitdiff
Fix rcsid.
authorIan Darwin <ian@darwinsys.com>
Wed, 16 Sep 1987 14:44:45 +0000 (14:44 +0000)
committerIan Darwin <ian@darwinsys.com>
Wed, 16 Sep 1987 14:44:45 +0000 (14:44 +0000)
src/ascmagic.c
src/file.c
src/fsmagic.c
src/print.c
src/softmagic.c

index fd9c6d1cd2484765e44bfae6eb8d01ed8db7ba68..c4402f18877e1bb9979cc788310a0e5390e0e4ba 100644 (file)
@@ -32,7 +32,8 @@
 #include "names.h"
 
 #ifndef        lint
-static char *moduleid = "$Header: /home/glen/git/file/cvs/file/src/ascmagic.c,v 1.4 1987/09/16 10:11:40 ian Exp $";
+static char *moduleid = 
+       "@(#)$Header: /home/glen/git/file/cvs/file/src/ascmagic.c,v 1.5 1987/09/16 14:44:45 ian Exp $";
 #endif /* lint */
 
 char ckfmsg[] = "write error on output";
index 40572db583aa8ad38048acfdec4caf836e8ede70..286ec078175c63e2dea39adac35c702fdaecfc40 100644 (file)
@@ -33,7 +33,8 @@
 #define USAGE          "usage: %s [-f file] [-m magicfile] file...\n"
 
 #ifndef        lint
-static char *moduleid = "$Header: /home/glen/git/file/cvs/file/src/file.c,v 1.8 1987/09/11 22:06:52 ian Exp $";
+static char *moduleid = 
+       "@(#)$Header: /home/glen/git/file/cvs/file/src/file.c,v 1.9 1987/09/16 14:44:56 ian Exp $";
 #endif /* lint */
 extern char *ckfmsg;
 int    debug = 0,      /* huh? */
index 35110fbf6bb9fab2cca3ca30f1fb68232f9b977b..81c2a023984cd45ff1883ad1efc253d5281bc97a 100644 (file)
@@ -41,7 +41,8 @@
 #include "file.h"
 
 #ifndef        lint
-static char *moduleid = "$Header: /home/glen/git/file/cvs/file/src/fsmagic.c,v 1.5 1987/09/16 10:11:48 ian Exp $";
+static char *moduleid = 
+       "@(#)$Header: /home/glen/git/file/cvs/file/src/fsmagic.c,v 1.6 1987/09/16 14:45:07 ian Exp $";
 #endif /* lint */
 
 extern char *progname;
index fc8f7568a0137b26fc8155e70ea9a49f4757dda7..767553f47839aeb023fe7ed5eee5c4be8ab8cd1f 100644 (file)
@@ -30,7 +30,8 @@
 #include "file.h"
 
 #ifndef        lint
-static char *moduleid = "$Header: /home/glen/git/file/cvs/file/src/print.c,v 1.4 1987/09/16 10:11:55 ian Exp $";
+static char *moduleid = 
+       "@(#)$Header: /home/glen/git/file/cvs/file/src/print.c,v 1.5 1987/09/16 14:45:15 ian Exp $";
 #endif /* lint */
 
 #define MAXSTR         500
index d6ded6e71f7ddad6d828d811dadb26b9e9612bb6..0a3f685c69dd1fbc0933693ed59cb59c902160f5 100644 (file)
@@ -29,7 +29,8 @@
 #include "file.h"
 
 #ifndef        lint
-static char *moduleid = "$Header: /home/glen/git/file/cvs/file/src/softmagic.c,v 1.5 1987/09/16 10:12:01 ian Exp $";
+static char *moduleid = 
+       "@(#)$Header: /home/glen/git/file/cvs/file/src/softmagic.c,v 1.6 1987/09/16 14:45:23 ian Exp $";
 #endif /* lint */
 
 extern char *progname;