diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/key_prot.c | 2 | ||||
-rw-r--r-- | sunrpc/rpc/key_prot.h | 3 | ||||
-rw-r--r-- | sunrpc/rpcsvc/key_prot.x | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/sunrpc/key_prot.c b/sunrpc/key_prot.c index 5de8e25420..664013a71b 100644 --- a/sunrpc/key_prot.c +++ b/sunrpc/key_prot.c @@ -26,7 +26,9 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ +#if 0 #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" +#endif /* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */ diff --git a/sunrpc/rpc/key_prot.h b/sunrpc/rpc/key_prot.h index a23f2cd21b..3e2eb7208e 100644 --- a/sunrpc/rpc/key_prot.h +++ b/sunrpc/rpc/key_prot.h @@ -36,8 +36,9 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ +#if 0 #pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" - +#endif /* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */ /* diff --git a/sunrpc/rpcsvc/key_prot.x b/sunrpc/rpcsvc/key_prot.x index af22a208c5..d9272cbcfa 100644 --- a/sunrpc/rpcsvc/key_prot.x +++ b/sunrpc/rpcsvc/key_prot.x @@ -43,7 +43,9 @@ * requirements. */ +%#if 0 %#pragma ident "@(#)key_prot.x 1.7 94/04/29 SMI" +%#endif % %/* Copyright (c) 1990, 1991 Sun Microsystems, Inc. */ % |