diff options
Diffstat (limited to 'lib/libc/rpc/getnetconfig.c')
-rw-r--r-- | lib/libc/rpc/getnetconfig.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/rpc/getnetconfig.c b/lib/libc/rpc/getnetconfig.c index ea140d4..0159e4b 100644 --- a/lib/libc/rpc/getnetconfig.c +++ b/lib/libc/rpc/getnetconfig.c @@ -29,11 +29,10 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -/* -#ifndef lint -static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI"; + +#if defined(LIBC_SCCS) && !defined(lint) +static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI"; #endif -*/ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |