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/is_tar.c | |
parent | db4600603e9a385659ab6924e4f33f1c837a9691 (diff) | |
download | FreeBSD-src-ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9.zip FreeBSD-src-ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'usr.bin/file/is_tar.c')
-rw-r--r-- | usr.bin/file/is_tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index 4916891..bd38463 100644 --- a/usr.bin/file/is_tar.c +++ b/usr.bin/file/is_tar.c @@ -5,7 +5,7 @@ * Pubic Domain version written 26 Aug 1985 John Gilmore (ihnp4!hoptoad!gnu). * * @(#)list.c 1.18 9/23/86 Public Domain - gnu - * $FreeBSD$ + * $Id$ * * Comments changed and some code/comments reformatted * for file command by Ian Darwin. |