svn commit: r223717 - stable/8/lib/libc/gen

Xin LI delphij at FreeBSD.org
Sat Jul 2 00:38:11 UTC 2011


Author: delphij
Date: Sat Jul  2 00:38:10 2011
New Revision: 223717
URL: http://svn.freebsd.org/changeset/base/223717

Log:
  MFC r223216:
  
  Sync with OpenBSD (zap rcsid).

Modified:
  stable/8/lib/libc/gen/ftw.c
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/gen/ftw.c
==============================================================================
--- stable/8/lib/libc/gen/ftw.c	Sat Jul  2 00:34:02 2011	(r223716)
+++ stable/8/lib/libc/gen/ftw.c	Sat Jul  2 00:38:10 2011	(r223717)
@@ -1,4 +1,4 @@
-/*	$OpenBSD: ftw.c,v 1.4 2004/07/07 16:05:23 millert Exp $	*/
+/*	$OpenBSD: ftw.c,v 1.5 2005/08/08 08:05:34 espie Exp $	*/
 
 /*
  * Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller at courtesan.com>
@@ -20,12 +20,6 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#if 0
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: ftw.c,v 1.4 2004/07/07 16:05:23 millert Exp $";
-#endif /* LIBC_SCCS and not lint */
-#endif
-
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 


More information about the svn-src-stable-8 mailing list