From ec4c2e360534aa35a086da61ea953bf67225ad22 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 31 Jan 2002 17:26:37 +0000 Subject: [PATCH] Fix minor style nit. --- lib/libc/gen/getusershell.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index 4232844e4450..cff58f10e636 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -33,10 +33,12 @@ * SUCH DAMAGE. */ -#include +#if 0 #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)getusershell.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#endif +#include __FBSDID("$FreeBSD$"); #include