Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2012 19:22:55 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239156 - head/lib/libc/gen
Message-ID:  <201208091922.q79JMtlR043710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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$");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208091922.q79JMtlR043710>