diff options
Diffstat (limited to 'lib/libc/time/strftime.c')
-rw-r--r-- | lib/libc/time/strftime.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/time/strftime.c b/lib/libc/time/strftime.c index 5ed91ad8e8d..3bcee1fc7dd 100644 --- a/lib/libc/time/strftime.c +++ b/lib/libc/time/strftime.c @@ -1,10 +1,7 @@ -/* $OpenBSD: strftime.c,v 1.20 2009/10/27 23:59:59 deraadt Exp $ */ +/* $OpenBSD: strftime.c,v 1.21 2012/09/13 11:14:20 millert Exp $ */ #include "private.h" /* -** Based on the UCB version with the ID appearing below. -** This is ANSIish only when "multibyte character == plain character". -** ** Copyright (c) 1989, 1993 ** The Regents of the University of California. All rights reserved. ** |