Author: delphij
Date: Sat Jun 18 00:29:10 2011
New Revision: 223215
URL: http://svn.freebsd.org/changeset/base/223215

Log:
  Sync with OpenBSD (zap rcsid).
  
  MFC after:    2 weeks

Modified:
  head/lib/libc/gen/ftw.c

Modified: head/lib/libc/gen/ftw.c
==============================================================================
--- head/lib/libc/gen/ftw.c     Sat Jun 18 00:10:21 2011        (r223214)
+++ head/lib/libc/gen/ftw.c     Sat Jun 18 00:29:10 2011        (r223215)
@@ -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 <[email protected]>
@@ -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$");
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to