diff --git a/usr.bin/file/fsmagic.c b/usr.bin/file/fsmagic.c index 926eb8b16909..09e1ef016c09 100644 --- a/usr.bin/file/fsmagic.c +++ b/usr.bin/file/fsmagic.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char = "$Id: fsmagic.c,v 1.4 1993/08/01 18:16:25 mycroft Exp $"; +static char rcsid[] = "$Id: fsmagic.c,v 1.5 1993/08/06 01:47:17 deraadt Exp $"; #endif /* not lint */ #include diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index c16b0d9520e1..560dd735ae46 100644 --- a/usr.bin/file/print.c +++ b/usr.bin/file/print.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char = "$Id: print.c,v 1.3 1993/08/01 18:16:24 mycroft Exp $"; +static char rcsid[] = "$Id: print.c,v 1.4 1993/08/06 01:47:19 deraadt Exp $"; #endif /* not lint */ #include diff --git a/usr.bin/file/softmagic.c b/usr.bin/file/softmagic.c index 25a16708a542..588e0514e6f4 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char = "$Id: softmagic.c,v 1.3 1993/08/01 18:16:23 mycroft Exp $"; +static char rcsid[] = "$Id: softmagic.c,v 1.4 1993/08/06 01:47:19 deraadt Exp $"; #endif /* not lint */ #include