diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 19:29:21 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 19:29:21 +0000 |
commit | ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9 (patch) | |
tree | 68b379311b18c9f75343a20a57fbc10de651cc12 /usr.bin/file/file.c | |
parent | db4600603e9a385659ab6924e4f33f1c837a9691 (diff) | |
download | FreeBSD-src-ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9.zip FreeBSD-src-ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'usr.bin/file/file.c')
-rw-r--r-- | usr.bin/file/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index 33fcf36..ffa8863 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -26,7 +26,7 @@ */ #ifndef lint static char *moduleid = - "@(#)$FreeBSD$"; + "@(#)$Id$"; #endif /* lint */ #include <stdio.h> |