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/date/date.c | |
parent | 5cb30a3039d8ce0b4500713028b354539f4bc7d5 (diff) | |
download | FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.zip FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'bin/date/date.c')
-rw-r--r-- | bin/date/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/date/date.c b/bin/date/date.c index f1d2e25..d699755 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: date.c,v 1.28 1999/05/14 00:28:41 jmg Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |