diff options
Diffstat (limited to 'usr.bin/file/print.c')
-rw-r--r-- | usr.bin/file/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index a91f4297e6159..7963e7f5845d0 100644 --- a/usr.bin/file/print.c +++ b/usr.bin/file/print.c @@ -40,7 +40,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: print.c,v 1.21 1994/05/03 17:58:23 christos Exp $"; + "@(#)print.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp"; #endif /* lint */ #define SZOF(a) (sizeof(a) / sizeof(a[0])) |