svn commit: r239156 - head/lib/libc/gen

Xin LI delphij at FreeBSD.org
Thu Aug 9 19:22:55 UTC 2012


Author: delphij
Date: Thu Aug  9 19:22:54 2012
New Revision: 239156
URL: http://svn.freebsd.org/changeset/base/239156

Log:
  Refresh with OpenBSD RCS ID changes to reflect that we now have essentionally
  the same file.

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

Modified: head/lib/libc/gen/nftw.c
==============================================================================
--- head/lib/libc/gen/nftw.c	Thu Aug  9 19:11:31 2012	(r239155)
+++ head/lib/libc/gen/nftw.c	Thu Aug  9 19:22:54 2012	(r239156)
@@ -1,4 +1,4 @@
-/*	$OpenBSD: nftw.c,v 1.4 2004/07/07 16:05:23 millert Exp $	*/
+/*	$OpenBSD: nftw.c,v 1.7 2006/03/31 19:41:44 millert 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: nftw.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-all mailing list