Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/time/strftime.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/time/strftime.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17.4.1 retrieving revision 1.18 diff -u -p -r1.17.4.1 -r1.18 --- src/lib/libc/time/strftime.c 2007/08/21 20:08:21 1.17.4.1 +++ src/lib/libc/time/strftime.c 2007/07/31 20:19:16 1.18 @@ -1,11 +1,11 @@ -/* $NetBSD: strftime.c,v 1.17.4.1 2007/08/21 20:08:21 liamjfoy Exp $ */ +/* $NetBSD: strftime.c,v 1.18 2007/07/31 20:19:16 ginsbach Exp $ */ #include #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char elsieid[] = "@(#)strftime.c 7.64"; #else -__RCSID("$NetBSD: strftime.c,v 1.17.4.1 2007/08/21 20:08:21 liamjfoy Exp $"); +__RCSID("$NetBSD: strftime.c,v 1.18 2007/07/31 20:19:16 ginsbach Exp $"); #endif #endif /* LIBC_SCCS and not lint */