diff options
-rw-r--r-- | lib/libc/gen/getusershell.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/getusershell.c b/lib/libc/gen/getusershell.c index 4232844..cff58f1 100644 --- a/lib/libc/gen/getusershell.c +++ b/lib/libc/gen/getusershell.c @@ -33,10 +33,12 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#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 <sys/cdefs.h> __FBSDID("$FreeBSD$"); #include <sys/param.h> |