diff --git a/src/lib/libc/xdr/crypt_clnt.c b/src/lib/libc/xdr/crypt_clnt.c index b5e3370..0c00944 100644 --- a/src/lib/libc/xdr/crypt_clnt.c +++ b/src/lib/libc/xdr/crypt_clnt.c @@ -1,12 +1,6 @@ -/* - * Please do not edit this file. - * It was generated using rpcgen. - */ - #include /* for memset */ #include "crypt.h" #include -__FBSDID("$FreeBSD: src/include/rpcsvc/crypt.x,v 1.5 2003/05/04 02:51:42 obrien Exp $"); /* Default timeout can be changed using clnt_control() */ static struct timeval TIMEOUT = { 25, 0 }; diff --git a/src/lib/libc/xdr/crypt_xdr.c b/src/lib/libc/xdr/crypt_xdr.c index 7045228..4bbe927 100644 --- a/src/lib/libc/xdr/crypt_xdr.c +++ b/src/lib/libc/xdr/crypt_xdr.c @@ -1,11 +1,5 @@ -/* - * Please do not edit this file. - * It was generated using rpcgen. - */ - #include "crypt.h" #include -__FBSDID("$FreeBSD: src/include/rpcsvc/crypt.x,v 1.5 2003/05/04 02:51:42 obrien Exp $"); bool_t xdr_des_dir(register XDR *xdrs, des_dir *objp) diff --git a/src/lib/libc/xdr/xdr.c b/src/lib/libc/xdr/xdr.c index 80f4eaf..c52486a 100644 --- a/src/lib/libc/xdr/xdr.c +++ b/src/lib/libc/xdr/xdr.c @@ -1,5 +1,3 @@ -/* $NetBSD: xdr.c,v 1.22 2000/07/06 03:10:35 christos 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 @@ -34,7 +32,6 @@ static char *sccsid = "@(#)xdr.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD: src/lib/libc/xdr/xdr.c,v 1.14 2004/10/16 06:32:43 obrien Exp $"); /* * xdr.c, Generic XDR routines implementation. diff --git a/src/lib/libc/xdr/xdr_array.c b/src/lib/libc/xdr/xdr_array.c index 330b641..dbe4930 100644 --- a/src/lib/libc/xdr/xdr_array.c +++ b/src/lib/libc/xdr/xdr_array.c @@ -1,5 +1,3 @@ -/* $NetBSD: xdr_array.c,v 1.12 2000/01/22 22:19:18 mycroft 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 @@ -34,7 +32,6 @@ static char *sccsid = "@(#)xdr_array.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD: src/lib/libc/xdr/xdr_array.c,v 1.15 2004/10/16 06:32:43 obrien Exp $"); /* * xdr_array.c, Generic XDR routines impelmentation. diff --git a/src/lib/libc/xdr/xdr_float.c b/src/lib/libc/xdr/xdr_float.c index a010d5d..e832bd5 100644 --- a/src/lib/libc/xdr/xdr_float.c +++ b/src/lib/libc/xdr/xdr_float.c @@ -1,5 +1,3 @@ -/* $NetBSD: xdr_float.c,v 1.23 2000/07/17 04:59:51 matt 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 @@ -34,7 +32,6 @@ static char *sccsid = "@(#)xdr_float.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.14 2004/10/16 06:32:43 obrien Exp $"); /* * xdr_float.c, Generic XDR routines implementation. diff --git a/src/lib/libc/xdr/xdr_mem.c b/src/lib/libc/xdr/xdr_mem.c index cb48bb6..e2ac0a6 100644 --- a/src/lib/libc/xdr/xdr_mem.c +++ b/src/lib/libc/xdr/xdr_mem.c @@ -1,5 +1,3 @@ -/* $NetBSD: xdr_mem.c,v 1.15 2000/01/22 22:19:18 mycroft 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 @@ -34,7 +32,6 @@ static char *sccsid = "@(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD: src/lib/libc/xdr/xdr_mem.c,v 1.13 2004/10/16 06:32:43 obrien Exp $"); /* * xdr_mem.h, XDR implementation using memory buffers. diff --git a/src/lib/libc/xdr/xdr_rec.c b/src/lib/libc/xdr/xdr_rec.c index eeb29b9..a311913 100644 --- a/src/lib/libc/xdr/xdr_rec.c +++ b/src/lib/libc/xdr/xdr_rec.c @@ -1,5 +1,3 @@ -/* $NetBSD: xdr_rec.c,v 1.18 2000/07/06 03:10:35 christos 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 @@ -34,7 +32,6 @@ static char *sccsid = "@(#)xdr_rec.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD: src/lib/libc/xdr/xdr_rec.c,v 1.21 2004/10/16 06:32:43 obrien Exp $"); /* * xdr_rec.c, Implements TCP/IP based XDR streams with a "record marking" diff --git a/src/lib/libc/xdr/xdr_reference.c b/src/lib/libc/xdr/xdr_reference.c index bccb333..36bd263 100644 --- a/src/lib/libc/xdr/xdr_reference.c +++ b/src/lib/libc/xdr/xdr_reference.c @@ -1,5 +1,3 @@ -/* $NetBSD: xdr_reference.c,v 1.13 2000/01/22 22:19:18 mycroft 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 @@ -34,7 +32,6 @@ static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD: src/lib/libc/xdr/xdr_reference.c,v 1.12 2004/10/16 06:32:43 obrien Exp $"); /* * xdr_reference.c, Generic XDR routines impelmentation. diff --git a/src/lib/libc/xdr/xdr_sizeof.c b/src/lib/libc/xdr/xdr_sizeof.c index 71322c8..de97034 100644 --- a/src/lib/libc/xdr/xdr_sizeof.c +++ b/src/lib/libc/xdr/xdr_sizeof.c @@ -36,7 +36,6 @@ */ #include -__FBSDID("$FreeBSD: src/lib/libc/xdr/xdr_sizeof.c,v 1.5 2003/03/07 13:19:40 nectar Exp $"); #include "namespace.h" #include diff --git a/src/lib/libc/xdr/xdr_stdio.c b/src/lib/libc/xdr/xdr_stdio.c index 89c7496..f31a82e 100644 --- a/src/lib/libc/xdr/xdr_stdio.c +++ b/src/lib/libc/xdr/xdr_stdio.c @@ -1,5 +1,3 @@ -/* $NetBSD: xdr_stdio.c,v 1.14 2000/01/22 22:19:19 mycroft 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 @@ -34,7 +32,6 @@ static char *sccsid = "@(#)xdr_stdio.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD: src/lib/libc/xdr/xdr_stdio.c,v 1.13 2004/10/16 06:32:43 obrien Exp $"); /* * xdr_stdio.c, XDR implementation on standard i/o file.