diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 08:05:39 +0000 |
commit | 09c68f18c4a9147d6181993dbc13fa43f69a6887 (patch) | |
tree | 29ce24055216c4cd6d82d1410987040632c858b6 /lib/libc/rpc | |
parent | 1c72a646a8e39b93297b437918b3b1471ce8e77a (diff) |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'lib/libc/rpc')
37 files changed, 37 insertions, 149 deletions
diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index 4d7520ea9e5..b542f868542 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -1,3 +1,4 @@ +/* $OpenBSD: auth_none.c,v 1.9 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: auth_none.c,v 1.8 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * auth_none.c * Creates a client authentication handle for passing "null" diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index 22bb22d19de..e4044fe18a9 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -1,3 +1,4 @@ +/* $OpenBSD: auth_unix.c,v 1.19 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: auth_unix.c,v 1.18 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * auth_unix.c, Implements UNIX style authentication parameters. * diff --git a/lib/libc/rpc/authunix_prot.c b/lib/libc/rpc/authunix_prot.c index 6a43f127c07..89d920098ed 100644 --- a/lib/libc/rpc/authunix_prot.c +++ b/lib/libc/rpc/authunix_prot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: authunix_prot.c,v 1.6 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: authunix_prot.c,v 1.5 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * authunix_prot.c * XDR for UNIX style authentication parameters for RPC diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index 266861e1d99..7f23799f418 100644 --- a/lib/libc/rpc/clnt_generic.c +++ b/lib/libc/rpc/clnt_generic.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clnt_generic.c,v 1.5 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: clnt_generic.c,v 1.4 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * Copyright (C) 1987, Sun Microsystems, Inc. */ diff --git a/lib/libc/rpc/clnt_perror.c b/lib/libc/rpc/clnt_perror.c index a50b4f61f0e..7ecb0fc6e8f 100644 --- a/lib/libc/rpc/clnt_perror.c +++ b/lib/libc/rpc/clnt_perror.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clnt_perror.c,v 1.18 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: clnt_perror.c,v 1.17 2005/04/11 18:34:09 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * clnt_perror.c * diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index 2b467104d4e..04c911b6668 100644 --- a/lib/libc/rpc/clnt_raw.c +++ b/lib/libc/rpc/clnt_raw.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clnt_raw.c,v 1.14 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: clnt_raw.c,v 1.13 2005/08/01 19:44:53 jmc Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * clnt_raw.c * diff --git a/lib/libc/rpc/clnt_simple.c b/lib/libc/rpc/clnt_simple.c index e6bb932306f..5773282184c 100644 --- a/lib/libc/rpc/clnt_simple.c +++ b/lib/libc/rpc/clnt_simple.c @@ -1,4 +1,4 @@ - +/* $OpenBSD: clnt_simple.c,v 1.12 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -28,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: clnt_simple.c,v 1.11 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * clnt_simple.c * Simplified front end to rpc. diff --git a/lib/libc/rpc/clnt_tcp.c b/lib/libc/rpc/clnt_tcp.c index a5cb329eef4..ec7130d6c5f 100644 --- a/lib/libc/rpc/clnt_tcp.c +++ b/lib/libc/rpc/clnt_tcp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clnt_tcp.c,v 1.22 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: clnt_tcp.c,v 1.21 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * clnt_tcp.c, Implements a TCP/IP based, client side RPC. * diff --git a/lib/libc/rpc/clnt_udp.c b/lib/libc/rpc/clnt_udp.c index f1d4814a2cc..ee3367ee06e 100644 --- a/lib/libc/rpc/clnt_udp.c +++ b/lib/libc/rpc/clnt_udp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clnt_udp.c,v 1.23 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: clnt_udp.c,v 1.22 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * clnt_udp.c, Implements a UDP/IP based, client side RPC. * diff --git a/lib/libc/rpc/get_myaddress.c b/lib/libc/rpc/get_myaddress.c index bc0d7b66f86..b9ff2764558 100644 --- a/lib/libc/rpc/get_myaddress.c +++ b/lib/libc/rpc/get_myaddress.c @@ -1,3 +1,4 @@ +/* $OpenBSD: get_myaddress.c,v 1.12 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: get_myaddress.c,v 1.11 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * get_myaddress.c * diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c index cfae27e3fda..444d113a6c6 100644 --- a/lib/libc/rpc/getrpcent.c +++ b/lib/libc/rpc/getrpcent.c @@ -1,3 +1,4 @@ +/* $OpenBSD: getrpcent.c,v 1.13 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -28,10 +29,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: getrpcent.c,v 1.12 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * Copyright (c) 1984 by Sun Microsystems, Inc. */ diff --git a/lib/libc/rpc/getrpcport.c b/lib/libc/rpc/getrpcport.c index 5b96a1d36c3..e56ce259f97 100644 --- a/lib/libc/rpc/getrpcport.c +++ b/lib/libc/rpc/getrpcport.c @@ -1,3 +1,4 @@ +/* $OpenBSD: getrpcport.c,v 1.7 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: getrpcport.c,v 1.6 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ diff --git a/lib/libc/rpc/pmap_clnt.c b/lib/libc/rpc/pmap_clnt.c index e099345a991..f840322ab1f 100644 --- a/lib/libc/rpc/pmap_clnt.c +++ b/lib/libc/rpc/pmap_clnt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pmap_clnt.c,v 1.15 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: pmap_clnt.c,v 1.14 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * pmap_clnt.c * Client interface to pmap rpc service. diff --git a/lib/libc/rpc/pmap_getmaps.c b/lib/libc/rpc/pmap_getmaps.c index 07d3a208819..f9d0354a529 100644 --- a/lib/libc/rpc/pmap_getmaps.c +++ b/lib/libc/rpc/pmap_getmaps.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pmap_getmaps.c,v 1.10 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: pmap_getmaps.c,v 1.9 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * pmap_getmap.c * Client interface to pmap rpc service. diff --git a/lib/libc/rpc/pmap_getport.c b/lib/libc/rpc/pmap_getport.c index 7fc558082f7..27d027f6017 100644 --- a/lib/libc/rpc/pmap_getport.c +++ b/lib/libc/rpc/pmap_getport.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pmap_getport.c,v 1.10 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: pmap_getport.c,v 1.9 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * pmap_getport.c * Client interface to pmap rpc service. diff --git a/lib/libc/rpc/pmap_prot.c b/lib/libc/rpc/pmap_prot.c index 549a7d3048d..9a1d3adc6a4 100644 --- a/lib/libc/rpc/pmap_prot.c +++ b/lib/libc/rpc/pmap_prot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pmap_prot.c,v 1.6 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: pmap_prot.c,v 1.5 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * pmap_prot.c * Protocol for the local binder service, or pmap. diff --git a/lib/libc/rpc/pmap_prot2.c b/lib/libc/rpc/pmap_prot2.c index dd6a2aa6059..c00b2b3d880 100644 --- a/lib/libc/rpc/pmap_prot2.c +++ b/lib/libc/rpc/pmap_prot2.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pmap_prot2.c,v 1.6 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: pmap_prot2.c,v 1.5 2005/04/01 07:44:03 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * pmap_prot2.c * Protocol for the local binder service, or pmap. diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c index 08409bb7e5c..17da0c1d543 100644 --- a/lib/libc/rpc/pmap_rmt.c +++ b/lib/libc/rpc/pmap_rmt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pmap_rmt.c,v 1.25 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: pmap_rmt.c,v 1.24 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * pmap_rmt.c * Client interface to pmap rpc service. diff --git a/lib/libc/rpc/rpc_callmsg.c b/lib/libc/rpc/rpc_callmsg.c index 1f8b1bf7111..fd9f528dd62 100644 --- a/lib/libc/rpc/rpc_callmsg.c +++ b/lib/libc/rpc/rpc_callmsg.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_callmsg.c,v 1.9 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: rpc_callmsg.c,v 1.8 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * rpc_callmsg.c * diff --git a/lib/libc/rpc/rpc_commondata.c b/lib/libc/rpc/rpc_commondata.c index 87d23b23cd3..3f4b5971942 100644 --- a/lib/libc/rpc/rpc_commondata.c +++ b/lib/libc/rpc/rpc_commondata.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_commondata.c,v 1.5 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: rpc_commondata.c,v 1.4 2003/12/31 03:27:23 millert Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <rpc/rpc.h> /* * This file should only contain common data (global data) that is exported diff --git a/lib/libc/rpc/rpc_dtablesize.c b/lib/libc/rpc/rpc_dtablesize.c index d86661f1e4e..d1a5755de77 100644 --- a/lib/libc/rpc/rpc_dtablesize.c +++ b/lib/libc/rpc/rpc_dtablesize.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_dtablesize.c,v 1.7 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: rpc_dtablesize.c,v 1.6 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <unistd.h> #include <sys/types.h> diff --git a/lib/libc/rpc/rpc_prot.c b/lib/libc/rpc/rpc_prot.c index ffc17d1e402..3500957e70d 100644 --- a/lib/libc/rpc/rpc_prot.c +++ b/lib/libc/rpc/rpc_prot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_prot.c,v 1.10 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: rpc_prot.c,v 1.9 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * rpc_prot.c * diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index c47ed46d7c2..24820521200 100644 --- a/lib/libc/rpc/svc.c +++ b/lib/libc/rpc/svc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: svc.c,v 1.20 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc.c,v 1.19 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * svc.c, Server-side remote procedure call interface. * diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 67d59a16ed0..f9c3dc086cd 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -1,3 +1,4 @@ +/* $OpenBSD: svc_auth.c,v 1.7 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc_auth.c,v 1.6 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * svc_auth_nodes.c, Server-side rpc authenticator interface, * *WITHOUT* DES authentication. diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c index 50b84ef68fb..d925c371078 100644 --- a/lib/libc/rpc/svc_auth_unix.c +++ b/lib/libc/rpc/svc_auth_unix.c @@ -1,3 +1,4 @@ +/* $OpenBSD: svc_auth_unix.c,v 1.9 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc_auth_unix.c,v 1.8 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * svc_auth_unix.c * Handles UNIX flavor authentication parameters on the service side of rpc. diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c index d3f29477a09..76bb8248d7a 100644 --- a/lib/libc/rpc/svc_raw.c +++ b/lib/libc/rpc/svc_raw.c @@ -1,3 +1,4 @@ +/* $OpenBSD: svc_raw.c,v 1.9 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc_raw.c,v 1.8 2005/08/01 19:44:53 jmc Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * svc_raw.c, This a toy for simple testing and timing. * Interface to create an rpc client and server in the same UNIX process. diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index 9cdbc1f4f1d..56a7b0d5af7 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -1,3 +1,4 @@ +/* $OpenBSD: svc_run.c,v 1.16 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc_run.c,v 1.15 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * This is the rpc server side idle loop * Wait for input, call server program. diff --git a/lib/libc/rpc/svc_simple.c b/lib/libc/rpc/svc_simple.c index 86b42175a44..fdd2ade58bd 100644 --- a/lib/libc/rpc/svc_simple.c +++ b/lib/libc/rpc/svc_simple.c @@ -1,3 +1,4 @@ +/* $OpenBSD: svc_simple.c,v 1.10 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc_simple.c,v 1.9 2005/04/25 08:18:41 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * svc_simple.c * Simplified front end to rpc. diff --git a/lib/libc/rpc/svc_tcp.c b/lib/libc/rpc/svc_tcp.c index 24b90ba79ab..620606d0e17 100644 --- a/lib/libc/rpc/svc_tcp.c +++ b/lib/libc/rpc/svc_tcp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: svc_tcp.c,v 1.26 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc_tcp.c,v 1.25 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * svc_tcp.c, Server side for TCP/IP based RPC. * diff --git a/lib/libc/rpc/svc_udp.c b/lib/libc/rpc/svc_udp.c index 1b592c36429..4a9bc8a1a71 100644 --- a/lib/libc/rpc/svc_udp.c +++ b/lib/libc/rpc/svc_udp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: svc_udp.c,v 1.16 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc_udp.c,v 1.15 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * svc_udp.c, * Server side for UDP/IP based RPC. (Does some caching in the hopes of diff --git a/lib/libc/rpc/xdr.c b/lib/libc/rpc/xdr.c index 1f5aa627bb2..e2569bbf66f 100644 --- a/lib/libc/rpc/xdr.c +++ b/lib/libc/rpc/xdr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xdr.c,v 1.9 2005/08/08 08:05:35 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr.c,v 1.8 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * xdr.c, Generic XDR routines implementation. * diff --git a/lib/libc/rpc/xdr_array.c b/lib/libc/rpc/xdr_array.c index a7d76e568a5..f66f36576f4 100644 --- a/lib/libc/rpc/xdr_array.c +++ b/lib/libc/rpc/xdr_array.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xdr_array.c,v 1.9 2005/08/08 08:05:36 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_array.c,v 1.8 2005/08/05 08:39:10 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * xdr_array.c, Generic XDR routines implementation. * diff --git a/lib/libc/rpc/xdr_float.c b/lib/libc/rpc/xdr_float.c index ab68be6a1eb..40187f7118a 100644 --- a/lib/libc/rpc/xdr_float.c +++ b/lib/libc/rpc/xdr_float.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xdr_float.c,v 1.15 2005/08/08 08:05:36 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_float.c,v 1.14 2005/08/05 08:39:10 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * xdr_float.c, Generic XDR routines implementation. * diff --git a/lib/libc/rpc/xdr_mem.c b/lib/libc/rpc/xdr_mem.c index 9772fa33157..14eeacc5b05 100644 --- a/lib/libc/rpc/xdr_mem.c +++ b/lib/libc/rpc/xdr_mem.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xdr_mem.c,v 1.12 2005/08/08 08:05:36 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_mem.c,v 1.11 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * xdr_mem.h, XDR implementation using memory buffers. * diff --git a/lib/libc/rpc/xdr_rec.c b/lib/libc/rpc/xdr_rec.c index 15a502e880f..e8d9c264a48 100644 --- a/lib/libc/rpc/xdr_rec.c +++ b/lib/libc/rpc/xdr_rec.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xdr_rec.c,v 1.11 2005/08/08 08:05:36 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -26,10 +27,6 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_rec.c,v 1.10 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * xdr_rec.c, Implements TCP/IP based XDR streams with a "record marking" * layer above tcp (for rpc's use). diff --git a/lib/libc/rpc/xdr_reference.c b/lib/libc/rpc/xdr_reference.c index ffa3a5cfeee..57159c2c1f9 100644 --- a/lib/libc/rpc/xdr_reference.c +++ b/lib/libc/rpc/xdr_reference.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xdr_reference.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_reference.c,v 1.6 2005/08/05 08:39:10 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * xdr_reference.c, Generic XDR routines implementation. * diff --git a/lib/libc/rpc/xdr_stdio.c b/lib/libc/rpc/xdr_stdio.c index 0fd044fbbd0..a27f3a1468a 100644 --- a/lib/libc/rpc/xdr_stdio.c +++ b/lib/libc/rpc/xdr_stdio.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xdr_stdio.c,v 1.8 2005/08/08 08:05:36 espie Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -27,10 +28,6 @@ * Mountain View, California 94043 */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_stdio.c,v 1.7 2005/04/01 07:44:04 otto Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * xdr_stdio.c, XDR implementation on standard i/o file. * |