summaryrefslogtreecommitdiff
path: root/usr.bin/file/is_tar.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 19:29:21 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 19:29:21 +0000
commit53faa0dadee0318c35cdacdd47ca75f8606f745d (patch)
tree68b379311b18c9f75343a20a57fbc10de651cc12 /usr.bin/file/is_tar.c
parent7fa793cc910eb0db422740ff030948356c541bf3 (diff)
Notes
Diffstat (limited to 'usr.bin/file/is_tar.c')
-rw-r--r--usr.bin/file/is_tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c
index 491689129f37..bd38463258ea 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.