diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-31 17:26:37 +0000 | 
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-31 17:26:37 +0000 | 
| commit | ec4c2e360534aa35a086da61ea953bf67225ad22 (patch) | |
| tree | adb843db791dc4b7890081fad850ee01a40f87b2 /lib/libc | |
| parent | 13696e046424282aabf7e6754c238d8400381ec1 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 4232844e4450..cff58f10e636 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>  | 
