From 939dd270e0bf7659da84ec8b96ed3a0970455ffd Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Tue, 8 Sep 1992 15:36:27 +0000 Subject: [PATCH] Change RCS ID from Header to ID. --- src/apprentice.c | 2 +- src/ascmagic.c | 2 +- src/file.c | 2 +- src/fsmagic.c | 2 +- src/print.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apprentice.c b/src/apprentice.c index f814631a..7c324fad 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -33,7 +33,7 @@ #ifndef lint static char *moduleid = - "@(#)$Header: /home/glen/git/file/cvs/file/src/apprentice.c,v 1.12 1992/09/08 15:03:05 ian Exp $"; + "@(#)$Id: apprentice.c,v 1.13 1992/09/08 15:36:27 ian Exp $"; #endif /* lint */ #define EATAB {while (isascii(*l) && isspace(*l)) ++l;} diff --git a/src/ascmagic.c b/src/ascmagic.c index d7720744..51ce3fb1 100644 --- a/src/ascmagic.c +++ b/src/ascmagic.c @@ -36,7 +36,7 @@ #ifndef lint static char *moduleid = - "@(#)$Header: /home/glen/git/file/cvs/file/src/ascmagic.c,v 1.9 1992/09/08 15:06:05 ian Exp $"; + "@(#)$Id: ascmagic.c,v 1.10 1992/09/08 15:36:39 ian Exp $"; #endif /* lint */ /* an optimisation over plain strcmp() */ diff --git a/src/file.c b/src/file.c index caa39ac2..6ab39c31 100644 --- a/src/file.c +++ b/src/file.c @@ -26,7 +26,7 @@ */ #ifndef lint static char *moduleid = - "@(#)$Header: /home/glen/git/file/cvs/file/src/file.c,v 1.21 1992/09/08 15:01:52 ian Exp $"; + "@(#)$Id: file.c,v 1.22 1992/09/08 15:36:41 ian Exp $"; #endif /* lint */ #include diff --git a/src/fsmagic.c b/src/fsmagic.c index 0ccb7a6c..05b131a9 100644 --- a/src/fsmagic.c +++ b/src/fsmagic.c @@ -46,7 +46,7 @@ #ifndef lint static char *moduleid = - "@(#)$Header: /home/glen/git/file/cvs/file/src/fsmagic.c,v 1.15 1992/09/08 15:04:34 ian Exp $"; + "@(#)$Id: fsmagic.c,v 1.16 1992/09/08 15:36:42 ian Exp $"; #endif /* lint */ int diff --git a/src/print.c b/src/print.c index 205b9bee..d4e8d0f6 100644 --- a/src/print.c +++ b/src/print.c @@ -39,7 +39,7 @@ #ifndef lint static char *moduleid = - "@(#)$Header: /home/glen/git/file/cvs/file/src/print.c,v 1.13 1992/09/08 14:59:31 ian Exp $"; + "@(#)$Id: print.c,v 1.14 1992/09/08 15:36:44 ian Exp $"; #endif /* lint */ void -- 2.40.0