diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1996-05-27 06:54:03 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1996-05-27 06:54:03 +0000 |
commit | 6859875c81d48e9a8ff8d7e1ecead6a0ef0853e3 (patch) | |
tree | dd2ec5ae23b3d3a9e67d1c8986a4b9e6bb3190c8 /lib/libc/stdtime/strftime.c | |
parent | b13f8842815bdc93d0ec4aa25053c02ea5f6b50f (diff) |
Notes
Diffstat (limited to 'lib/libc/stdtime/strftime.c')
-rw-r--r-- | lib/libc/stdtime/strftime.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index 8d950af8c52f..21f275683413 100644 --- a/lib/libc/stdtime/strftime.c +++ b/lib/libc/stdtime/strftime.c @@ -13,13 +13,11 @@ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - * - * $Id:$ */ #ifdef LIBC_RCS static const char rcsid[] = - "$Id: strftime.c,v 1.6 1995/10/23 19:52:43 ache Exp $"; + "$Id: strftime.c,v 1.7 1996/05/27 04:10:27 scrappy Exp $"; #endif #ifndef lint |