diff options
Diffstat (limited to 'lib/libc/rpc/netnamer.c')
-rw-r--r-- | lib/libc/rpc/netnamer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/rpc/netnamer.c b/lib/libc/rpc/netnamer.c index 4983b7c..3777e16 100644 --- a/lib/libc/rpc/netnamer.c +++ b/lib/libc/rpc/netnamer.c @@ -27,11 +27,13 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -#if !defined(lint) && defined(SCCSIDS) + +#if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)netnamer.c 1.13 91/03/11 Copyr 1986 Sun Micro"; #endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); + /* * netname utility routines convert from unix names to network names and * vice-versa This module is operating system dependent! What we define here |