diff options
author | peter <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
commit | 66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (patch) | |
tree | d4a3af96d7d9b2e251eca5af46bf6c70c23d8b33 /bin/dd/conv_tab.c | |
parent | 5cb30a3039d8ce0b4500713028b354539f4bc7d5 (diff) | |
download | FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.zip FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'bin/dd/conv_tab.c')
-rw-r--r-- | bin/dd/conv_tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index f5fe7ac..8637bdd 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$Id: conv_tab.c,v 1.7 1998/05/06 06:51:32 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |