From 8e27b6e60f1d378a4e7fb15f0a564ca3c298a6bb Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sat, 18 Jun 2011 00:29:10 +0000 Subject: [PATCH] Sync with OpenBSD (zap rcsid). MFC after: 2 weeks --- lib/libc/gen/ftw.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/libc/gen/ftw.c b/lib/libc/gen/ftw.c index 0177712143ee..bfaf121a79fc 100644 --- a/lib/libc/gen/ftw.c +++ b/lib/libc/gen/ftw.c @@ -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 @@ -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 __FBSDID("$FreeBSD$");