diff options
Diffstat (limited to 'lib/libc/stdtime/strptime.c')
| -rw-r--r-- | lib/libc/stdtime/strptime.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c index f6d46905d914..478e8992e550 100644 --- a/lib/libc/stdtime/strptime.c +++ b/lib/libc/stdtime/strptime.c @@ -59,7 +59,7 @@ static char copyright[] __unused =  static char sccsid[] __unused = "@(#)strptime.c	0.1 (Powerdog) 94/03/27";  #endif /* !defined NOID */  #endif /* not lint */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdtime/strptime.c,v 1.36.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $");  #include "namespace.h"  #include <time.h>  | 
