diff options
Diffstat (limited to 'lib/libc/stdtime/asctime.c')
-rw-r--r-- | lib/libc/stdtime/asctime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/asctime.c b/lib/libc/stdtime/asctime.c index 4e56007594a0..bb5db7e86634 100644 --- a/lib/libc/stdtime/asctime.c +++ b/lib/libc/stdtime/asctime.c @@ -2,7 +2,7 @@ ** This file is in the public domain, so clarified as of ** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov). ** -** $FreeBSD$ +** $FreeBSD: src/lib/libc/stdtime/asctime.c,v 1.7.6.1 2001/03/05 11:37:20 obrien Exp $ */ #ifndef lint |