diff options
Diffstat (limited to 'lib/libc/rpc/clnt_bcast.c')
-rw-r--r-- | lib/libc/rpc/clnt_bcast.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/rpc/clnt_bcast.c b/lib/libc/rpc/clnt_bcast.c index d827820..5c48cf8 100644 --- a/lib/libc/rpc/clnt_bcast.c +++ b/lib/libc/rpc/clnt_bcast.c @@ -32,9 +32,8 @@ * Copyright (c) 1986-1991 by Sun Microsystems Inc. */ -/* #ident "@(#)clnt_bcast.c 1.18 94/05/03 SMI" */ - -#if !defined(lint) && defined(SCCSIDS) +#if defined(LIBC_SCCS) && !defined(lint) +#ident "@(#)clnt_bcast.c 1.18 94/05/03 SMI" static char sccsid[] = "@(#)clnt_bcast.c 1.15 89/04/21 Copyr 1988 Sun Micro"; #endif #include <sys/cdefs.h> |