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