diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /lib | |
parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) | |
download | src-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.tar.gz src-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.zip |
Notes
Diffstat (limited to 'lib')
643 files changed, 724 insertions, 724 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile index 4de61092e2a5..73a612ac3d7e 100644 --- a/lib/compat/Makefile +++ b/lib/compat/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ SUBDIR= diff --git a/lib/compat/Makefile.inc b/lib/compat/Makefile.inc index 07eb565ddd59..74e177f95fed 100644 --- a/lib/compat/Makefile.inc +++ b/lib/compat/Makefile.inc @@ -1,3 +1,3 @@ -# $Id: Makefile.inc,v 1.1 1996/12/23 05:07:20 peter Exp $ +# $FreeBSD$ LIBCOMPATDIR?= ${LIBDIR}/compat diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index 800d1ba394c3..d83e938f5a01 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/12/30 07:31:43 jkh Exp $ +# $FreeBSD$ DISTRIBUTION= compat1x diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile index d7c2f7c49507..0df10a3f6327 100644 --- a/lib/compat/compat20/Makefile +++ b/lib/compat/compat20/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/12/30 07:32:33 jkh Exp $ +# $FreeBSD$ DISTRIBUTION= compat20 diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile index 4f8c04c10c91..caa24c6f5e56 100644 --- a/lib/compat/compat21/Makefile +++ b/lib/compat/compat21/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1996/12/31 02:39:40 bde Exp $ +# $FreeBSD$ DISTRIBUTION= compat21 diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index a761ab69194d..be5027ded17f 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 5/22/91 -# $Id: Makefile,v 1.25 1996/08/30 01:41:52 peter Exp $ +# $FreeBSD$ CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o diff --git a/lib/csu/i386/c++rt0.c b/lib/csu/i386/c++rt0.c index 079c0986efdb..3e853ac4ca08 100644 --- a/lib/csu/i386/c++rt0.c +++ b/lib/csu/i386/c++rt0.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: c++rt0.c,v 1.4 1996/01/15 17:53:25 jdp Exp $ + * $FreeBSD$ */ /* diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index 20123ecb80e9..ef76aab5c1d1 100644 --- a/lib/csu/i386/crt0.c +++ b/lib/csu/i386/crt0.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: crt0.c,v 1.26 1996/12/28 17:10:52 peter Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/lib/libc/amd64/SYS.h b/lib/libc/amd64/SYS.h index 214aa11f4b63..ac65687fdb7b 100644 --- a/lib/libc/amd64/SYS.h +++ b/lib/libc/amd64/SYS.h @@ -35,7 +35,7 @@ * * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 * - * $Id: SYS.h,v 1.6 1996/08/22 04:25:00 julian Exp $ + * $FreeBSD$ */ #include <sys/syscall.h> diff --git a/lib/libc/amd64/gen/Makefile.inc b/lib/libc/amd64/gen/Makefile.inc index 387aebffef0f..d57a794571f4 100644 --- a/lib/libc/amd64/gen/Makefile.inc +++ b/lib/libc/amd64/gen/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.5 1995/01/23 01:26:39 davidg Exp $ +# $FreeBSD$ SRCS+= isinf.c infinity.c SRCS+= _setjmp.S alloca.S fabs.S ldexp.c modf.S setjmp.S sigsetjmp.S diff --git a/lib/libc/amd64/gen/_setjmp.S b/lib/libc/amd64/gen/_setjmp.S index 23a2cdea0a03..96ea79cc511a 100644 --- a/lib/libc/amd64/gen/_setjmp.S +++ b/lib/libc/amd64/gen/_setjmp.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: _setjmp.S,v 1.3 1995/01/23 01:26:41 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: _setjmp.S,v 1.3 1995/01/23 01:26:41 davidg Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/amd64/gen/frexp.c b/lib/libc/amd64/gen/frexp.c index aba48025ff5a..1de32db1dcb7 100644 --- a/lib/libc/amd64/gen/frexp.c +++ b/lib/libc/amd64/gen/frexp.c @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/amd64/gen/infinity.c b/lib/libc/amd64/gen/infinity.c index e46f676a3f6d..3ba73067bb77 100644 --- a/lib/libc/amd64/gen/infinity.c +++ b/lib/libc/amd64/gen/infinity.c @@ -1,6 +1,6 @@ /* * infinity.c - * $Id$ + * $FreeBSD$ */ #include <math.h> diff --git a/lib/libc/amd64/gen/isinf.c b/lib/libc/amd64/gen/isinf.c index a121edaa3b56..b3f8f925ef89 100644 --- a/lib/libc/amd64/gen/isinf.c +++ b/lib/libc/amd64/gen/isinf.c @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: isinf.c,v 1.2 1995/01/23 01:27:00 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id: isinf.c,v 1.2 1995/01/23 01:27:00 davidg Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/amd64/gen/ldexp.c b/lib/libc/amd64/gen/ldexp.c index 8b63f528dc8c..ad3242c17368 100644 --- a/lib/libc/amd64/gen/ldexp.c +++ b/lib/libc/amd64/gen/ldexp.c @@ -33,11 +33,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/amd64/gen/setjmp.S b/lib/libc/amd64/gen/setjmp.S index 078b2ebc089e..04728cacad6f 100644 --- a/lib/libc/amd64/gen/setjmp.S +++ b/lib/libc/amd64/gen/setjmp.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: setjmp.S,v 1.4 1996/01/22 00:00:53 julian Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: setjmp.S,v 1.4 1996/01/22 00:00:53 julian Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/amd64/gen/sigsetjmp.S b/lib/libc/amd64/gen/sigsetjmp.S index ff6ed8d8f471..6ad2353a1f9e 100644 --- a/lib/libc/amd64/gen/sigsetjmp.S +++ b/lib/libc/amd64/gen/sigsetjmp.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sigsetjmp.S,v 1.7 1996/05/05 07:56:07 peter Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigsetjmp.S,v 1.7 1996/05/05 07:56:07 peter Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/amd64/net/Makefile.inc b/lib/libc/amd64/net/Makefile.inc index dff7fd1066b7..0d532ff6b962 100644 --- a/lib/libc/amd64/net/Makefile.inc +++ b/lib/libc/amd64/net/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id$ +# $FreeBSD$ SRCS+= htonl.S htons.S ntohl.S ntohs.S diff --git a/lib/libc/amd64/net/htonl.S b/lib/libc/amd64/net/htonl.S index 095c40a6fa73..a0a76708179b 100644 --- a/lib/libc/amd64/net/htonl.S +++ b/lib/libc/amd64/net/htonl.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* netorder = htonl(hostorder) */ diff --git a/lib/libc/amd64/net/htons.S b/lib/libc/amd64/net/htons.S index 238dfc24d36b..66084a864e59 100644 --- a/lib/libc/amd64/net/htons.S +++ b/lib/libc/amd64/net/htons.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* netorder = htons(hostorder) */ diff --git a/lib/libc/amd64/net/ntohl.S b/lib/libc/amd64/net/ntohl.S index 5af5008c437b..1f01ad9e3819 100644 --- a/lib/libc/amd64/net/ntohl.S +++ b/lib/libc/amd64/net/ntohl.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* hostorder = ntohl(netorder) */ diff --git a/lib/libc/amd64/net/ntohs.S b/lib/libc/amd64/net/ntohs.S index 4bed4a2c19c8..184a1e65fde2 100644 --- a/lib/libc/amd64/net/ntohs.S +++ b/lib/libc/amd64/net/ntohs.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* hostorder = ntohs(netorder) */ diff --git a/lib/libc/amd64/sys/Makefile.inc b/lib/libc/amd64/sys/Makefile.inc index 6774dd3425a9..8aaa3c479582 100644 --- a/lib/libc/amd64/sys/Makefile.inc +++ b/lib/libc/amd64/sys/Makefile.inc @@ -1,5 +1,5 @@ # from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp -# $Id$ +# $FreeBSD$ .PATH: ${.CURDIR}/${MACHINE}/sys diff --git a/lib/libc/amd64/sys/brk.S b/lib/libc/amd64/sys/brk.S index 2ae87fa32f8b..b306bc577af7 100644 --- a/lib/libc/amd64/sys/brk.S +++ b/lib/libc/amd64/sys/brk.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: brk.S,v 1.3 1996/05/05 07:56:10 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: brk.S,v 1.3 1996/05/05 07:56:10 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/amd64/sys/cerror.S b/lib/libc/amd64/sys/cerror.S index 632939b9d824..bfa842e17a42 100644 --- a/lib/libc/amd64/sys/cerror.S +++ b/lib/libc/amd64/sys/cerror.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cerror.S,v 1.5 1996/05/05 07:56:11 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: cerror.S,v 1.5 1996/05/05 07:56:11 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/amd64/sys/exect.S b/lib/libc/amd64/sys/exect.S index 59ce389f2978..7a05291e1b0f 100644 --- a/lib/libc/amd64/sys/exect.S +++ b/lib/libc/amd64/sys/exect.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exect.S,v 1.2 1995/01/23 01:29:46 davidg Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: exect.S,v 1.2 1995/01/23 01:29:46 davidg Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/amd64/sys/pipe.S b/lib/libc/amd64/sys/pipe.S index d52b189ba536..1cc923b87a3e 100644 --- a/lib/libc/amd64/sys/pipe.S +++ b/lib/libc/amd64/sys/pipe.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pipe.S,v 1.4 1996/05/05 07:56:13 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: pipe.S,v 1.4 1996/05/05 07:56:13 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/amd64/sys/ptrace.S b/lib/libc/amd64/sys/ptrace.S index 993c9be55056..07d2c8753b43 100644 --- a/lib/libc/amd64/sys/ptrace.S +++ b/lib/libc/amd64/sys/ptrace.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ptrace.S,v 1.2 1995/01/23 01:29:59 davidg Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: ptrace.S,v 1.2 1995/01/23 01:29:59 davidg Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/amd64/sys/reboot.S b/lib/libc/amd64/sys/reboot.S index f90cca00cb41..93fa431bf51a 100644 --- a/lib/libc/amd64/sys/reboot.S +++ b/lib/libc/amd64/sys/reboot.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: reboot.S,v 1.1 1994/08/05 01:18:48 wollman Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/amd64/sys/sbrk.S b/lib/libc/amd64/sys/sbrk.S index d5c48ddcb724..6bf587b211e5 100644 --- a/lib/libc/amd64/sys/sbrk.S +++ b/lib/libc/amd64/sys/sbrk.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sbrk.S,v 1.3 1995/10/04 15:58:57 phk Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sbrk.S,v 1.3 1995/10/04 15:58:57 phk Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/amd64/sys/setlogin.S b/lib/libc/amd64/sys/setlogin.S index 1ec31b9ef760..8e04747477b3 100644 --- a/lib/libc/amd64/sys/setlogin.S +++ b/lib/libc/amd64/sys/setlogin.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: setlogin.S,v 1.2 1995/01/23 01:30:06 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: setlogin.S,v 1.2 1995/01/23 01:30:06 davidg Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/amd64/sys/sigreturn.S b/lib/libc/amd64/sys/sigreturn.S index c685b9198287..e276594a988b 100644 --- a/lib/libc/amd64/sys/sigreturn.S +++ b/lib/libc/amd64/sys/sigreturn.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sigreturn.S,v 1.4 1996/05/05 07:56:19 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigreturn.S,v 1.4 1996/05/05 07:56:19 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/amd64/sys/vfork.S b/lib/libc/amd64/sys/vfork.S index 2b69ca0c16d4..de00199945ab 100644 --- a/lib/libc/amd64/sys/vfork.S +++ b/lib/libc/amd64/sys/vfork.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: Ovfork.S,v 1.3 1996/01/22 00:00:56 julian Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: Ovfork.S,v 1.3 1996/01/22 00:00:56 julian Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index e625dc4514b5..36b3a5e2af56 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mpool.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .TH MPOOL 3 "June 4, 1993" .UC 7 diff --git a/lib/libc/db/mpool/mpool.libtp b/lib/libc/db/mpool/mpool.libtp index 8c0fc27a0f62..bcd827dce29d 100644 --- a/lib/libc/db/mpool/mpool.libtp +++ b/lib/libc/db/mpool/mpool.libtp @@ -1,6 +1,6 @@ /****************************************************************************** -VERSION $Id: buf.c,v 1.26 92/01/09 09:15:26 margo Exp $ +VERSION $FreeBSD$ PACKAGE: User Level Shared Memory Manager DESCRIPTION: diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 9035f85d40f5..9ce0abe1ee84 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,5 +1,5 @@ # From: @(#)Makefile.inc 8.3 (Berkeley) 4/16/94 -# $Id: Makefile.inc,v 1.21 1996/02/18 01:56:51 wosch Exp $ +# $FreeBSD$ # machine-independent gen sources .PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen diff --git a/lib/libc/gen/__xuname.c b/lib/libc/gen/__xuname.c index 93f659e57843..c807f73da3d5 100644 --- a/lib/libc/gen/__xuname.c +++ b/lib/libc/gen/__xuname.c @@ -34,7 +34,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char sccsid[] = "From: @(#)uname.c 8.1 (Berkeley) 1/4/94";*/ static const char rcsid[] = - "$Id: uname.c,v 1.3 1995/05/30 05:40:29 rgrimes Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/config.c b/lib/libc/gen/config.c index ffe276697990..8d0d591a91bb 100644 --- a/lib/libc/gen/config.c +++ b/lib/libc/gen/config.c @@ -6,12 +6,12 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: config.c,v 1.1 1994/11/13 20:47:43 phk Exp $ + * $FreeBSD$ * */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: config.c,v 1.1 1994/11/13 20:47:43 phk Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/gen/config_open.3 b/lib/libc/gen/config_open.3 index 7b7e36ca3a4e..906859437f25 100644 --- a/lib/libc/gen/config_open.3 +++ b/lib/libc/gen/config_open.3 @@ -5,7 +5,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $Id: config_open.3,v 1.1 1994/11/13 20:47:44 phk Exp $ +.\" $FreeBSD$ .\" .Dd November 13, 1994 .Dt config_open 3 diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index ac2894e3bd07..45e354c2720f 100644 --- a/lib/libc/gen/disklabel.c +++ b/lib/libc/gen/disklabel.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 5/3/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index 047ed17725b3..162ffe24ae53 100644 --- a/lib/libc/gen/err.3 +++ b/lib/libc/gen/err.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)err.3 8.1 (Berkeley) 6/9/93 -.\" $Id: err.3,v 1.3 1996/02/11 22:33:27 mpp Exp $ +.\" $FreeBSD$ .\" .Dd April 13, 1995 .Dt ERR 3 diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index 1130e38bbea0..362f13f61b43 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ftok.3,v 1.4 1996/06/03 10:40:39 joerg Exp $ +.\" $FreeBSD$ .Dd June 24, 1994 .Os .Dt ftok 3 diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c index 8861509a541e..24cfe7d601e0 100644 --- a/lib/libc/gen/ftok.c +++ b/lib/libc/gen/ftok.c @@ -26,7 +26,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: ftok.c,v 1.2 1994/06/26 16:27:34 jtc Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/getbootfile.3 b/lib/libc/gen/getbootfile.3 index 5f40e19155e7..7f1dae154feb 100644 --- a/lib/libc/gen/getbootfile.3 +++ b/lib/libc/gen/getbootfile.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)gethostname.3 8.1 (Berkeley) 6/4/93 -.\" $Id: getbootfile.3,v 1.2 1996/02/11 22:33:31 mpp Exp $ +.\" $FreeBSD$ .\" .Dd September 23, 1994 .Dt GETBOOTFILE 3 diff --git a/lib/libc/gen/getbootfile.c b/lib/libc/gen/getbootfile.c index 3d038514051e..74152d7c4db2 100644 --- a/lib/libc/gen/getbootfile.c +++ b/lib/libc/gen/getbootfile.c @@ -34,7 +34,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char sccsid[] = "From: @(#)gethostname.c 8.1 (Berkeley) 6/4/93";*/ static const char rcsid[] = - "$Id: getbootfile.c,v 1.1 1994/09/23 20:22:01 wollman Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index 3874cedbf673..d186291578e0 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gethostname.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd May 6, 1994 .Dt GETDOMAINNAME 3 diff --git a/lib/libc/gen/getdomainname.c b/lib/libc/gen/getdomainname.c index 1aeeb4a240e7..aafb01074559 100644 --- a/lib/libc/gen/getdomainname.c +++ b/lib/libc/gen/getdomainname.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)gethostname.c 8.1 (Berkeley) 6/4/93"; */ static const char rcsid[] = - "$Id: getdomainname.c,v 1.2 1996/07/12 19:55:19 wollman Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index f89f0929618c..86ade195e57b 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)getgrent.3 8.2 (Berkeley) 4/19/94 -.\" $Id: getgrent.3,v 1.4 1996/05/23 01:04:14 mpp Exp $ +.\" $FreeBSD$ .\" .Dd September 29, 1994 .Dt GETGRENT 3 diff --git a/lib/libc/gen/getosreldate.c b/lib/libc/gen/getosreldate.c index 808e16b56e70..b6e91f49c349 100644 --- a/lib/libc/gen/getosreldate.c +++ b/lib/libc/gen/getosreldate.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)gethostid.c 8.1 (Berkeley) 6/2/93"; */ static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getvfsent.3 b/lib/libc/gen/getvfsent.3 index 6a66caf1ff5a..c992341cd73f 100644 --- a/lib/libc/gen/getvfsent.3 +++ b/lib/libc/gen/getvfsent.3 @@ -1,4 +1,4 @@ -.\" $Id: getvfsent.3,v 1.3 1996/05/01 01:40:04 bde Exp $ +.\" $FreeBSD$ .\" Written by Garrett A. Wollman, September 1994. .\" This manual page is in the public domain. .\" diff --git a/lib/libc/gen/ntp_gettime.c b/lib/libc/gen/ntp_gettime.c index feae846fbc2e..e77caafeb4a3 100644 --- a/lib/libc/gen/ntp_gettime.c +++ b/lib/libc/gen/ntp_gettime.c @@ -33,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char rcsid[] = - "$Id: ntp_gettime.c,v 1.1 1994/09/18 20:29:46 wollman Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/setdomainname.c b/lib/libc/gen/setdomainname.c index 453614eabc73..8d461662f366 100644 --- a/lib/libc/gen/setdomainname.c +++ b/lib/libc/gen/setdomainname.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)sethostname.c 8.1 (Berkeley) 6/4/93"; */ static const char rcsid[] = - "$Id: setdomainname.c,v 1.2 1996/07/12 19:55:20 wollman Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/setflags.c b/lib/libc/gen/setflags.c index 7e4309c11842..30407d667bdf 100644 --- a/lib/libc/gen/setflags.c +++ b/lib/libc/gen/setflags.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: stat_flags.c,v 1.2 1994/09/24 02:55:57 davidg Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/lib/libc/gen/setflagsbyname.c b/lib/libc/gen/setflagsbyname.c index 7e4309c11842..30407d667bdf 100644 --- a/lib/libc/gen/setflagsbyname.c +++ b/lib/libc/gen/setflagsbyname.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: stat_flags.c,v 1.2 1994/09/24 02:55:57 davidg Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3 index 3981a4fddb4b..f4cc850ef8ef 100644 --- a/lib/libc/gen/setproctitle.3 +++ b/lib/libc/gen/setproctitle.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: setproctitle.3,v 1.4 1996/08/23 20:52:53 mpp Exp $ +.\" $FreeBSD$ .\" .\" The following requests are required for all man pages. .Dd December 16, 1995 diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index 1f9f4b51ac7f..cf3069b18f5c 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -14,7 +14,7 @@ * 3. Absolutely no warranty of function or purpose is made by the author * Peter Wemm. * - * $Id: setproctitle.c,v 1.2 1996/02/24 14:37:29 peter Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/lib/libc/gen/shmat.c b/lib/libc/gen/shmat.c index b38a6a5e0938..45b91430c944 100644 --- a/lib/libc/gen/shmat.c +++ b/lib/libc/gen/shmat.c @@ -1,5 +1,5 @@ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: shmat.c,v 1.2 1993/10/10 12:01:26 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/shmctl.c b/lib/libc/gen/shmctl.c index 1bb384cff063..eae9fbb6a23f 100644 --- a/lib/libc/gen/shmctl.c +++ b/lib/libc/gen/shmctl.c @@ -1,5 +1,5 @@ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: shmctl.c,v 1.2 1993/10/10 12:01:28 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/shmdt.c b/lib/libc/gen/shmdt.c index fde6078704e7..f39ad183f2ab 100644 --- a/lib/libc/gen/shmdt.c +++ b/lib/libc/gen/shmdt.c @@ -1,5 +1,5 @@ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: shmdt.c,v 1.2 1993/10/10 12:01:29 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/shmget.c b/lib/libc/gen/shmget.c index 455ea888a869..8976d1c0d6d4 100644 --- a/lib/libc/gen/shmget.c +++ b/lib/libc/gen/shmget.c @@ -1,5 +1,5 @@ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: shmget.c,v 1.1 1993/09/27 00:57:49 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c index 7e4309c11842..30407d667bdf 100644 --- a/lib/libc/gen/strtofflags.c +++ b/lib/libc/gen/strtofflags.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: stat_flags.c,v 1.2 1994/09/24 02:55:57 davidg Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/lib/libc/gen/syslog.c b/lib/libc/gen/syslog.c index a355eb2ca9de..40e44e944b75 100644 --- a/lib/libc/gen/syslog.c +++ b/lib/libc/gen/syslog.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)syslog.c 8.4 (Berkeley) 3/18/94"; */ static const char rcsid[] = - "$Id: syslog.c,v 1.8 1996/03/02 19:56:16 peter Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index 77082cd84999..588cfcdd6a70 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)ualarm.3 8.2 (Berkeley) 4/19/94 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt UALARM 3 diff --git a/lib/libc/gen/uname.c b/lib/libc/gen/uname.c index 93f659e57843..c807f73da3d5 100644 --- a/lib/libc/gen/uname.c +++ b/lib/libc/gen/uname.c @@ -34,7 +34,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char sccsid[] = "From: @(#)uname.c 8.1 (Berkeley) 1/4/94";*/ static const char rcsid[] = - "$Id: uname.c,v 1.3 1995/05/30 05:40:29 rgrimes Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 9054ac84b780..00794b006b97 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)vis.3 8.1 (Berkeley) 6/9/93 -.\" $Id: vis.3,v 1.3 1996/08/22 23:26:15 mpp Exp $ +.\" $FreeBSD$ .\" .Dd July 25, 1996 .Dt VIS 3 diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index b44af9920ed3..ce30ec03582f 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: mcount.c,v 1.6 1996/05/02 08:43:37 phk Exp $"; + "$FreeBSD$"; #endif #include <sys/param.h> diff --git a/lib/libc/i386/DEFS.h b/lib/libc/i386/DEFS.h index 2ec3019f91cd..252ba3f6adc5 100644 --- a/lib/libc/i386/DEFS.h +++ b/lib/libc/i386/DEFS.h @@ -35,7 +35,7 @@ * * from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90 * - * $Id: DEFS.h,v 1.2 1994/08/05 01:17:56 wollman Exp $ + * $FreeBSD$ */ #include <sys/cdefs.h> diff --git a/lib/libc/i386/SYS.h b/lib/libc/i386/SYS.h index 214aa11f4b63..ac65687fdb7b 100644 --- a/lib/libc/i386/SYS.h +++ b/lib/libc/i386/SYS.h @@ -35,7 +35,7 @@ * * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 * - * $Id: SYS.h,v 1.6 1996/08/22 04:25:00 julian Exp $ + * $FreeBSD$ */ #include <sys/syscall.h> diff --git a/lib/libc/i386/gen/Makefile.inc b/lib/libc/i386/gen/Makefile.inc index 387aebffef0f..d57a794571f4 100644 --- a/lib/libc/i386/gen/Makefile.inc +++ b/lib/libc/i386/gen/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.5 1995/01/23 01:26:39 davidg Exp $ +# $FreeBSD$ SRCS+= isinf.c infinity.c SRCS+= _setjmp.S alloca.S fabs.S ldexp.c modf.S setjmp.S sigsetjmp.S diff --git a/lib/libc/i386/gen/_setjmp.S b/lib/libc/i386/gen/_setjmp.S index 23a2cdea0a03..96ea79cc511a 100644 --- a/lib/libc/i386/gen/_setjmp.S +++ b/lib/libc/i386/gen/_setjmp.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: _setjmp.S,v 1.3 1995/01/23 01:26:41 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: _setjmp.S,v 1.3 1995/01/23 01:26:41 davidg Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/i386/gen/alloca.S b/lib/libc/i386/gen/alloca.S index f76b37bc1a15..4b3c3d1beb5d 100644 --- a/lib/libc/i386/gen/alloca.S +++ b/lib/libc/i386/gen/alloca.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* like alloc, but automatic automatic free in return */ diff --git a/lib/libc/i386/gen/fabs.S b/lib/libc/i386/gen/fabs.S index 5ae53705ffa6..89d60c31f3d2 100644 --- a/lib/libc/i386/gen/fabs.S +++ b/lib/libc/i386/gen/fabs.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/gen/frexp.c b/lib/libc/i386/gen/frexp.c index aba48025ff5a..1de32db1dcb7 100644 --- a/lib/libc/i386/gen/frexp.c +++ b/lib/libc/i386/gen/frexp.c @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/i386/gen/infinity.c b/lib/libc/i386/gen/infinity.c index e46f676a3f6d..3ba73067bb77 100644 --- a/lib/libc/i386/gen/infinity.c +++ b/lib/libc/i386/gen/infinity.c @@ -1,6 +1,6 @@ /* * infinity.c - * $Id$ + * $FreeBSD$ */ #include <math.h> diff --git a/lib/libc/i386/gen/isinf.c b/lib/libc/i386/gen/isinf.c index a121edaa3b56..b3f8f925ef89 100644 --- a/lib/libc/i386/gen/isinf.c +++ b/lib/libc/i386/gen/isinf.c @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: isinf.c,v 1.2 1995/01/23 01:27:00 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id: isinf.c,v 1.2 1995/01/23 01:27:00 davidg Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/i386/gen/ldexp.c b/lib/libc/i386/gen/ldexp.c index 8b63f528dc8c..ad3242c17368 100644 --- a/lib/libc/i386/gen/ldexp.c +++ b/lib/libc/i386/gen/ldexp.c @@ -33,11 +33,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/i386/gen/modf.S b/lib/libc/i386/gen/modf.S index 34a89ed4dbce..8f658e09d1fa 100644 --- a/lib/libc/i386/gen/modf.S +++ b/lib/libc/i386/gen/modf.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modf.S,v 1.2 1995/01/23 01:27:05 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: modf.S,v 1.2 1995/01/23 01:27:05 davidg Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/i386/gen/setjmp.S b/lib/libc/i386/gen/setjmp.S index 078b2ebc089e..04728cacad6f 100644 --- a/lib/libc/i386/gen/setjmp.S +++ b/lib/libc/i386/gen/setjmp.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: setjmp.S,v 1.4 1996/01/22 00:00:53 julian Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: setjmp.S,v 1.4 1996/01/22 00:00:53 julian Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/i386/gen/sigsetjmp.S b/lib/libc/i386/gen/sigsetjmp.S index ff6ed8d8f471..6ad2353a1f9e 100644 --- a/lib/libc/i386/gen/sigsetjmp.S +++ b/lib/libc/i386/gen/sigsetjmp.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sigsetjmp.S,v 1.7 1996/05/05 07:56:07 peter Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigsetjmp.S,v 1.7 1996/05/05 07:56:07 peter Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/net/Makefile.inc b/lib/libc/i386/net/Makefile.inc index dff7fd1066b7..0d532ff6b962 100644 --- a/lib/libc/i386/net/Makefile.inc +++ b/lib/libc/i386/net/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id$ +# $FreeBSD$ SRCS+= htonl.S htons.S ntohl.S ntohs.S diff --git a/lib/libc/i386/net/htonl.S b/lib/libc/i386/net/htonl.S index 095c40a6fa73..a0a76708179b 100644 --- a/lib/libc/i386/net/htonl.S +++ b/lib/libc/i386/net/htonl.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* netorder = htonl(hostorder) */ diff --git a/lib/libc/i386/net/htons.S b/lib/libc/i386/net/htons.S index 238dfc24d36b..66084a864e59 100644 --- a/lib/libc/i386/net/htons.S +++ b/lib/libc/i386/net/htons.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* netorder = htons(hostorder) */ diff --git a/lib/libc/i386/net/ntohl.S b/lib/libc/i386/net/ntohl.S index 5af5008c437b..1f01ad9e3819 100644 --- a/lib/libc/i386/net/ntohl.S +++ b/lib/libc/i386/net/ntohl.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* hostorder = ntohl(netorder) */ diff --git a/lib/libc/i386/net/ntohs.S b/lib/libc/i386/net/ntohs.S index 4bed4a2c19c8..184a1e65fde2 100644 --- a/lib/libc/i386/net/ntohs.S +++ b/lib/libc/i386/net/ntohs.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* hostorder = ntohs(netorder) */ diff --git a/lib/libc/i386/stdlib/Makefile.inc b/lib/libc/i386/stdlib/Makefile.inc index 65ce3481497f..07fb8895ad61 100644 --- a/lib/libc/i386/stdlib/Makefile.inc +++ b/lib/libc/i386/stdlib/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id$ +# $FreeBSD$ SRCS+= abs.S diff --git a/lib/libc/i386/stdlib/abs.S b/lib/libc/i386/stdlib/abs.S index 4915d16641b5..ada9b04188e8 100644 --- a/lib/libc/i386/stdlib/abs.S +++ b/lib/libc/i386/stdlib/abs.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/stdlib/div.S b/lib/libc/i386/stdlib/div.S index b4f89d280955..12ce3dc6266e 100644 --- a/lib/libc/i386/stdlib/div.S +++ b/lib/libc/i386/stdlib/div.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: div.S,v 1.1 1993/12/04 21:46:15 ats Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: div.S,v 1.1 1993/12/04 21:46:15 ats Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/stdlib/labs.S b/lib/libc/i386/stdlib/labs.S index 5c5afe142bbc..1aa1a589a1ac 100644 --- a/lib/libc/i386/stdlib/labs.S +++ b/lib/libc/i386/stdlib/labs.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/stdlib/ldiv.S b/lib/libc/i386/stdlib/ldiv.S index de7bb948ab4c..26cce9c8afac 100644 --- a/lib/libc/i386/stdlib/ldiv.S +++ b/lib/libc/i386/stdlib/ldiv.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ldiv.S,v 1.1 1993/12/04 21:46:17 ats Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: ldiv.S,v 1.1 1993/12/04 21:46:17 ats Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/Makefile.inc b/lib/libc/i386/string/Makefile.inc index be5827f0e4cf..fae252392ce7 100644 --- a/lib/libc/i386/string/Makefile.inc +++ b/lib/libc/i386/string/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id$ +# $FreeBSD$ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \ memmove.S memset.S \ diff --git a/lib/libc/i386/string/bcmp.S b/lib/libc/i386/string/bcmp.S index c15975a3b685..329404d913a6 100644 --- a/lib/libc/i386/string/bcmp.S +++ b/lib/libc/i386/string/bcmp.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: bcmp.S,v 1.1 1994/08/05 01:18:23 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: bcmp.S,v 1.1 1994/08/05 01:18:23 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/bcopy.S b/lib/libc/i386/string/bcopy.S index 6d9993825a04..1638f8501949 100644 --- a/lib/libc/i386/string/bcopy.S +++ b/lib/libc/i386/string/bcopy.S @@ -32,12 +32,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bcopy.S,v 1.2 1995/01/23 01:28:49 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: bcopy.S,v 1.2 1995/01/23 01:28:49 davidg Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/bzero.S b/lib/libc/i386/string/bzero.S index 74a1d03c46ee..ac52ef162244 100644 --- a/lib/libc/i386/string/bzero.S +++ b/lib/libc/i386/string/bzero.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: bzero.S,v 1.1 1994/08/05 01:18:25 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: bzero.S,v 1.1 1994/08/05 01:18:25 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/ffs.S b/lib/libc/i386/string/ffs.S index 69ef90e17ec6..c4841f94f292 100644 --- a/lib/libc/i386/string/ffs.S +++ b/lib/libc/i386/string/ffs.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ffs.S,v 1.1 1994/08/05 01:18:26 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: ffs.S,v 1.1 1994/08/05 01:18:26 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/index.S b/lib/libc/i386/string/index.S index f7b0d8d53e85..12ee98643599 100644 --- a/lib/libc/i386/string/index.S +++ b/lib/libc/i386/string/index.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: index.S,v 1.1 1994/08/05 01:18:27 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: index.S,v 1.1 1994/08/05 01:18:27 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/memchr.S b/lib/libc/i386/string/memchr.S index dd989d4c01f0..40ee2cfd1959 100644 --- a/lib/libc/i386/string/memchr.S +++ b/lib/libc/i386/string/memchr.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: memchr.S,v 1.4 1994/11/25 08:58:53 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: memchr.S,v 1.4 1994/11/25 08:58:53 davidg Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/memcmp.S b/lib/libc/i386/string/memcmp.S index f43329d8e724..8c430abd3871 100644 --- a/lib/libc/i386/string/memcmp.S +++ b/lib/libc/i386/string/memcmp.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: memcmp.S,v 1.1 1994/08/05 01:18:29 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: memcmp.S,v 1.1 1994/08/05 01:18:29 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/memmove.S b/lib/libc/i386/string/memmove.S index 497af4fceacc..5224008449f3 100644 --- a/lib/libc/i386/string/memmove.S +++ b/lib/libc/i386/string/memmove.S @@ -32,12 +32,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: memmove.S,v 1.2 1995/01/23 01:29:02 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: memmove.S,v 1.2 1995/01/23 01:29:02 davidg Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/memset.S b/lib/libc/i386/string/memset.S index 412bcbb2cca9..89f589c1b56f 100644 --- a/lib/libc/i386/string/memset.S +++ b/lib/libc/i386/string/memset.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: memset.S,v 1.1 1994/08/05 01:18:30 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: memset.S,v 1.1 1994/08/05 01:18:30 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/rindex.S b/lib/libc/i386/string/rindex.S index 53af042ab185..3371975d087a 100644 --- a/lib/libc/i386/string/rindex.S +++ b/lib/libc/i386/string/rindex.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: rindex.S,v 1.1 1994/08/05 01:18:31 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: rindex.S,v 1.1 1994/08/05 01:18:31 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strcat.S b/lib/libc/i386/string/strcat.S index 9d5e119cb56b..f956542fe3d7 100644 --- a/lib/libc/i386/string/strcat.S +++ b/lib/libc/i386/string/strcat.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcat.S,v 1.1 1994/08/05 01:18:32 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strcat.S,v 1.1 1994/08/05 01:18:32 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strchr.S b/lib/libc/i386/string/strchr.S index dd2e680545a2..5e14780d1c16 100644 --- a/lib/libc/i386/string/strchr.S +++ b/lib/libc/i386/string/strchr.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strchr.S,v 1.1 1994/08/05 01:18:33 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strchr.S,v 1.1 1994/08/05 01:18:33 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strcmp.S b/lib/libc/i386/string/strcmp.S index ef076c51dd28..7205035e90a1 100644 --- a/lib/libc/i386/string/strcmp.S +++ b/lib/libc/i386/string/strcmp.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcmp.S,v 1.1 1994/08/05 01:18:34 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strcmp.S,v 1.1 1994/08/05 01:18:34 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strcpy.S b/lib/libc/i386/string/strcpy.S index 2d93e4645526..6f3557b54186 100644 --- a/lib/libc/i386/string/strcpy.S +++ b/lib/libc/i386/string/strcpy.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strcpy.S,v 1.1 1994/08/05 01:18:34 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strcpy.S,v 1.1 1994/08/05 01:18:34 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strlen.S b/lib/libc/i386/string/strlen.S index 16eee1aba456..375ab5bc5aad 100644 --- a/lib/libc/i386/string/strlen.S +++ b/lib/libc/i386/string/strlen.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strlen.S,v 1.1 1994/08/05 01:18:35 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strlen.S,v 1.1 1994/08/05 01:18:35 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strncmp.S b/lib/libc/i386/string/strncmp.S index 20788bd9eadc..0d1c1aed4948 100644 --- a/lib/libc/i386/string/strncmp.S +++ b/lib/libc/i386/string/strncmp.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strncmp.S,v 1.2 1994/12/27 13:12:34 bde Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strncmp.S,v 1.2 1994/12/27 13:12:34 bde Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/strrchr.S b/lib/libc/i386/string/strrchr.S index 28f063795ad1..3202b30d7888 100644 --- a/lib/libc/i386/string/strrchr.S +++ b/lib/libc/i386/string/strrchr.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: strrchr.S,v 1.1 1994/08/05 01:18:37 wollman Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strrchr.S,v 1.1 1994/08/05 01:18:37 wollman Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/string/swab.S b/lib/libc/i386/string/swab.S index 87deded2443b..5e39fea9b4f9 100644 --- a/lib/libc/i386/string/swab.S +++ b/lib/libc/i386/string/swab.S @@ -27,12 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: swab.S,v 1.1 1995/01/22 21:36:15 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: swab.S,v 1.1 1995/01/22 21:36:15 davidg Exp $" + .asciz "$FreeBSD$" #endif #include "DEFS.h" diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc index 6774dd3425a9..8aaa3c479582 100644 --- a/lib/libc/i386/sys/Makefile.inc +++ b/lib/libc/i386/sys/Makefile.inc @@ -1,5 +1,5 @@ # from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp -# $Id$ +# $FreeBSD$ .PATH: ${.CURDIR}/${MACHINE}/sys diff --git a/lib/libc/i386/sys/Ovfork.S b/lib/libc/i386/sys/Ovfork.S index 2b69ca0c16d4..de00199945ab 100644 --- a/lib/libc/i386/sys/Ovfork.S +++ b/lib/libc/i386/sys/Ovfork.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: Ovfork.S,v 1.3 1996/01/22 00:00:56 julian Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: Ovfork.S,v 1.3 1996/01/22 00:00:56 julian Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "DEFS.h" diff --git a/lib/libc/i386/sys/brk.S b/lib/libc/i386/sys/brk.S index 2ae87fa32f8b..b306bc577af7 100644 --- a/lib/libc/i386/sys/brk.S +++ b/lib/libc/i386/sys/brk.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: brk.S,v 1.3 1996/05/05 07:56:10 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: brk.S,v 1.3 1996/05/05 07:56:10 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/cerror.S b/lib/libc/i386/sys/cerror.S index 632939b9d824..bfa842e17a42 100644 --- a/lib/libc/i386/sys/cerror.S +++ b/lib/libc/i386/sys/cerror.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cerror.S,v 1.5 1996/05/05 07:56:11 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: cerror.S,v 1.5 1996/05/05 07:56:11 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/exect.S b/lib/libc/i386/sys/exect.S index 59ce389f2978..7a05291e1b0f 100644 --- a/lib/libc/i386/sys/exect.S +++ b/lib/libc/i386/sys/exect.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exect.S,v 1.2 1995/01/23 01:29:46 davidg Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: exect.S,v 1.2 1995/01/23 01:29:46 davidg Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/fork.S b/lib/libc/i386/sys/fork.S index aae2ff9e8f75..46bf5dc9feef 100644 --- a/lib/libc/i386/sys/fork.S +++ b/lib/libc/i386/sys/fork.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fork.S,v 1.4 1996/05/05 07:56:13 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: fork.S,v 1.4 1996/05/05 07:56:13 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2 index ade7e10b139f..3ee6865f04b3 100644 --- a/lib/libc/i386/sys/i386_get_ldt.2 +++ b/lib/libc/i386/sys/i386_get_ldt.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)fork.2 6.5 (Berkeley) 3/10/91 -.\" $Id: i386_get_ldt.2,v 1.2 1993/10/09 00:59:10 cgd Exp $ +.\" $FreeBSD$ .\" .Dd September 20, 1993 .Dt I386_GET_LDT 2 diff --git a/lib/libc/i386/sys/i386_get_ldt.c b/lib/libc/i386/sys/i386_get_ldt.c index 8c4e5d221a06..cae376284194 100644 --- a/lib/libc/i386/sys/i386_get_ldt.c +++ b/lib/libc/i386/sys/i386_get_ldt.c @@ -25,11 +25,11 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: i386_get_ldt.c,v 1.2 1995/01/23 01:29:50 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id: i386_get_ldt.c,v 1.2 1995/01/23 01:29:50 davidg Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/i386/sys/i386_set_ldt.c b/lib/libc/i386/sys/i386_set_ldt.c index 8754fd12344e..16a0f9d79588 100644 --- a/lib/libc/i386/sys/i386_set_ldt.c +++ b/lib/libc/i386/sys/i386_set_ldt.c @@ -25,11 +25,11 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: i386_set_ldt.c,v 1.2 1995/01/23 01:29:53 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id: i386_set_ldt.c,v 1.2 1995/01/23 01:29:53 davidg Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/i386/sys/mount.S b/lib/libc/i386/sys/mount.S index 3fbcd637db8c..7a23e7007691 100644 --- a/lib/libc/i386/sys/mount.S +++ b/lib/libc/i386/sys/mount.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mount.S,v 1.1 1994/08/05 01:18:45 wollman Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/pipe.S b/lib/libc/i386/sys/pipe.S index d52b189ba536..1cc923b87a3e 100644 --- a/lib/libc/i386/sys/pipe.S +++ b/lib/libc/i386/sys/pipe.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pipe.S,v 1.4 1996/05/05 07:56:13 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: pipe.S,v 1.4 1996/05/05 07:56:13 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/ptrace.S b/lib/libc/i386/sys/ptrace.S index 993c9be55056..07d2c8753b43 100644 --- a/lib/libc/i386/sys/ptrace.S +++ b/lib/libc/i386/sys/ptrace.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ptrace.S,v 1.2 1995/01/23 01:29:59 davidg Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: ptrace.S,v 1.2 1995/01/23 01:29:59 davidg Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/reboot.S b/lib/libc/i386/sys/reboot.S index f90cca00cb41..93fa431bf51a 100644 --- a/lib/libc/i386/sys/reboot.S +++ b/lib/libc/i386/sys/reboot.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: reboot.S,v 1.1 1994/08/05 01:18:48 wollman Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/rfork.S b/lib/libc/i386/sys/rfork.S index 341135786041..4003c9c7527b 100644 --- a/lib/libc/i386/sys/rfork.S +++ b/lib/libc/i386/sys/rfork.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rfork.S,v 1.2 1996/05/05 07:56:15 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: rfork.S,v 1.2 1996/05/05 07:56:15 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/sbrk.S b/lib/libc/i386/sys/sbrk.S index d5c48ddcb724..6bf587b211e5 100644 --- a/lib/libc/i386/sys/sbrk.S +++ b/lib/libc/i386/sys/sbrk.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sbrk.S,v 1.3 1995/10/04 15:58:57 phk Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sbrk.S,v 1.3 1995/10/04 15:58:57 phk Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/setlogin.S b/lib/libc/i386/sys/setlogin.S index 1ec31b9ef760..8e04747477b3 100644 --- a/lib/libc/i386/sys/setlogin.S +++ b/lib/libc/i386/sys/setlogin.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: setlogin.S,v 1.2 1995/01/23 01:30:06 davidg Exp $ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: setlogin.S,v 1.2 1995/01/23 01:30:06 davidg Exp $" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/sigpending.S b/lib/libc/i386/sys/sigpending.S index 938a069da387..4bc56f253fab 100644 --- a/lib/libc/i386/sys/sigpending.S +++ b/lib/libc/i386/sys/sigpending.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sigpending.S,v 1.4 1996/05/05 07:56:18 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigpending.S,v 1.4 1996/05/05 07:56:18 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/sigprocmask.S b/lib/libc/i386/sys/sigprocmask.S index 1f48c6b7c022..e8406846f56c 100644 --- a/lib/libc/i386/sys/sigprocmask.S +++ b/lib/libc/i386/sys/sigprocmask.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sigprocmask.S,v 1.3 1996/01/22 00:00:59 julian Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigprocmask.S,v 1.3 1996/01/22 00:00:59 julian Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/sigreturn.S b/lib/libc/i386/sys/sigreturn.S index c685b9198287..e276594a988b 100644 --- a/lib/libc/i386/sys/sigreturn.S +++ b/lib/libc/i386/sys/sigreturn.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sigreturn.S,v 1.4 1996/05/05 07:56:19 peter Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigreturn.S,v 1.4 1996/05/05 07:56:19 peter Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/sigsuspend.S b/lib/libc/i386/sys/sigsuspend.S index 3d64e4815083..f04ab938b6dd 100644 --- a/lib/libc/i386/sys/sigsuspend.S +++ b/lib/libc/i386/sys/sigsuspend.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sigsuspend.S,v 1.3 1996/01/22 00:01:01 julian Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigsuspend.S,v 1.3 1996/01/22 00:01:01 julian Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/i386/sys/syscall.S b/lib/libc/i386/sys/syscall.S index ccc1b93e6901..fd271fb273ac 100644 --- a/lib/libc/i386/sys/syscall.S +++ b/lib/libc/i386/sys/syscall.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: syscall.S,v 1.2 1995/01/23 01:30:24 davidg Exp $ + * $FreeBSD$ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: syscall.S,v 1.2 1995/01/23 01:30:24 davidg Exp $" + .asciz "$FreeBSD$" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/locale/collate.c b/lib/libc/locale/collate.c index 4228ef5cdad6..8a71158e0731 100644 --- a/lib/libc/locale/collate.c +++ b/lib/libc/locale/collate.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: collate.c,v 1.10 1996/12/16 17:32:56 joerg Exp $ + * $FreeBSD$ */ #include <rune.h> diff --git a/lib/libc/locale/collate.h b/lib/libc/locale/collate.h index 731bbf751e22..23a87b7e0a75 100644 --- a/lib/libc/locale/collate.h +++ b/lib/libc/locale/collate.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: collate.h,v 1.4 1996/10/15 21:53:23 ache Exp $ + * $FreeBSD$ */ #ifndef COLLATE_H_INCLUDED diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c index 3a0b6e679652..50eac31046ac 100644 --- a/lib/libc/locale/collcmp.c +++ b/lib/libc/locale/collcmp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: collcmp.c,v 1.7 1996/10/23 15:35:46 ache Exp $ + * $FreeBSD$ */ #define ASCII_COMPATIBLE_COLLATE /* see usr.bin/colldef/data */ diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c index 7510a2ab03cf..1ce0343c0c68 100644 --- a/lib/libc/locale/setlocale.c +++ b/lib/libc/locale/setlocale.c @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: setlocale.c,v 1.10 1996/11/26 08:00:17 ache Exp $ + * $FreeBSD$ */ #ifdef LIBC_RCS static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index 539f6f072a4a..f74a401ad867 100644 --- a/lib/libc/locale/table.c +++ b/lib/libc/locale/table.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/net/ether_addr.c b/lib/libc/net/ether_addr.c index f2caeeadf324..ecb075cf2053 100644 --- a/lib/libc/net/ether_addr.c +++ b/lib/libc/net/ether_addr.c @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $Id: ether_addr.c,v 1.6 1996/12/10 17:19:09 wollman Exp $ + * $FreeBSD$ */ diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index d9cb7fde0a81..9f22bdb5ceb8 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ethers.3,v 1.3 1996/08/21 22:10:30 mpp Exp $ +.\" $FreeBSD$ .\" .Dd April 12, 1995 .Dt ETHERS 3 diff --git a/lib/libc/net/gethostbydns.c b/lib/libc/net/gethostbydns.c index f77e0134fe68..6d1601f0716a 100644 --- a/lib/libc/net/gethostbydns.c +++ b/lib/libc/net/gethostbydns.c @@ -56,7 +56,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; static char fromrcsid[] = "From: Id: gethnamaddr.c,v 8.20 1996/09/28 06:51:07 vixie Exp"; -static char rcsid[] = "$Id: gethostbydns.c,v 1.17 1997/01/05 17:26:09 ache Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/gethostbyht.c b/lib/libc/net/gethostbyht.c index 77d0b3c41bc4..8df766cec67c 100644 --- a/lib/libc/net/gethostbyht.c +++ b/lib/libc/net/gethostbyht.c @@ -53,7 +53,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: gethostbyht.c,v 1.6 1996/08/30 00:26:49 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/gethostbynis.c b/lib/libc/net/gethostbynis.c index fa82d502812e..10ff7b912204 100644 --- a/lib/libc/net/gethostbynis.c +++ b/lib/libc/net/gethostbynis.c @@ -24,8 +24,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)$Id: gethostbynis.c,v 1.5 1996/12/24 17:01:49 wpaul Exp $"; -static char rcsid[] = "$Id: gethostbynis.c,v 1.5 1996/12/24 17:01:49 wpaul Exp $"; +static char sccsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/gethostnamadr.c b/lib/libc/net/gethostnamadr.c index 95f00e3a7315..39a248f72355 100644 --- a/lib/libc/net/gethostnamadr.c +++ b/lib/libc/net/gethostnamadr.c @@ -24,8 +24,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)$Id: gethostnamadr.c,v 1.9 1996/08/20 08:20:21 julian Exp $"; -static char rcsid[] = "$Id: gethostnamadr.c,v 1.9 1996/08/20 08:20:21 julian Exp $"; +static char sccsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/getnetbydns.c b/lib/libc/net/getnetbydns.c index d3f031c39e5f..2b3ff76367b6 100644 --- a/lib/libc/net/getnetbydns.c +++ b/lib/libc/net/getnetbydns.c @@ -60,7 +60,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: getnetbydns.c,v 1.7 1996/08/29 20:07:58 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/getnetbynis.c b/lib/libc/net/getnetbynis.c index 55e3600d09d5..0ab7073cada5 100644 --- a/lib/libc/net/getnetbynis.c +++ b/lib/libc/net/getnetbynis.c @@ -24,8 +24,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)$Id: getnetbynis.c,v 1.7 1996/12/06 00:12:31 jkh Exp $"; -static char rcsid[] = "$Id: getnetbynis.c,v 1.7 1996/12/06 00:12:31 jkh Exp $"; +static char sccsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/getnetnamadr.c b/lib/libc/net/getnetnamadr.c index 9e5fce14d8b7..8eb37c856c87 100644 --- a/lib/libc/net/getnetnamadr.c +++ b/lib/libc/net/getnetnamadr.c @@ -24,8 +24,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)$Id: getnetnamadr.c,v 1.6 1996/08/29 20:08:04 peter Exp $"; -static char rcsid[] = "$Id: getnetnamadr.c,v 1.6 1996/08/29 20:08:04 peter Exp $"; +static char sccsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/getservent.3 b/lib/libc/net/getservent.3 index 79c18a3beb91..614218da0db5 100644 --- a/lib/libc/net/getservent.3 +++ b/lib/libc/net/getservent.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)getservent.3 8.3 (Berkeley) 1/12/94 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd July 9, 1995 .Dt GETSERVENT 3 diff --git a/lib/libc/net/herror.c b/lib/libc/net/herror.c index 84626edba44e..d5c858a3b0e2 100644 --- a/lib/libc/net/herror.c +++ b/lib/libc/net/herror.c @@ -53,7 +53,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: herror.c,v 1.3 1995/08/20 20:02:41 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index a762ab4f4b96..a78bee35da91 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)inet.3 8.1 (Berkeley) 6/4/93 -.\" $Id: inet.3,v 1.2 1996/06/17 20:01:05 wollman Exp $ +.\" $FreeBSD$ .\" .Dd June 17, 1996 .Dt INET 3 diff --git a/lib/libc/net/inet_addr.c b/lib/libc/net/inet_addr.c index a1ac89951970..e7454941cfdc 100644 --- a/lib/libc/net/inet_addr.c +++ b/lib/libc/net/inet_addr.c @@ -55,7 +55,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -static char rcsid[] = "$Id$"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/inet_net_ntop.c b/lib/libc/net/inet_net_ntop.c index 4c7893d417ff..5633f55acd2c 100644 --- a/lib/libc/net/inet_net_ntop.c +++ b/lib/libc/net/inet_net_ntop.c @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char orig_rcsid[] = "From Id: inet_net_ntop.c,v 8.2 1996/08/08 06:54:44 vixie Exp"; -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$FreeBSD$"; #endif #include <sys/types.h> diff --git a/lib/libc/net/inet_net_pton.c b/lib/libc/net/inet_net_pton.c index 6fd6a06c6da9..a16bd32f0c9e 100644 --- a/lib/libc/net/inet_net_pton.c +++ b/lib/libc/net/inet_net_pton.c @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char orig_rcsid[] = "From Id: inet_net_pton.c,v 8.3 1996/11/11 06:36:52 vixie Exp"; -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$FreeBSD$"; #endif #include <sys/types.h> diff --git a/lib/libc/net/inet_neta.c b/lib/libc/net/inet_neta.c index 15a1c70529ac..2a1404c932ea 100644 --- a/lib/libc/net/inet_neta.c +++ b/lib/libc/net/inet_neta.c @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char orig_rcsid[] = "From Id: inet_neta.c,v 8.2 1996/08/08 06:54:44 vixie Exp"; -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$FreeBSD$"; #endif #include <sys/types.h> diff --git a/lib/libc/net/inet_ntop.c b/lib/libc/net/inet_ntop.c index c774acc023f0..ab3e5bcca069 100644 --- a/lib/libc/net/inet_ntop.c +++ b/lib/libc/net/inet_ntop.c @@ -15,7 +15,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: inet_ntop.c,v 8.7 1996/08/05 08:41:18 vixie Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/inet_pton.c b/lib/libc/net/inet_pton.c index d9fd34425dac..e5371042449d 100644 --- a/lib/libc/net/inet_pton.c +++ b/lib/libc/net/inet_pton.c @@ -15,7 +15,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: inet_pton.c,v 8.7 1996/08/05 08:31:35 vixie Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/linkaddr.3 b/lib/libc/net/linkaddr.3 index 6999add0e862..d2cf74a2da3b 100644 --- a/lib/libc/net/linkaddr.3 +++ b/lib/libc/net/linkaddr.3 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)linkaddr.3 8.1 (Berkeley) 7/28/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 17, 1996 .Dt LINK_ADDR 3 diff --git a/lib/libc/net/map_v4v6.c b/lib/libc/net/map_v4v6.c index 01c0103ac937..ca5e55388f6e 100644 --- a/lib/libc/net/map_v4v6.c +++ b/lib/libc/net/map_v4v6.c @@ -55,7 +55,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$Id: map_v4v6.c,v 1.1 1996/08/29 20:08:07 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/ns.3 b/lib/libc/net/ns.3 index e621ad2d9066..9a7f91086c9e 100644 --- a/lib/libc/net/ns.3 +++ b/lib/libc/net/ns.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ns.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt NS 3 diff --git a/lib/libc/net/nsap_addr.c b/lib/libc/net/nsap_addr.c index 0c295825eb96..930b4ca0c838 100644 --- a/lib/libc/net/nsap_addr.c +++ b/lib/libc/net/nsap_addr.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: nsap_addr.c,v 1.1 1996/08/29 20:08:08 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index e25057fa4eb9..486b5c55c434 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd February 15, 1996 .Dt RCMD 3 diff --git a/lib/libc/net/res_comp.c b/lib/libc/net/res_comp.c index 20b0e3a66f4d..816d6095e279 100644 --- a/lib/libc/net/res_comp.c +++ b/lib/libc/net/res_comp.c @@ -56,7 +56,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; static char orig_rcsid[] = "From: Id: res_comp.c,v 8.11 1996/12/02 09:17:22 vixie Exp"; -static char rcsid[] = "$Id: res_comp.c,v 1.7 1996/08/30 21:13:27 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/res_data.c b/lib/libc/net/res_data.c index 819b3c68d7bb..525ccb7deb5b 100644 --- a/lib/libc/net/res_data.c +++ b/lib/libc/net/res_data.c @@ -54,7 +54,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: res_data.c,v 8.2 1996/08/05 08:31:35 vixie Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/res_debug.c b/lib/libc/net/res_debug.c index 9b388d278ba1..7a16296cc7c3 100644 --- a/lib/libc/net/res_debug.c +++ b/lib/libc/net/res_debug.c @@ -78,7 +78,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93"; static char orig_rcsid[] = "From: Id: res_debug.c,v 8.19 1996/11/26 10:11:23 vixie Exp"; -static char rcsid[] = "$Id: res_debug.c,v 1.10 1996/08/30 21:13:33 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include "res_config.h" diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c index 7fd1a0e64e82..fe880e332672 100644 --- a/lib/libc/net/res_init.c +++ b/lib/libc/net/res_init.c @@ -55,7 +55,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; -static char rcsid[] = "$Id: res_init.c,v 1.9 1996/08/30 21:13:35 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/res_mkquery.c b/lib/libc/net/res_mkquery.c index 491d155f9b3e..61b560f8c92c 100644 --- a/lib/libc/net/res_mkquery.c +++ b/lib/libc/net/res_mkquery.c @@ -56,7 +56,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; static char orig_rcsid[] = "From: Id: res_mkquery.c,v 8.5 1996/08/27 08:33:28 vixie Exp "; -static char rcsid[] = "$Id: res_mkquery.c,v 1.9 1996/08/30 21:13:39 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/res_query.c b/lib/libc/net/res_query.c index 6ff54accb8dc..e2553240bc8c 100644 --- a/lib/libc/net/res_query.c +++ b/lib/libc/net/res_query.c @@ -56,7 +56,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; static char orig_rcsid = "From: Id: res_query.c,v 8.9 1996/09/22 00:13:28 vixie Exp"; -static char rcsid[] = "$Id: res_query.c,v 1.9 1996/08/30 21:13:40 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/res_send.c b/lib/libc/net/res_send.c index cc23a22a9fb6..38f5389da1a0 100644 --- a/lib/libc/net/res_send.c +++ b/lib/libc/net/res_send.c @@ -56,7 +56,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; static char orig_rcsid[] = "From: Id: res_send.c,v 8.12 1996/10/08 04:51:06 vixie Exp"; -static char rcsid[] = "$Id: res_send.c,v 1.10 1996/08/30 21:13:42 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/net/res_stubs.c b/lib/libc/net/res_stubs.c index c93b508ebb65..5c4532d0b265 100644 --- a/lib/libc/net/res_stubs.c +++ b/lib/libc/net/res_stubs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: res_stubs.c,v 1.2 1996/12/30 13:25:38 peter Exp $ + * $FreeBSD$ */ /* diff --git a/lib/libc/nls/catclose.3 b/lib/libc/nls/catclose.3 index f9803ffcaff7..f75278442b10 100644 --- a/lib/libc/nls/catclose.3 +++ b/lib/libc/nls/catclose.3 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $FreeBSD$ .\" .\" Copyright (c) 1994 Winning Strategies, Inc. .\" All rights reserved. diff --git a/lib/libc/nls/catclose.c b/lib/libc/nls/catclose.c index 341f6643aa80..33b405deb972 100644 --- a/lib/libc/nls/catclose.c +++ b/lib/libc/nls/catclose.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $FreeBSD$ */ /* * Written by J.T. Conklin, 10/05/94 diff --git a/lib/libc/nls/catgets.3 b/lib/libc/nls/catgets.3 index 186ea00599ff..acef19d085b5 100644 --- a/lib/libc/nls/catgets.3 +++ b/lib/libc/nls/catgets.3 @@ -1,4 +1,4 @@ -.\" $Id: catgets.3,v 1.1 1995/03/30 12:47:23 jkh Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1994 Winning Strategies, Inc. .\" All rights reserved. diff --git a/lib/libc/nls/catgets.c b/lib/libc/nls/catgets.c index c29cf6468414..0861704535e9 100644 --- a/lib/libc/nls/catgets.c +++ b/lib/libc/nls/catgets.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $FreeBSD$ */ /* * Written by J.T. Conklin, 10/05/94 diff --git a/lib/libc/nls/catopen.3 b/lib/libc/nls/catopen.3 index 109829f0ddf3..97a2c2035588 100644 --- a/lib/libc/nls/catopen.3 +++ b/lib/libc/nls/catopen.3 @@ -1,4 +1,4 @@ -.\" $Id: catopen.3,v 1.1 1995/03/30 12:47:24 jkh Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1994 Winning Strategies, Inc. .\" All rights reserved. diff --git a/lib/libc/nls/catopen.c b/lib/libc/nls/catopen.c index 5dfb727c5812..0fe4d30bfb41 100644 --- a/lib/libc/nls/catopen.c +++ b/lib/libc/nls/catopen.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $FreeBSD$ */ /* * Written by J.T. Conklin, 10/05/94 diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index 1110810dea0a..2340b48093ee 100644 --- a/lib/libc/nls/msgcat.c +++ b/lib/libc/nls/msgcat.c @@ -1,4 +1,4 @@ -/* $Id: msgcat.c,v 1.4 1995/10/22 14:39:22 phk Exp $ */ +/* $FreeBSD$ */ /*********************************************************** Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts. diff --git a/lib/libc/nls/msgcat.h b/lib/libc/nls/msgcat.h index 354ca1e35b8f..7f2745a2792b 100644 --- a/lib/libc/nls/msgcat.h +++ b/lib/libc/nls/msgcat.h @@ -1,4 +1,4 @@ -/* $Id: msgcat.h,v 1.2 1995/05/30 05:41:00 rgrimes Exp $ */ +/* $FreeBSD$ */ /* -*-c++-*- */ diff --git a/lib/libc/quad/quad.h b/lib/libc/quad/quad.h index 873a1f6bde0a..2ba1b2bf4358 100644 --- a/lib/libc/quad/quad.h +++ b/lib/libc/quad/quad.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)quad.h 8.1 (Berkeley) 6/4/93 - * $Id$ + * $FreeBSD$ */ /* diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index 0442c6f1fe02..9649df3ab51b 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)auth_none.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)auth_none.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: auth_none.c,v 1.4 1996/06/08 22:54:49 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index e18d587cdf55..f2a09183f061 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)auth_unix.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: auth_unix.c,v 1.6 1996/06/10 20:13:00 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/authunix_prot.c b/lib/libc/rpc/authunix_prot.c index 5a8c2a465ed7..54f23fc9fefd 100644 --- a/lib/libc/rpc/authunix_prot.c +++ b/lib/libc/rpc/authunix_prot.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)authunix_prot.c 1.15 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)authunix_prot.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: authunix_prot.c,v 1.1 1994/08/07 18:35:40 wollman Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/bindresvport.c b/lib/libc/rpc/bindresvport.c index 950881804b64..1a62efaca877 100644 --- a/lib/libc/rpc/bindresvport.c +++ b/lib/libc/rpc/bindresvport.c @@ -31,7 +31,7 @@ /*static char *sccsid = "from: @(#)bindresvport.c 1.8 88/02/08 SMI";*/ /*static char *sccsid = "from: @(#)bindresvport.c 2.2 88/07/29 4.0 RPCSRC";*/ /*from: OpenBSD: bindresvport.c,v 1.7 1996/07/30 16:25:47 downsj Exp */ -static char *rcsid = "$Id: bindresvport.c,v 1.5 1996/08/12 14:09:46 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index 86c6f3e93553..ac0a93758dec 100644 --- a/lib/libc/rpc/clnt_generic.c +++ b/lib/libc/rpc/clnt_generic.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)clnt_generic.c 1.4 87/08/11 (C) 1987 SMI";*/ /*static char *sccsid = "from: @(#)clnt_generic.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: clnt_generic.c,v 1.4 1996/08/12 14:00:18 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/clnt_perror.c b/lib/libc/rpc/clnt_perror.c index adf3bd08f6ee..f8687ae7f02f 100644 --- a/lib/libc/rpc/clnt_perror.c +++ b/lib/libc/rpc/clnt_perror.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)clnt_perror.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: clnt_perror.c,v 1.5 1996/06/10 20:13:02 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index e4ce5ce993bd..6f228fe99d69 100644 --- a/lib/libc/rpc/clnt_raw.c +++ b/lib/libc/rpc/clnt_raw.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)clnt_raw.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: clnt_raw.c,v 1.5 1996/06/08 22:54:50 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/clnt_simple.c b/lib/libc/rpc/clnt_simple.c index 2a641bcb8435..dd935d36ece9 100644 --- a/lib/libc/rpc/clnt_simple.c +++ b/lib/libc/rpc/clnt_simple.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)clnt_simple.c 1.35 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)clnt_simple.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: clnt_simple.c,v 1.5 1996/08/12 14:00:20 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/clnt_tcp.c b/lib/libc/rpc/clnt_tcp.c index 63af89af0a6b..538d8786755e 100644 --- a/lib/libc/rpc/clnt_tcp.c +++ b/lib/libc/rpc/clnt_tcp.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)clnt_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: clnt_tcp.c,v 1.6 1996/06/10 00:49:16 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/clnt_udp.c b/lib/libc/rpc/clnt_udp.c index 2e45f63d618f..876cf8c5bf11 100644 --- a/lib/libc/rpc/clnt_udp.c +++ b/lib/libc/rpc/clnt_udp.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)clnt_udp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: clnt_udp.c,v 1.7 1996/06/10 00:49:16 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/get_myaddress.c b/lib/libc/rpc/get_myaddress.c index 2c215f909028..a3c1f14cef4a 100644 --- a/lib/libc/rpc/get_myaddress.c +++ b/lib/libc/rpc/get_myaddress.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)get_myaddress.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: get_myaddress.c,v 1.7 1997/01/09 14:55:15 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c index cb4f703441e5..4290235e686d 100644 --- a/lib/libc/rpc/getrpcent.c +++ b/lib/libc/rpc/getrpcent.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)getrpcent.c 1.14 91/03/11 Copyr 1984 Sun Micro";*/ -static char *rcsid = "$Id: getrpcent.c,v 1.5 1996/06/11 17:22:48 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/getrpcport.c b/lib/libc/rpc/getrpcport.c index c3e44f1193f5..24c6257fd886 100644 --- a/lib/libc/rpc/getrpcport.c +++ b/lib/libc/rpc/getrpcport.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)getrpcport.c 1.3 87/08/11 SMI";*/ /*static char *sccsid = "from: @(#)getrpcport.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: getrpcport.c,v 1.5 1996/08/12 14:00:22 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/pmap_clnt.c b/lib/libc/rpc/pmap_clnt.c index c3d69e9f77cd..b57168748973 100644 --- a/lib/libc/rpc/pmap_clnt.c +++ b/lib/libc/rpc/pmap_clnt.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)pmap_clnt.c 1.37 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)pmap_clnt.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: pmap_clnt.c,v 1.4 1996/06/08 22:54:54 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/pmap_getmaps.c b/lib/libc/rpc/pmap_getmaps.c index 9dea8670eca1..098ba17bffac 100644 --- a/lib/libc/rpc/pmap_getmaps.c +++ b/lib/libc/rpc/pmap_getmaps.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)pmap_getmaps.c 1.10 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)pmap_getmaps.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: pmap_getmaps.c,v 1.4 1996/06/10 00:49:17 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/pmap_getport.c b/lib/libc/rpc/pmap_getport.c index 0ddab7e349fb..29a26ca4b71e 100644 --- a/lib/libc/rpc/pmap_getport.c +++ b/lib/libc/rpc/pmap_getport.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)pmap_getport.c 1.9 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)pmap_getport.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: pmap_getport.c,v 1.3 1995/10/22 14:51:31 phk Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/pmap_prot.c b/lib/libc/rpc/pmap_prot.c index 07b5acd5b2af..f42484299477 100644 --- a/lib/libc/rpc/pmap_prot.c +++ b/lib/libc/rpc/pmap_prot.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)pmap_prot.c 1.17 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)pmap_prot.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: pmap_prot.c,v 1.1 1994/08/07 18:35:56 wollman Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/pmap_prot2.c b/lib/libc/rpc/pmap_prot2.c index 2f2a9a0c5231..9c5230ddaeba 100644 --- a/lib/libc/rpc/pmap_prot2.c +++ b/lib/libc/rpc/pmap_prot2.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)pmap_prot2.c 1.3 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)pmap_prot2.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: pmap_prot2.c,v 1.2 1995/05/30 05:41:26 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c index b4b277bfcb91..355f34b83e76 100644 --- a/lib/libc/rpc/pmap_rmt.c +++ b/lib/libc/rpc/pmap_rmt.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)pmap_rmt.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: pmap_rmt.c,v 1.8 1996/08/12 14:00:23 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/rpc_callmsg.c b/lib/libc/rpc/rpc_callmsg.c index 14f50b921d1e..dca3a1880d93 100644 --- a/lib/libc/rpc/rpc_callmsg.c +++ b/lib/libc/rpc/rpc_callmsg.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)rpc_callmsg.c 1.4 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)rpc_callmsg.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: rpc_callmsg.c,v 1.4 1996/06/08 22:54:55 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/rpc_commondata.c b/lib/libc/rpc/rpc_commondata.c index 56a77f9eaed9..043c08285056 100644 --- a/lib/libc/rpc/rpc_commondata.c +++ b/lib/libc/rpc/rpc_commondata.c @@ -29,7 +29,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)rpc_commondata.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: rpc_commondata.c,v 1.2 1995/05/30 05:41:29 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif #include <rpc/rpc.h> diff --git a/lib/libc/rpc/rpc_dtablesize.c b/lib/libc/rpc/rpc_dtablesize.c index 77697fef927f..1ce5617655d6 100644 --- a/lib/libc/rpc/rpc_dtablesize.c +++ b/lib/libc/rpc/rpc_dtablesize.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)rpc_dtablesize.c 1.2 87/08/11 Copyr 1987 Sun Micro";*/ /*static char *sccsid = "from: @(#)rpc_dtablesize.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id$"; +static char *rcsid = "$FreeBSD$"; #endif #include <sys/types.h> diff --git a/lib/libc/rpc/rpc_prot.c b/lib/libc/rpc/rpc_prot.c index 5ac8a74ecdfc..940a29d13704 100644 --- a/lib/libc/rpc/rpc_prot.c +++ b/lib/libc/rpc/rpc_prot.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)rpc_prot.c 1.36 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)rpc_prot.c 2.3 88/08/07 4.0 RPCSRC";*/ -static char *rcsid = "$Id: rpc_prot.c,v 1.3 1996/06/10 20:13:06 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index 11a9c95210f8..d5732e65c16f 100644 --- a/lib/libc/rpc/svc.c +++ b/lib/libc/rpc/svc.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc.c 1.44 88/02/08 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc.c 2.4 88/08/11 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc.c,v 1.8 1996/12/31 09:16:12 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 4ce0cafce463..76e89c10fcb2 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_auth.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_auth.c 2.1 88/08/07 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_auth.c,v 1.2 1995/05/30 05:41:32 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c index e638abdaba85..9d67b29d239f 100644 --- a/lib/libc/rpc/svc_auth_unix.c +++ b/lib/libc/rpc/svc_auth_unix.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_auth_unix.c 1.28 88/02/08 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_auth_unix.c 2.3 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_auth_unix.c,v 1.3 1995/10/22 14:51:35 phk Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c index f72a5f4cb1ef..472615253428 100644 --- a/lib/libc/rpc/svc_raw.c +++ b/lib/libc/rpc/svc_raw.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_raw.c 1.15 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_raw.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_raw.c,v 1.2 1995/05/30 05:41:34 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index 0311d8d6a517..f39886a4e3d7 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_run.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_run.c,v 1.4 1996/12/30 15:14:29 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/svc_simple.c b/lib/libc/rpc/svc_simple.c index c6e56cdad48d..b2dd475fe927 100644 --- a/lib/libc/rpc/svc_simple.c +++ b/lib/libc/rpc/svc_simple.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_simple.c 1.18 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_simple.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_simple.c,v 1.4 1996/06/10 20:13:08 jraynard Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/svc_tcp.c b/lib/libc/rpc/svc_tcp.c index f8759bc9b3e2..68ce8e88b33b 100644 --- a/lib/libc/rpc/svc_tcp.c +++ b/lib/libc/rpc/svc_tcp.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_tcp.c,v 1.7 1996/08/12 14:00:25 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/rpc/svc_udp.c b/lib/libc/rpc/svc_udp.c index 3c88233f3884..4b76f2d1aadf 100644 --- a/lib/libc/rpc/svc_udp.c +++ b/lib/libc/rpc/svc_udp.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_udp.c 1.24 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_udp.c 2.2 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_udp.c,v 1.6 1996/08/12 14:00:26 peter Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 89df7d64f1fe..af7591e60395 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.3 (Berkeley) 4/17/94 -# $Id: Makefile.inc,v 1.5 1996/05/29 01:00:00 wosch Exp $ +# $FreeBSD$ # stdio sources .PATH: ${.CURDIR}/stdio diff --git a/lib/libc/stdio/asprintf.c b/lib/libc/stdio/asprintf.c index 9b4d05b4397b..1af6c7fbd5bb 100644 --- a/lib/libc/stdio/asprintf.c +++ b/lib/libc/stdio/asprintf.c @@ -24,7 +24,7 @@ */ #if defined(LIBC_RCS) && !defined(lint) -static char rcsid[] = "$Id$"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/clrerr.c b/lib/libc/stdio/clrerr.c index a230119a6e80..de8edad23943 100644 --- a/lib/libc/stdio/clrerr.c +++ b/lib/libc/stdio/clrerr.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)clrerr.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fclose.c b/lib/libc/stdio/fclose.c index 1104bd08a78d..972cf41f93a8 100644 --- a/lib/libc/stdio/fclose.c +++ b/lib/libc/stdio/fclose.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fclose.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c index e42df61ea669..f070a8428dab 100644 --- a/lib/libc/stdio/feof.c +++ b/lib/libc/stdio/feof.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/ferror.c b/lib/libc/stdio/ferror.c index 8a6850095bf2..2fe8dbc55e91 100644 --- a/lib/libc/stdio/ferror.c +++ b/lib/libc/stdio/ferror.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)ferror.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fflush.c b/lib/libc/stdio/fflush.c index aed57ec852c1..35d11e77e30b 100644 --- a/lib/libc/stdio/fflush.c +++ b/lib/libc/stdio/fflush.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fflush.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/fgetc.c b/lib/libc/stdio/fgetc.c index f93a0046209f..5814f3500338 100644 --- a/lib/libc/stdio/fgetc.c +++ b/lib/libc/stdio/fgetc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fgetc.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c index 7c5742b908e1..ddd4418be7c4 100644 --- a/lib/libc/stdio/fgetln.c +++ b/lib/libc/stdio/fgetln.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fgetln.c 8.2 (Berkeley) 1/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fgetpos.c b/lib/libc/stdio/fgetpos.c index ab8a9e50ceaa..6c25e1bbf4a4 100644 --- a/lib/libc/stdio/fgetpos.c +++ b/lib/libc/stdio/fgetpos.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fgetpos.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fgets.c b/lib/libc/stdio/fgets.c index 434fc07cdec2..0e25bebe34b6 100644 --- a/lib/libc/stdio/fgets.c +++ b/lib/libc/stdio/fgets.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fgets.c 8.2 (Berkeley) 12/22/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fileno.c b/lib/libc/stdio/fileno.c index 6ceac0c1d8e0..9bdc3097cfbd 100644 --- a/lib/libc/stdio/fileno.c +++ b/lib/libc/stdio/fileno.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fileno.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 8a6cddd71a90..841fd39cea19 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)findfp.c 8.2 (Berkeley) 1/4/94"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c index 4ef0db11a400..13920c42153d 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)flags.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/fprintf.c b/lib/libc/stdio/fprintf.c index 383f1e17908b..c2bf41e1b60d 100644 --- a/lib/libc/stdio/fprintf.c +++ b/lib/libc/stdio/fprintf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fprintf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fpurge.c b/lib/libc/stdio/fpurge.c index d1d9e876258f..27cb0757bb77 100644 --- a/lib/libc/stdio/fpurge.c +++ b/lib/libc/stdio/fpurge.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fpurge.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/fputc.c b/lib/libc/stdio/fputc.c index 89b138d15a0a..f0b936371e83 100644 --- a/lib/libc/stdio/fputc.c +++ b/lib/libc/stdio/fputc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fputc.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fputs.c b/lib/libc/stdio/fputs.c index 537c34895deb..c818fba2dea6 100644 --- a/lib/libc/stdio/fputs.c +++ b/lib/libc/stdio/fputs.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fputs.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fread.c b/lib/libc/stdio/fread.c index 4f67fbf4134f..21d2d6a731bf 100644 --- a/lib/libc/stdio/fread.c +++ b/lib/libc/stdio/fread.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fread.c 8.2 (Berkeley) 12/11/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fscanf.c b/lib/libc/stdio/fscanf.c index 8513f801cea6..408578a5fc21 100644 --- a/lib/libc/stdio/fscanf.c +++ b/lib/libc/stdio/fscanf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fscanf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index c6707dfb34f6..6e164a817828 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fseek.c 8.3 (Berkeley) 1/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/fsetpos.c b/lib/libc/stdio/fsetpos.c index d521a2054871..e36b8461c6f1 100644 --- a/lib/libc/stdio/fsetpos.c +++ b/lib/libc/stdio/fsetpos.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fsetpos.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c index 855b6e1f8b39..b08a2c564349 100644 --- a/lib/libc/stdio/ftell.c +++ b/lib/libc/stdio/ftell.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)ftell.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index 28db2bafc4f6..976d86dfa56c 100644 --- a/lib/libc/stdio/fvwrite.c +++ b/lib/libc/stdio/fvwrite.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fvwrite.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fwalk.c b/lib/libc/stdio/fwalk.c index 8f91b46d9049..d431de5bd135 100644 --- a/lib/libc/stdio/fwalk.c +++ b/lib/libc/stdio/fwalk.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fwalk.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/fwrite.c b/lib/libc/stdio/fwrite.c index ba8540d4af96..ba6fbd970e5c 100644 --- a/lib/libc/stdio/fwrite.c +++ b/lib/libc/stdio/fwrite.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)fwrite.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index ced796b8919a..be74b60c6427 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/getchar.c b/lib/libc/stdio/getchar.c index 0bcbd3a69494..da98515cbb78 100644 --- a/lib/libc/stdio/getchar.c +++ b/lib/libc/stdio/getchar.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)getchar.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c index 0c821ea76bd1..3dcdfe540892 100644 --- a/lib/libc/stdio/gets.c +++ b/lib/libc/stdio/gets.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> diff --git a/lib/libc/stdio/getw.c b/lib/libc/stdio/getw.c index c72756d4db8d..4319417cec86 100644 --- a/lib/libc/stdio/getw.c +++ b/lib/libc/stdio/getw.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)getw.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index bc4c928e2de9..aa03047f872f 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c index 97115494c425..f4c71d1245d4 100644 --- a/lib/libc/stdio/printf.c +++ b/lib/libc/stdio/printf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c index a1b081464249..3476f5f5e7c9 100644 --- a/lib/libc/stdio/putc.c +++ b/lib/libc/stdio/putc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)putc.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c index 99439aca10e7..9a7633af6aac 100644 --- a/lib/libc/stdio/putchar.c +++ b/lib/libc/stdio/putchar.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)putchar.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c index 91a20de975ae..b1d8df577835 100644 --- a/lib/libc/stdio/puts.c +++ b/lib/libc/stdio/puts.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)puts.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/putw.c b/lib/libc/stdio/putw.c index 946a311ac337..80c26c9b1528 100644 --- a/lib/libc/stdio/putw.c +++ b/lib/libc/stdio/putw.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)putw.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index 845e0e6e0b64..0573555c4368 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)refill.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: refill.c,v 1.3 1996/06/22 10:33:45 jraynard Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/remove.c b/lib/libc/stdio/remove.c index 6a255639c960..9b0c6720266d 100644 --- a/lib/libc/stdio/remove.c +++ b/lib/libc/stdio/remove.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)remove.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> diff --git a/lib/libc/stdio/rewind.c b/lib/libc/stdio/rewind.c index f6609d69f576..31217b9a3154 100644 --- a/lib/libc/stdio/rewind.c +++ b/lib/libc/stdio/rewind.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)rewind.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <errno.h> diff --git a/lib/libc/stdio/scanf.c b/lib/libc/stdio/scanf.c index 7a8bd65990fa..f905db42c76a 100644 --- a/lib/libc/stdio/scanf.c +++ b/lib/libc/stdio/scanf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)scanf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/setbuffer.c b/lib/libc/stdio/setbuffer.c index d27217751e15..69dca69d2e97 100644 --- a/lib/libc/stdio/setbuffer.c +++ b/lib/libc/stdio/setbuffer.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)setbuffer.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c index 9cc6bb6ee65e..7932cb519a33 100644 --- a/lib/libc/stdio/setvbuf.c +++ b/lib/libc/stdio/setvbuf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)setvbuf.c 8.2 (Berkeley) 11/16/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/snprintf.c b/lib/libc/stdio/snprintf.c index 0e3c4566f55b..5be7df46a278 100644 --- a/lib/libc/stdio/snprintf.c +++ b/lib/libc/stdio/snprintf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)snprintf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/sprintf.c b/lib/libc/stdio/sprintf.c index fb0514d5ff2b..ef66054ebd3a 100644 --- a/lib/libc/stdio/sprintf.c +++ b/lib/libc/stdio/sprintf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)sprintf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/sscanf.c b/lib/libc/stdio/sscanf.c index d114ae3b9a0f..4c01c54b687f 100644 --- a/lib/libc/stdio/sscanf.c +++ b/lib/libc/stdio/sscanf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)sscanf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index 852e971336f2..e375f0783e18 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)stdio.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <fcntl.h> diff --git a/lib/libc/stdio/tempnam.c b/lib/libc/stdio/tempnam.c index 243fa397ca56..d4772db4a775 100644 --- a/lib/libc/stdio/tempnam.c +++ b/lib/libc/stdio/tempnam.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tempnam.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/stdio/ungetc.c b/lib/libc/stdio/ungetc.c index c0355b7f6410..7d156619be7c 100644 --- a/lib/libc/stdio/ungetc.c +++ b/lib/libc/stdio/ungetc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)ungetc.c 8.2 (Berkeley) 11/3/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c index 6b728e5ff8fc..10ca41aad8ca 100644 --- a/lib/libc/stdio/vasprintf.c +++ b/lib/libc/stdio/vasprintf.c @@ -24,7 +24,7 @@ */ #if defined(LIBC_RCS) && !defined(lint) -static char rcsid[] = "$Id: vasprintf.c,v 1.2 1996/06/22 10:34:01 jraynard Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_RCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index 5c3b9861e0c4..ead853a622b1 100644 --- a/lib/libc/stdio/vfprintf.c +++ b/lib/libc/stdio/vfprintf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)vfprintf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index 35e7fbed7db5..c0699c1c2c5f 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)vfscanf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index 8d449d620e61..cd5b41d64b93 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)vprintf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vscanf.c b/lib/libc/stdio/vscanf.c index 9381710f301a..561abef36c29 100644 --- a/lib/libc/stdio/vscanf.c +++ b/lib/libc/stdio/vscanf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)vscanf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index 8837c2e05144..29baa5a3126b 100644 --- a/lib/libc/stdio/vsnprintf.c +++ b/lib/libc/stdio/vsnprintf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)vsnprintf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c index 911d97fa36fe..7777ce126b46 100644 --- a/lib/libc/stdio/vsprintf.c +++ b/lib/libc/stdio/vsprintf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)vsprintf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vsscanf.c b/lib/libc/stdio/vsscanf.c index 4cfa6627079f..e0d49e847066 100644 --- a/lib/libc/stdio/vsscanf.c +++ b/lib/libc/stdio/vsscanf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)vsscanf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/wbuf.c b/lib/libc/stdio/wbuf.c index b85ac51fa8e1..96157b7905e4 100644 --- a/lib/libc/stdio/wbuf.c +++ b/lib/libc/stdio/wbuf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)wbuf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/wsetup.c b/lib/libc/stdio/wsetup.c index 74f0f7755d13..2873bc364d6e 100644 --- a/lib/libc/stdio/wsetup.c +++ b/lib/libc/stdio/wsetup.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)wsetup.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3 index fca649085898..132d90521cda 100644 --- a/lib/libc/stdlib/abs.3 +++ b/lib/libc/stdlib/abs.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)abs.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt ABS 3 diff --git a/lib/libc/stdlib/calloc.3 b/lib/libc/stdlib/calloc.3 index 6c79272296ac..a4b50c5aa59b 100644 --- a/lib/libc/stdlib/calloc.3 +++ b/lib/libc/stdlib/calloc.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)calloc.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt CALLOC 3 diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index cd10039db2a9..121930525fcd 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)malloc.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd August 27, 1996 .Dt MALLOC 3 diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 24a4f64c6bed..84cc16220e17 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: malloc.c,v 1.18 1996/10/29 20:35:39 phk Exp $ + * $FreeBSD$ * */ diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 0a1fed4982f2..5551ef15d965 100644 --- a/lib/libc/stdlib/memory.3 +++ b/lib/libc/stdlib/memory.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memory.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt MEMORY 3 diff --git a/lib/libc/stdlib/qsort.c b/lib/libc/stdlib/qsort.c index 2e166a9854df..0abf260cf38b 100644 --- a/lib/libc/stdlib/qsort.c +++ b/lib/libc/stdlib/qsort.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)qsort.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: qsort.c,v 1.4 1996/04/19 18:40:20 bde Exp $"; + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index 2b773dbb67cc..417420c8f2ec 100644 --- a/lib/libc/stdtime/strftime.c +++ b/lib/libc/stdtime/strftime.c @@ -17,7 +17,7 @@ #ifdef LIBC_RCS static const char rcsid[] = - "$Id: strftime.c,v 1.12 1996/11/26 02:52:52 ache Exp $"; + "$FreeBSD$"; #endif #ifndef lint diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 315c8991c5f9..eee64a1ac034 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: $ +# $FreeBSD$ .PATH: ${.CURDIR}/${MACHINE}/string ${.CURDIR}/string diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index 4fbee334f0e1..68252acb2239 100644 --- a/lib/libc/string/memcmp.3 +++ b/lib/libc/string/memcmp.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memcmp.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt MEMCMP 3 diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index b9169136c3f2..b4631a1f00ad 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: strcoll.c,v 1.6 1996/07/12 18:55:38 jkh Exp $ + * $FreeBSD$ */ #include <stdlib.h> diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 8defa522b462..6d076ff3498e 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strdup.3 8.1 (Berkeley) 6/9/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 9, 1993 .Dt STRDUP 3 diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index d6a072c64d89..da20862fab8f 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)string.3 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 11, 1993 .Dt STRING 3 diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index 6031674e2034..9cf449acf207 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: strxfrm.c,v 1.4 1995/02/18 11:36:33 ache Exp $ + * $FreeBSD$ */ #include <stdlib.h> diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 324305a3b605..8e65a3723ea5 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 -# $Id: Makefile.inc,v 1.19 1996/05/28 16:24:53 phk Exp $ +# $FreeBSD$ # sys sources .PATH: ${.CURDIR}/${MACHINE}/sys ${.CURDIR}/sys diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 02c2fde2e127..00265f8cd826 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)_exit.2 8.1 (Berkeley) 6/4/93 -.\" $Id: _exit.2,v 1.4 1996/08/29 21:23:51 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt EXIT 2 diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index cc59976b8418..39da82b4bde7 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)access.2 8.2 (Berkeley) 4/1/94 -.\" $Id: access.2,v 1.3 1996/12/02 20:03:21 wosch Exp $ +.\" $FreeBSD$ .\" .Dd April 1, 1994 .Dt ACCESS 2 diff --git a/lib/libc/sys/chdir.2 b/lib/libc/sys/chdir.2 index 92c6bdfad3e5..4dba1724acbe 100644 --- a/lib/libc/sys/chdir.2 +++ b/lib/libc/sys/chdir.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chdir.2 8.2 (Berkeley) 12/11/93 -.\" $Id: chdir.2,v 1.3 1996/12/02 20:03:22 wosch Exp $ +.\" $FreeBSD$ .\" .Dd December 11, 1993 .Dt CHDIR 2 diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 1c5cae323b6c..18b1ebdf0ed8 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.2 8.1 (Berkeley) 6/4/93 -.\" $Id: chmod.2,v 1.4 1996/12/02 20:03:23 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt CHMOD 2 diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index 4ceb1f875cae..d8b449be9b95 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chown.2 8.4 (Berkeley) 4/19/94 -.\" $Id: chown.2,v 1.5 1996/12/02 20:03:24 wosch Exp $ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt CHOWN 2 diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index d3bb331836b4..0923c73d6025 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)close.2 8.2 (Berkeley) 4/19/94 -.\" $Id: close.2,v 1.4 1996/08/29 21:24:03 wosch Exp $ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt CLOSE 2 diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2 index e35edc5600df..d3ea74e84155 100644 --- a/lib/libc/sys/dup.2 +++ b/lib/libc/sys/dup.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dup.2 8.1 (Berkeley) 6/4/93 -.\" $Id: dup.2,v 1.3 1996/08/29 21:24:06 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt DUP 2 diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2 index 5db15e023032..761b86cbb3e4 100644 --- a/lib/libc/sys/getpid.2 +++ b/lib/libc/sys/getpid.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getpid.2 8.1 (Berkeley) 6/4/93 -.\" $Id: getpid.2,v 1.3 1996/08/29 21:24:07 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt GETPID 2 diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index 3335b0c5f93d..c708c6d4781b 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getsockopt.2 8.3 (Berkeley) 4/19/94 -.\" $Id: getsockopt.2,v 1.5 1996/03/27 20:48:59 mpp Exp $ +.\" $FreeBSD$ .\" .Dd November 3, 1995 .Dt GETSOCKOPT 2 diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2 index 5626bcbbfd9e..fd717b24eab6 100644 --- a/lib/libc/sys/getuid.2 +++ b/lib/libc/sys/getuid.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getuid.2 8.1 (Berkeley) 6/4/93 -.\" $Id: getuid.2,v 1.2 1996/08/29 21:24:08 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt GETUID 2 diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index 252a4b4125ac..3d53ada49959 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kill.2 8.3 (Berkeley) 4/19/94 -.\" $Id: kill.2,v 1.2 1996/08/29 21:24:10 wosch Exp $ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt KILL 2 diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 86c9e3c0e1c2..213fe9bff791 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt KTRACE 2 diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index e5c128b489f4..3a15742d3b83 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)link.2 8.3 (Berkeley) 1/12/94 -.\" $Id: link.2,v 1.5 1996/12/02 20:03:37 wosch Exp $ +.\" $FreeBSD$ .\" .Dd January 12, 1994 .Dt LINK 2 diff --git a/lib/libc/sys/listen.2 b/lib/libc/sys/listen.2 index 65f888d42613..e8bf7e986779 100644 --- a/lib/libc/sys/listen.2 +++ b/lib/libc/sys/listen.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)listen.2 8.2 (Berkeley) 12/11/93 -.\" $Id: listen.2,v 1.6 1996/05/23 01:05:25 mpp Exp $ +.\" $FreeBSD$ .\" .Dd November 3, 1995 .Dt LISTEN 2 diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2 index 80fd838856d6..5523ccf6ffef 100644 --- a/lib/libc/sys/lseek.2 +++ b/lib/libc/sys/lseek.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lseek.2 8.3 (Berkeley) 4/19/94 -.\" $Id: lseek.2,v 1.3 1996/08/29 21:24:12 wosch Exp $ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt LSEEK 2 diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2 index 9d6576a52bba..ae2a0b250bff 100644 --- a/lib/libc/sys/madvise.2 +++ b/lib/libc/sys/madvise.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)madvise.2 8.1 (Berkeley) 6/9/93 -.\" $Id: madvise.2,v 1.7 1996/10/05 22:26:39 wosch Exp $ +.\" $FreeBSD$ .\" .Dd Jul 19, 1996 .Dt MADVISE 2 diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2 index 0ba27296e193..558ff96b415f 100644 --- a/lib/libc/sys/mincore.2 +++ b/lib/libc/sys/mincore.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mincore.2 8.1 (Berkeley) 6/9/93 -.\" $Id: mincore.2,v 1.5 1996/12/23 23:09:39 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 9, 1993 .Dt MINCORE 2 diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2 index 997bafd8a82a..09c620e8b4b2 100644 --- a/lib/libc/sys/minherit.2 +++ b/lib/libc/sys/minherit.2 @@ -1,4 +1,4 @@ -.\" $Id: minherit.2,v 1.1 1996/02/23 19:56:54 peter Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2 index 0c9360e8e2d1..4f278b814532 100644 --- a/lib/libc/sys/mkdir.2 +++ b/lib/libc/sys/mkdir.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkdir.2 8.2 (Berkeley) 12/11/93 -.\" $Id: mkdir.2,v 1.3 1996/12/02 20:03:40 wosch Exp $ +.\" $FreeBSD$ .\" .Dd December 11, 1993 .Dt MKDIR 2 diff --git a/lib/libc/sys/profil.2 b/lib/libc/sys/profil.2 index 8db74bae3640..3503dd68ef97 100644 --- a/lib/libc/sys/profil.2 +++ b/lib/libc/sys/profil.2 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)profil.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd "June 4, 1993" .Dt PROFIL 2 diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index e5a0597903d3..a7bfa2e36d2b 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $Id: ptrace.2,v 1.5 1996/09/23 22:22:40 wosch Exp $ +.\" $FreeBSD$ .\" $NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $ .\" .\" This file is in the public domain. diff --git a/lib/libc/sys/readlink.2 b/lib/libc/sys/readlink.2 index 0141501a127f..8bf57846e8f7 100644 --- a/lib/libc/sys/readlink.2 +++ b/lib/libc/sys/readlink.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)readlink.2 8.1 (Berkeley) 6/4/93 -.\" $Id: readlink.2,v 1.3 1996/12/23 23:09:40 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt READLINK 2 diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index 689102076b0c..0bce6a291a0a 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rename.2 8.1 (Berkeley) 6/4/93 -.\" $Id: rename.2,v 1.3 1996/12/02 20:03:43 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt RENAME 2 diff --git a/lib/libc/sys/rtprio.2 b/lib/libc/sys/rtprio.2 index 276af3bcf8dd..f82cc8bb1f7d 100644 --- a/lib/libc/sys/rtprio.2 +++ b/lib/libc/sys/rtprio.2 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rtprio.2,v 1.4 1996/02/11 22:34:33 mpp Exp $ +.\" $FreeBSD$ .\" .Dd July 23, 1994 .Dt RTPRIO 2 diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2 index 57f5859f3705..8bf3d189726c 100644 --- a/lib/libc/sys/semctl.2 +++ b/lib/libc/sys/semctl.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: semctl.2,v 1.2 1996/01/30 16:34:34 mpp Exp $ +.\" $FreeBSD$ .\" .Dd September 12, 1995 .Dt SEMCTL 2 diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2 index c283c9ed26d8..701d411bd728 100644 --- a/lib/libc/sys/semget.2 +++ b/lib/libc/sys/semget.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: semget.2,v 1.1 1995/10/03 19:17:18 joerg Exp $ +.\" $FreeBSD$ .\" .Dd September 12, 1995 .Dt SEMGET 2 diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index 70e643a7c5b4..ef24a7d19b1b 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: semop.2,v 1.1 1995/10/03 19:17:19 joerg Exp $ +.\" $FreeBSD$ .\" .Dd September 22, 1995 .Dt SEMOP 2 diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index e39f5c031734..abeadb6b9e6d 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)send.2 8.2 (Berkeley) 2/21/94 -.\" $Id: send.2,v 1.2 1995/02/15 22:53:02 wollman Exp $ +.\" $FreeBSD$ .\" .Dd February 15, 1995 .Dt SEND 2 diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 1eb25c509196..cfd8cbffef63 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setuid.2 8.1 (Berkeley) 6/4/93 -.\" $Id: setuid.2,v 1.5 1996/12/02 20:03:49 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt SETUID 2 diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2 index 52fc9a266d0b..72b5287f4083 100644 --- a/lib/libc/sys/shmat.2 +++ b/lib/libc/sys/shmat.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: shmat.2,v 1.1 1995/10/03 19:17:20 joerg Exp $ +.\" $FreeBSD$ .\" .Dd August 2, 1995 .Dt SHMAT 2 diff --git a/lib/libc/sys/shmctl.2 b/lib/libc/sys/shmctl.2 index 59036f20dc6a..c704467d22c2 100644 --- a/lib/libc/sys/shmctl.2 +++ b/lib/libc/sys/shmctl.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: shmctl.2,v 1.1 1995/10/03 19:17:21 joerg Exp $ +.\" $FreeBSD$ .\" .Dd July 17, 1995 .Dt SHMCTL 2 diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2 index 1734f03d2baf..8c93fd25c14d 100644 --- a/lib/libc/sys/shmget.2 +++ b/lib/libc/sys/shmget.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: shmget.2,v 1.1 1995/10/03 19:17:21 joerg Exp $ +.\" $FreeBSD$ .\" .Dd July 3, 1995 .Dt SHMGET 2 diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 7482150db8fd..c9c5f71e2418 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93 -.\" $Id: socket.2,v 1.2 1995/02/15 22:53:04 wollman Exp $ +.\" $FreeBSD$ .\" .Dd February 15, 1995 .Dt SOCKET 2 diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index ec1d4bcc454d..b61b90c20be5 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stat.2 8.3 (Berkeley) 4/19/94 -.\" $Id: stat.2,v 1.8 1997/01/11 21:45:57 mpp Exp $ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt STAT 2 diff --git a/lib/libc/sys/umask.2 b/lib/libc/sys/umask.2 index f250a6e2911b..73ca90c892ee 100644 --- a/lib/libc/sys/umask.2 +++ b/lib/libc/sys/umask.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)umask.2 8.1 (Berkeley) 6/4/93 -.\" $Id: umask.2,v 1.2 1996/08/29 21:24:19 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt UMASK 2 diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index b3310fb05db5..53a207d974b6 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)unlink.2 8.1 (Berkeley) 6/4/93 -.\" $Id: unlink.2,v 1.4 1996/09/23 22:22:48 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt UNLINK 2 diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 3e490146c70e..223aa949c18b 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vfork.2 8.1 (Berkeley) 6/4/93 -.\" $Id: vfork.2,v 1.5 1996/12/23 23:09:41 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt VFORK 2 diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3 index 57204ccebada..979b54e03a6e 100644 --- a/lib/libc/xdr/xdr.3 +++ b/lib/libc/xdr/xdr.3 @@ -1,5 +1,5 @@ .\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI -.\" $Id$ +.\" $FreeBSD$ .\" .TH XDR 3 "16 February 1988" .SH NAME diff --git a/lib/libc/xdr/xdr.c b/lib/libc/xdr/xdr.c index 0bc379449e62..49f4958b70df 100644 --- a/lib/libc/xdr/xdr.c +++ b/lib/libc/xdr/xdr.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr.c 1.35 87/08/12";*/ /*static char *sccsid = "from: @(#)xdr.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr.c,v 1.3 1995/10/22 14:53:51 phk Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/xdr/xdr_array.c b/lib/libc/xdr/xdr_array.c index 019c2550d838..b7d36fea5ca3 100644 --- a/lib/libc/xdr/xdr_array.c +++ b/lib/libc/xdr/xdr_array.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_array.c 1.10 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)xdr_array.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr_array.c,v 1.3 1995/10/22 14:53:54 phk Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c index 3fb402cd4cc4..0ffbeb3358bc 100644 --- a/lib/libc/xdr/xdr_float.c +++ b/lib/libc/xdr/xdr_float.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)xdr_float.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr_float.c,v 1.2 1995/05/30 05:42:04 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/xdr/xdr_mem.c b/lib/libc/xdr/xdr_mem.c index 0403c985f4ec..3193e64939dd 100644 --- a/lib/libc/xdr/xdr_mem.c +++ b/lib/libc/xdr/xdr_mem.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr_mem.c,v 1.3 1995/10/22 14:53:55 phk Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c index b05c93ee665a..f76f1ecd65d0 100644 --- a/lib/libc/xdr/xdr_rec.c +++ b/lib/libc/xdr/xdr_rec.c @@ -29,7 +29,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)xdr_rec.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr_rec.c,v 1.4 1995/10/22 14:53:56 phk Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/xdr/xdr_reference.c b/lib/libc/xdr/xdr_reference.c index 0cf1fde27abb..b0cdbce93008 100644 --- a/lib/libc/xdr/xdr_reference.c +++ b/lib/libc/xdr/xdr_reference.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_reference.c 1.11 87/08/11 SMI";*/ /*static char *sccsid = "from: @(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr_reference.c,v 1.3 1995/10/22 14:53:58 phk Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/xdr/xdr_stdio.c b/lib/libc/xdr/xdr_stdio.c index 64b0b827fe8e..708573ccdf58 100644 --- a/lib/libc/xdr/xdr_stdio.c +++ b/lib/libc/xdr/xdr_stdio.c @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)xdr_stdio.c 1.16 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)xdr_stdio.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$Id: xdr_stdio.c,v 1.2 1995/05/30 05:42:12 rgrimes Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* diff --git a/lib/libc/yp/Makefile.inc b/lib/libc/yp/Makefile.inc index 529de751828e..d8cceb37a33b 100644 --- a/lib/libc/yp/Makefile.inc +++ b/lib/libc/yp/Makefile.inc @@ -1,5 +1,5 @@ # from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91 -# $Id: Makefile.inc,v 1.1 1994/08/07 23:04:53 wollman Exp $ +# $FreeBSD$ # yp sources .PATH: ${.CURDIR}/yp diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c index 2d63227713dd..180528866839 100644 --- a/lib/libc/yp/xdryp.c +++ b/lib/libc/yp/xdryp.c @@ -28,7 +28,7 @@ */ #ifndef LINT -static char *rcsid = "$Id: xdryp.c,v 1.5 1996/02/04 05:05:43 wpaul Exp $"; +static char *rcsid = "$FreeBSD$"; #endif #include <rpc/rpc.h> diff --git a/lib/libc/yp/yplib.c b/lib/libc/yp/yplib.c index 805f9025e27b..86df8ed2400e 100644 --- a/lib/libc/yp/yplib.c +++ b/lib/libc/yp/yplib.c @@ -28,7 +28,7 @@ */ #ifndef LINT -static char *rcsid = "$Id: yplib.c,v 1.25 1996/11/08 01:42:02 wpaul Exp $"; +static char *rcsid = "$FreeBSD$"; #endif #include <sys/param.h> diff --git a/lib/libc_r/gen/Makefile.inc b/lib/libc_r/gen/Makefile.inc index 2bfe3cd98422..ed2fa109769d 100644 --- a/lib/libc_r/gen/Makefile.inc +++ b/lib/libc_r/gen/Makefile.inc @@ -1,5 +1,5 @@ # From: @(#)Makefile.inc 8.3 (Berkeley) 4/16/94 -# $Id: Makefile.inc,v 1.16 1995/05/30 05:40:08 rgrimes Exp $ +# $FreeBSD$ # machine-independent gen sources .PATH: ${.CURDIR}/../libc/${MACHINE}/gen ${.CURDIR}/../libc/gen diff --git a/lib/libc_r/i386/gen/Makefile.inc b/lib/libc_r/i386/gen/Makefile.inc index e27d9fc4a3a5..d57a794571f4 100644 --- a/lib/libc_r/i386/gen/Makefile.inc +++ b/lib/libc_r/i386/gen/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.6 1995/10/05 10:24:57 phk Exp $ +# $FreeBSD$ SRCS+= isinf.c infinity.c SRCS+= _setjmp.S alloca.S fabs.S ldexp.c modf.S setjmp.S sigsetjmp.S diff --git a/lib/libc_r/i386/net/Makefile.inc b/lib/libc_r/i386/net/Makefile.inc index c53f780add9d..0d532ff6b962 100644 --- a/lib/libc_r/i386/net/Makefile.inc +++ b/lib/libc_r/i386/net/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.3 1995/01/23 01:27:57 davidg Exp $ +# $FreeBSD$ SRCS+= htonl.S htons.S ntohl.S ntohs.S diff --git a/lib/libc_r/i386/stdlib/Makefile.inc b/lib/libc_r/i386/stdlib/Makefile.inc index 8b544afb20e4..07fb8895ad61 100644 --- a/lib/libc_r/i386/stdlib/Makefile.inc +++ b/lib/libc_r/i386/stdlib/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.3 1995/01/23 01:28:28 davidg Exp $ +# $FreeBSD$ SRCS+= abs.S diff --git a/lib/libc_r/i386/string/Makefile.inc b/lib/libc_r/i386/string/Makefile.inc index df9bf9855ea2..fae252392ce7 100644 --- a/lib/libc_r/i386/string/Makefile.inc +++ b/lib/libc_r/i386/string/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.4 1995/01/23 01:28:45 davidg Exp $ +# $FreeBSD$ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \ memmove.S memset.S \ diff --git a/lib/libc_r/i386/sys/Makefile.inc b/lib/libc_r/i386/sys/Makefile.inc index fdeba08f46fc..0c9a14184188 100644 --- a/lib/libc_r/i386/sys/Makefile.inc +++ b/lib/libc_r/i386/sys/Makefile.inc @@ -1,5 +1,5 @@ # from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp -# $Id: Makefile.inc,v 1.2 1994/02/21 05:19:06 rgrimes Exp $ +# $FreeBSD$ .PATH: ${.CURDIR}/../libc/${MACHINE}/sys diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc index 7d67fb8858bb..6049dae5cb05 100644 --- a/lib/libc_r/man/Makefile.inc +++ b/lib/libc_r/man/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # POSIX thread man files diff --git a/lib/libc_r/man/pthread_getspecific.3 b/lib/libc_r/man/pthread_getspecific.3 index b53841e0e76d..0b36b21211ee 100644 --- a/lib/libc_r/man/pthread_getspecific.3 +++ b/lib/libc_r/man/pthread_getspecific.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 diff --git a/lib/libc_r/stdtime/Makefile.inc b/lib/libc_r/stdtime/Makefile.inc index c6c8591d8bf3..26345f03fcfb 100644 --- a/lib/libc_r/stdtime/Makefile.inc +++ b/lib/libc_r/stdtime/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp $ +# $FreeBSD$ .PATH: ${.CURDIR}/../libc/stdtime diff --git a/lib/libc_r/string/Makefile.inc b/lib/libc_r/string/Makefile.inc index 1296824f0a3e..8ec44d630386 100644 --- a/lib/libc_r/string/Makefile.inc +++ b/lib/libc_r/string/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: $ +# $FreeBSD$ .PATH: ${.CURDIR}/../libc/${MACHINE}/string ${.CURDIR}/../libc/string diff --git a/lib/libc_r/uthread/Makefile.inc b/lib/libc_r/uthread/Makefile.inc index 8d0084e34d38..c275b5f4d092 100644 --- a/lib/libc_r/uthread/Makefile.inc +++ b/lib/libc_r/uthread/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.4 1996/11/11 09:08:11 hsu Exp $ +# $FreeBSD$ CPLUSPLUSLIB= cpluspluslib diff --git a/lib/libc_r/yp/Makefile.inc b/lib/libc_r/yp/Makefile.inc index cd00c8420df5..c108d13afc05 100644 --- a/lib/libc_r/yp/Makefile.inc +++ b/lib/libc_r/yp/Makefile.inc @@ -1,5 +1,5 @@ # from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91 -# $Id: Makefile.inc,v 1.2 1996/12/29 03:04:08 alex Exp $ +# $FreeBSD$ # yp sources .PATH: ${.CURDIR}/../libc/yp diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index a5325c6a8aea..a51cbf43a5a8 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/01/12 05:03:28 peter Exp $ +# $FreeBSD$ LIB= com_err SRCS= com_err.c error_message.c et_name.c init_et.c diff --git a/lib/libcom_err/com_err.c b/lib/libcom_err/com_err.c index 71b520b19f52..5217db8b41a1 100644 --- a/lib/libcom_err/com_err.c +++ b/lib/libcom_err/com_err.c @@ -15,7 +15,7 @@ #if ! lint static const char rcsid[] = - "$Id: /a/ncvs/src/lib/libcom_err/com_err.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; + "$FreeBSD$"; #endif /* ! lint */ static void diff --git a/lib/libcom_err/doc/Makefile b/lib/libcom_err/doc/Makefile index bf403d9ba59d..aae1f482ecd2 100644 --- a/lib/libcom_err/doc/Makefile +++ b/lib/libcom_err/doc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/01/12 05:03:29 peter Exp $ +# $FreeBSD$ #INFO= com_err diff --git a/lib/libcompat/4.1/ascftime.c b/lib/libcompat/4.1/ascftime.c index e842b6e82081..088143c6e204 100644 --- a/lib/libcompat/4.1/ascftime.c +++ b/lib/libcompat/4.1/ascftime.c @@ -31,7 +31,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include <time.h> diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index 5c760a9d5c31..b9f289354abe 100644 --- a/lib/libcompat/4.1/cftime.3 +++ b/lib/libcompat/4.1/cftime.3 @@ -32,7 +32,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 15, 1993 .Os diff --git a/lib/libcompat/4.1/cftime.c b/lib/libcompat/4.1/cftime.c index 2e3a34bc71c8..777055f6847f 100644 --- a/lib/libcompat/4.1/cftime.c +++ b/lib/libcompat/4.1/cftime.c @@ -31,7 +31,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include <time.h> diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index 8f6efb1f96eb..cc4a7f9ca071 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ftime.c,v 1.1.1.1 1994/05/27 10:33:22 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/lib/libcompat/4.1/getpw.c b/lib/libcompat/4.1/getpw.c index 5ea696af7bdc..96b4c1228645 100644 --- a/lib/libcompat/4.1/getpw.c +++ b/lib/libcompat/4.1/getpw.c @@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: getpw.c,v 1.1 1995/04/10 18:47:55 joerg Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c index 7875399a3fd2..524f1a64753d 100644 --- a/lib/libcompat/4.1/gtty.c +++ b/lib/libcompat/4.1/gtty.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: gtty.c,v 1.1.1.1 1994/05/27 10:33:22 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* not lint */ #include <sgtty.h> diff --git a/lib/libcompat/4.1/stty.c b/lib/libcompat/4.1/stty.c index 91d241bce3e6..cf0137f7ac19 100644 --- a/lib/libcompat/4.1/stty.c +++ b/lib/libcompat/4.1/stty.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: stty.c,v 1.1.1.1 1994/05/27 10:33:22 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* not lint */ #include <sgtty.h> diff --git a/lib/libcompat/4.3/cfree.3 b/lib/libcompat/4.3/cfree.3 index 0f5afb277ddf..7e3bdce0b041 100644 --- a/lib/libcompat/4.3/cfree.3 +++ b/lib/libcompat/4.3/cfree.3 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" " <- this is for hilit19 :) .Dd November 23, 1995 .Dt CFREE 3 diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3 index 646f3530f03a..998751b0f6c6 100644 --- a/lib/libcompat/4.4/cuserid.3 +++ b/lib/libcompat/4.4/cuserid.3 @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: cuserid.3,v 1.1 1995/04/10 18:48:03 joerg Exp $ +.\" $FreeBSD$ .\" .Dd April 10, 1995 .Os diff --git a/lib/libcompat/SysV/ftok.3 b/lib/libcompat/SysV/ftok.3 index 1130e38bbea0..362f13f61b43 100644 --- a/lib/libcompat/SysV/ftok.3 +++ b/lib/libcompat/SysV/ftok.3 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ftok.3,v 1.4 1996/06/03 10:40:39 joerg Exp $ +.\" $FreeBSD$ .Dd June 24, 1994 .Os .Dt ftok 3 diff --git a/lib/libcompat/SysV/ftok.c b/lib/libcompat/SysV/ftok.c index 8861509a541e..24cfe7d601e0 100644 --- a/lib/libcompat/SysV/ftok.c +++ b/lib/libcompat/SysV/ftok.c @@ -26,7 +26,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: ftok.c,v 1.2 1994/06/26 16:27:34 jtc Exp $"; +static char *rcsid = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index d4d5057297d2..e7ae0e1f2504 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1994/11/14 06:44:45 bde Exp $ +# $FreeBSD$ # LCRYPTBASE= libcrypt diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index ce7b9ee2903c..a83d42f37343 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -6,12 +6,12 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: crypt.c,v 1.4 1996/07/12 18:56:01 jkh Exp $ + * $FreeBSD$ * */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Header: /home/ncvs/src/lib/libcrypt/crypt.c,v 1.4 1996/07/12 18:56:01 jkh Exp $"; +static char rcsid[] = "$Header: /home/ncvs/src/lib/libcrypt/crypt.c,v 1.5 1996/10/14 08:34:02 phk Exp $"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 3d25222d6f8e..4363a984dc52 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/2/94 -# $Id: Makefile,v 1.7 1996/08/30 01:47:14 peter Exp $ +# $FreeBSD$ CFLAGS+=#-DTFILE=\"/dev/ttyp0\" CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 44b47d198faa..ad8c67f7c6d5 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1996/06/23 13:11:51 bde Exp $ +# $FreeBSD$ LIB= disk SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \ diff --git a/lib/libdisk/blocks.c b/lib/libdisk/blocks.c index e3dca8a0eece..10f5b31c74a1 100644 --- a/lib/libdisk/blocks.c +++ b/lib/libdisk/blocks.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: blocks.c,v 1.3 1995/04/30 06:09:24 phk Exp $ + * $FreeBSD$ * */ diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c index cc2602055b4b..6a506f806e15 100644 --- a/lib/libdisk/change.c +++ b/lib/libdisk/change.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: change.c,v 1.10 1995/12/07 10:33:18 peter Exp $ + * $FreeBSD$ * */ diff --git a/lib/libdisk/chunk.c b/lib/libdisk/chunk.c index a34b34848611..ad639683ddee 100644 --- a/lib/libdisk/chunk.c +++ b/lib/libdisk/chunk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: chunk.c,v 1.15 1995/06/11 19:29:32 rgrimes Exp $ + * $FreeBSD$ * */ diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 3c1eff7139ce..88b05c1c58fa 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: create_chunk.c,v 1.24 1996/04/29 05:03:01 jkh Exp $ + * $FreeBSD$ * */ diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index 990fca5e2a76..9d8ec9f892ee 100644 --- a/lib/libdisk/disk.c +++ b/lib/libdisk/disk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: disk.c,v 1.23 1996/11/27 22:44:33 phk Exp $ + * $FreeBSD$ * */ diff --git a/lib/libdisk/disklabel.c b/lib/libdisk/disklabel.c index 9714e6c28f2e..2ee6503225a8 100644 --- a/lib/libdisk/disklabel.c +++ b/lib/libdisk/disklabel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $FreeBSD$ * */ diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3 index 3746dec043df..0e44b806bbba 100644 --- a/lib/libdisk/libdisk.3 +++ b/lib/libdisk/libdisk.3 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: libdisk.3,v 1.1 1996/03/17 23:20:09 joerg Exp $ +.\" $FreeBSD$ .\" " .Dd March 15, 1996 .Dt LIBDISK 3 diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index c133cab00d43..e029fbf34c88 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * -* $Id: libdisk.h,v 1.22 1996/04/29 06:45:33 jkh Exp $ +* $FreeBSD$ * */ diff --git a/lib/libdisk/rules.c b/lib/libdisk/rules.c index 1ea9ca85b162..9e1ca6ee51dc 100644 --- a/lib/libdisk/rules.c +++ b/lib/libdisk/rules.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: rules.c,v 1.10.2.1 1995/06/03 08:40:33 jkh Exp $ + * $FreeBSD$ * */ diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index 65b1cf659359..a58cf6995c41 100644 --- a/lib/libdisk/tst01.c +++ b/lib/libdisk/tst01.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: tst01.c,v 1.18 1996/07/09 12:17:46 jkh Exp $ + * $FreeBSD$ * */ diff --git a/lib/libdisk/write_disk.c b/lib/libdisk/write_disk.c index e0c328646465..cb26d0656b8b 100644 --- a/lib/libdisk/write_disk.c +++ b/lib/libdisk/write_disk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: write_disk.c,v 1.17 1996/04/29 05:03:02 jkh Exp $ + * $FreeBSD$ * */ diff --git a/lib/libftpio/ftp.errors b/lib/libftpio/ftp.errors index 26cb4f61a805..7ae444515e78 100644 --- a/lib/libftpio/ftp.errors +++ b/lib/libftpio/ftp.errors @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # This list is taken from RFC 959. # It probably needs a going over. diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 8476ec7110f8..ae420ae20ac6 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ftpio.3,v 1.11 1996/10/05 22:26:51 wosch Exp $ +.\" $FreeBSD$ .\" .Dd June 17, 1996 .Dt ftpio 3 diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index 5bc6457c0227..a8da07392fd5 100644 --- a/lib/libftpio/ftpio.c +++ b/lib/libftpio/ftpio.c @@ -14,7 +14,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.c,v 1.20 1996/11/14 09:51:47 ache Exp $ + * $FreeBSD$ * */ diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index b057c036b555..763283d5e432 100644 --- a/lib/libftpio/ftpio.h +++ b/lib/libftpio/ftpio.h @@ -21,7 +21,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.h,v 1.9 1996/11/14 05:22:12 ache Exp $ + * $FreeBSD$ */ /* Internal housekeeping data structure for FTP sessions */ diff --git a/lib/libgnumalloc/Makefile b/lib/libgnumalloc/Makefile index 209d559fa8ec..74f193eb3eb7 100644 --- a/lib/libgnumalloc/Makefile +++ b/lib/libgnumalloc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1996/09/27 16:22:37 bde Exp $ +# $FreeBSD$ LIB= gnumalloc INTERNALLIB= yes # Do not build or install ${LIB}*.a diff --git a/lib/libkse/thread/Makefile.inc b/lib/libkse/thread/Makefile.inc index 8d0084e34d38..c275b5f4d092 100644 --- a/lib/libkse/thread/Makefile.inc +++ b/lib/libkse/thread/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.4 1996/11/11 09:08:11 hsu Exp $ +# $FreeBSD$ CPLUSPLUSLIB= cpluspluslib diff --git a/lib/libkvm/kvm_getprocs.3 b/lib/libkvm/kvm_getprocs.3 index 366c96bba891..70b88cadc6d3 100644 --- a/lib/libkvm/kvm_getprocs.3 +++ b/lib/libkvm/kvm_getprocs.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kvm_getprocs.3 8.1 (Berkeley) 6/4/93 -.\" $Id: kvm_getprocs.3,v 1.2 1995/06/24 18:53:09 joerg Exp $ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt KVM_GETPROCS 3 diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 6cc7d100db32..07702122964e 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.2 1994/08/05 01:52:05 wollman Exp $ +# $FreeBSD$ # # ieee - for most IEEE machines, we hope. # mc68881 - the, ahem, mc68881. diff --git a/lib/libm/common_source/atan2.3 b/lib/libm/common_source/atan2.3 index 3323e01b1050..8942ed0c001e 100644 --- a/lib/libm/common_source/atan2.3 +++ b/lib/libm/common_source/atan2.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)atan2.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 4, 1993 .Dt ATAN2 3 diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index 822852973758..64a043ad4feb 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1996/02/09 22:44:44 phk Exp $ +# $FreeBSD$ LIB= md NOPIC= true diff --git a/lib/libmd/md2.copyright b/lib/libmd/md2.copyright index 5f0456025108..acef7bab5be6 100644 --- a/lib/libmd/md2.copyright +++ b/lib/libmd/md2.copyright @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $FreeBSD$ Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All rights reserved. .Pp diff --git a/lib/libmd/md4.copyright b/lib/libmd/md4.copyright index df93ad0a9347..e4502073a1ce 100644 --- a/lib/libmd/md4.copyright +++ b/lib/libmd/md4.copyright @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $FreeBSD$ Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. .Pp diff --git a/lib/libmd/md5.copyright b/lib/libmd/md5.copyright index c37746f4501e..b718bf8b5ebe 100644 --- a/lib/libmd/md5.copyright +++ b/lib/libmd/md5.copyright @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $FreeBSD$ Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. .Pp diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c index 583d009d97f1..af27e73d1d8e 100644 --- a/lib/libmd/md5c.c +++ b/lib/libmd/md5c.c @@ -22,7 +22,7 @@ * These notices must be retained in any copies of any part of this * documentation and/or software. * - * $Id$ + * $FreeBSD$ * * This code is the same as the code published by RSA Inc. It has been * edited for clarity and style only. diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3 index cd08a7ede721..724556cdb85f 100644 --- a/lib/libmd/mdX.3 +++ b/lib/libmd/mdX.3 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $Id: mdX.3,v 1.6 1996/10/09 21:00:48 wollman Exp $ +.\" $FreeBSD$ .\" .Dd October 9, 1996 .Dt MDX 3 diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c index 913e2900d0cb..0d505bc5246e 100644 --- a/lib/libmd/mdXhl.c +++ b/lib/libmd/mdXhl.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: mdXhl.c,v 1.7 1996/07/24 20:55:38 phk Exp $ + * $FreeBSD$ * */ diff --git a/lib/libmytinfo/Makefile b/lib/libmytinfo/Makefile index b8247c6c1782..6addb870ded6 100644 --- a/lib/libmytinfo/Makefile +++ b/lib/libmytinfo/Makefile @@ -1,7 +1,7 @@ # Makefile for libmytinfo # Use 'make update_term_h' manually after changing internal # mytinfo structures -# $Id: Makefile,v 1.9 1995/08/06 12:37:26 bde Exp $ +# $FreeBSD$ LIB= mytinfo SRCS= addstr.c binorder.c buildpath.c caplist.c capsort.c compar.c\ diff --git a/lib/libmytinfo/TESTS/Makefile b/lib/libmytinfo/TESTS/Makefile index eeaa6d241172..d9b79372988a 100644 --- a/lib/libmytinfo/TESTS/Makefile +++ b/lib/libmytinfo/TESTS/Makefile @@ -1,5 +1,5 @@ # Makefile for libmytinfo tests -# $Id$ +# $FreeBSD$ LIB= mytinfo diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index ae392838cb25..9d0968195f9a 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.18 1996/08/30 01:58:36 peter Exp $ +# $FreeBSD$ LIB= ncurses SHLIB_MAJOR= 3 diff --git a/lib/libncurses/curs_addch.3 b/lib/libncurses/curs_addch.3 index 5b26e32c42de..2c55af302a81 100644 --- a/lib/libncurses/curs_addch.3 +++ b/lib/libncurses/curs_addch.3 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $FreeBSD$ .\" .TH curs_addch 3 "" .SH NAME diff --git a/lib/libncurses/curs_insstr.3 b/lib/libncurses/curs_insstr.3 index 735dd1b18195..ed701aecf7cd 100644 --- a/lib/libncurses/curs_insstr.3 +++ b/lib/libncurses/curs_insstr.3 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $FreeBSD$ .\" .TH curs_insstr 3 "" .SH NAME diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 6937205676fa..7ef03f3ba2ea 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ # Makefile for libpcap -# $Id: Makefile,v 1.12 1996/08/30 01:59:46 peter Exp $ +# $FreeBSD$ LIB= pcap SRCS= grammar.c tokdefs.h pcap-bpf.c \ diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index 7d67fb8858bb..6049dae5cb05 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # POSIX thread man files diff --git a/lib/libpthread/man/pthread_getspecific.3 b/lib/libpthread/man/pthread_getspecific.3 index b53841e0e76d..0b36b21211ee 100644 --- a/lib/libpthread/man/pthread_getspecific.3 +++ b/lib/libpthread/man/pthread_getspecific.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 8d0084e34d38..c275b5f4d092 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.4 1996/11/11 09:08:11 hsu Exp $ +# $FreeBSD$ CPLUSPLUSLIB= cpluspluslib diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index c331ceaccf88..1e98dcc24520 100644 --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.10 (Berkeley) 6/24/90 -# $Id: Makefile,v 1.5 1996/06/05 03:54:43 wpaul Exp $ +# $FreeBSD$ .PATH: ${DESTDIR}/usr/include/rpcsvc diff --git a/lib/libscsi/scsi.c b/lib/libscsi/scsi.c index 29051718fa9f..3b4c2e35c254 100644 --- a/lib/libscsi/scsi.c +++ b/lib/libscsi/scsi.c @@ -30,7 +30,7 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * $Id: scsi.c,v 1.5 1995/05/05 20:40:02 dufault Exp $ + * $FreeBSD$ */ #include <stdlib.h> #include <stdio.h> diff --git a/lib/libskey/pathnames.h b/lib/libskey/pathnames.h index 87c8a2356dfa..ca91fccd9e6d 100644 --- a/lib/libskey/pathnames.h +++ b/lib/libskey/pathnames.h @@ -1,4 +1,4 @@ -/* $Id: pathnames.h,v 1.1 1994/05/27 07:50:08 pst Exp $ (FreeBSD) */ +/* $FreeBSD$ (FreeBSD) */ #include <paths.h> diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3 index 90d85eb0c3f6..66321016dce5 100644 --- a/lib/libskey/skey.3 +++ b/lib/libskey/skey.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: skey.3,v 1.1 1996/12/22 13:33:56 davidn Exp $ +.\" $FreeBSD$ .\" .Dd December 22, 1996 .Dt SKEY 3 diff --git a/lib/libss/Makefile b/lib/libss/Makefile index dd2ae79852b5..78583e704190 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1996/09/05 17:14:31 bde Exp $ +# $FreeBSD$ LIB= ss SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \ diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile index a9fa9474b92f..0b9c1fc151c8 100644 --- a/lib/libtcl/Makefile +++ b/lib/libtcl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1996/12/30 01:11:26 max Exp $ +# $FreeBSD$ # # This file is generated automatically, do not edit it here! # diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 5ab752297aa4..c790e5459ffa 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.3 1994/08/12 22:41:25 csgr Exp $ +# $FreeBSD$ LIB= telnet SRCS= genget.c getent.c misc.c diff --git a/lib/libtermcap/termcap.h b/lib/libtermcap/termcap.h index 9c0cdfbb6047..1f2dbebde725 100644 --- a/lib/libtermcap/termcap.h +++ b/lib/libtermcap/termcap.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $Id: termcap.h,v 1.7 1996/07/12 18:57:26 jkh Exp $ */ +/* $FreeBSD$ */ #ifndef _TERMCAP_H_ #define _TERMCAP_H_ diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 05acf604206a..1235b666eea2 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file providing the above * conditions are met. * - * $Id: libutil.h,v 1.1 1996/01/01 08:27:37 peter Exp $ + * $FreeBSD$ */ #ifndef _LIBUTIL_H_ diff --git a/lib/libutil/login.3 b/lib/libutil/login.3 index bbb980ec15d3..c8f592c0bd20 100644 --- a/lib/libutil/login.3 +++ b/lib/libutil/login.3 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: login.3,v 1.1 1996/12/29 18:30:38 joerg Exp $ +.\" $FreeBSD$ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 6c81af95c76a..7f4ac548fc7a 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: login.conf.5,v 1.3 1997/01/08 06:51:32 mpp Exp $ +.\" $FreeBSD$ .\" .Dd November 22, 1996 .Dt LOGIN.CONF 5 diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3 index 555195f178d8..2b8b9ff15501 100644 --- a/lib/libutil/login_auth.3 +++ b/lib/libutil/login_auth.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 29, 1996 .Os FreeBSD diff --git a/lib/libutil/login_auth.c b/lib/libutil/login_auth.c index 6e3b07da7efb..e54a5dc45c02 100644 --- a/lib/libutil/login_auth.c +++ b/lib/libutil/login_auth.c @@ -21,7 +21,7 @@ * * Low-level routines relating to the user capabilities database * - * $Id: login_auth.c,v 1.1 1997/01/04 16:49:59 davidn Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3 index c9252b2e87ac..ea7b90f5dc24 100644 --- a/lib/libutil/login_cap.3 +++ b/lib/libutil/login_cap.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: login_cap.3,v 1.1 1997/01/04 16:50:00 davidn Exp $ +.\" $FreeBSD$ .\" .Dd December 27, 1996 .Os FreeBSD diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c index 961f53958b51..30a36f0fab96 100644 --- a/lib/libutil/login_cap.c +++ b/lib/libutil/login_cap.c @@ -21,7 +21,7 @@ * * Low-level routines relating to the user capabilities database * - * $Id: login_cap.c,v 1.3 1997/01/07 13:32:04 davidn Exp $ + * $FreeBSD$ */ #include <stdio.h> diff --git a/lib/libutil/login_class.3 b/lib/libutil/login_class.3 index 370bfbf50f28..2ee50ebbfbc7 100644 --- a/lib/libutil/login_class.3 +++ b/lib/libutil/login_class.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 28, 1996 .Os FreeBSD diff --git a/lib/libutil/login_class.c b/lib/libutil/login_class.c index 1abe13d5eaa4..1ca3cb5d240a 100644 --- a/lib/libutil/login_class.c +++ b/lib/libutil/login_class.c @@ -21,7 +21,7 @@ * * High-level routines relating to use of the user capabilities database * - * $Id: login_class.c,v 1.1 1997/01/04 16:50:06 davidn Exp $ + * $FreeBSD$ */ #include <stdio.h> diff --git a/lib/libutil/login_ok.3 b/lib/libutil/login_ok.3 index 8c50825d23d6..b74ab3930520 100644 --- a/lib/libutil/login_ok.3 +++ b/lib/libutil/login_ok.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: login_ok.3,v 1.1 1997/01/04 16:50:07 davidn Exp $ +.\" $FreeBSD$ .\" .Dd January 2, 1997 .Os FreeBSD diff --git a/lib/libutil/login_ok.c b/lib/libutil/login_ok.c index cf778dab43ec..1110c5d9140d 100644 --- a/lib/libutil/login_ok.c +++ b/lib/libutil/login_ok.c @@ -20,7 +20,7 @@ * * Support allow/deny lists in login class capabilities * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3 index d8e115659917..e426142e1eeb 100644 --- a/lib/libutil/login_times.3 +++ b/lib/libutil/login_times.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd January 2, 1997 .Os FreeBSD diff --git a/lib/libutil/login_times.c b/lib/libutil/login_times.c index 2e7c4682ef25..eb3cb11496af 100644 --- a/lib/libutil/login_times.c +++ b/lib/libutil/login_times.c @@ -20,7 +20,7 @@ * * Login period parsing and comparison functions. * - * $Id: login_times.c,v 1.1 1997/01/04 16:50:08 davidn Exp $ + * $FreeBSD$ */ #include <stdio.h> diff --git a/lib/libutil/login_tty.3 b/lib/libutil/login_tty.3 index b19a551967c0..2cde93f43e43 100644 --- a/lib/libutil/login_tty.3 +++ b/lib/libutil/login_tty.3 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: login_tty.3,v 1.1 1996/12/29 18:30:39 joerg Exp $ +.\" $FreeBSD$ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/logout.3 b/lib/libutil/logout.3 index b3f093b7a16e..7aef4c96bca4 100644 --- a/lib/libutil/logout.3 +++ b/lib/libutil/logout.3 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: logout.3,v 1.1 1996/12/29 18:30:40 joerg Exp $ +.\" $FreeBSD$ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/logwtmp.3 b/lib/libutil/logwtmp.3 index faa97219d314..1fa0f5821ef6 100644 --- a/lib/libutil/logwtmp.3 +++ b/lib/libutil/logwtmp.3 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: logwtmp.3,v 1.1 1996/12/29 18:30:41 joerg Exp $ +.\" $FreeBSD$ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/pty.3 b/lib/libutil/pty.3 index 453f28261c75..e3484f02d07a 100644 --- a/lib/libutil/pty.3 +++ b/lib/libutil/pty.3 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: pty.3,v 1.3 1997/01/01 03:29:33 alex Exp $ +.\" $FreeBSD$ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3 index 3981a4fddb4b..f4cc850ef8ef 100644 --- a/lib/libutil/setproctitle.3 +++ b/lib/libutil/setproctitle.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: setproctitle.3,v 1.4 1996/08/23 20:52:53 mpp Exp $ +.\" $FreeBSD$ .\" .\" The following requests are required for all man pages. .Dd December 16, 1995 diff --git a/lib/libutil/setproctitle.c b/lib/libutil/setproctitle.c index 1f9f4b51ac7f..cf3069b18f5c 100644 --- a/lib/libutil/setproctitle.c +++ b/lib/libutil/setproctitle.c @@ -14,7 +14,7 @@ * 3. Absolutely no warranty of function or purpose is made by the author * Peter Wemm. * - * $Id: setproctitle.c,v 1.2 1996/02/24 14:37:29 peter Exp $ + * $FreeBSD$ */ #include <sys/types.h> diff --git a/lib/libutil/stat_flags.c b/lib/libutil/stat_flags.c index 7e4309c11842..30407d667bdf 100644 --- a/lib/libutil/stat_flags.c +++ b/lib/libutil/stat_flags.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: stat_flags.c,v 1.2 1994/09/24 02:55:57 davidg Exp $ + * $FreeBSD$ */ #ifndef lint diff --git a/lib/liby/Makefile b/lib/liby/Makefile index a6095af811cc..024fe34b6cc6 100644 --- a/lib/liby/Makefile +++ b/lib/liby/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/11/20 20:54:28 wollman Exp $ +# $FreeBSD$ LIB= y SHLIB_MAJOR= 2 diff --git a/lib/libz/Makefile b/lib/libz/Makefile index afebefa4576d..09af96fdf371 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1996/08/18 23:52:20 peter Exp $ +# $FreeBSD$ # MAINTAINER=peter@FreeBSD.org diff --git a/lib/libz/adler32.c b/lib/libz/adler32.c index c9dcf9311990..7c35d51a9091 100644 --- a/lib/libz/adler32.c +++ b/lib/libz/adler32.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: adler32.c,v 1.10 1996/05/22 11:52:18 me Exp $ */ +/* $FreeBSD$ */ #include "zlib.h" diff --git a/lib/libz/compress.c b/lib/libz/compress.c index 590c4510f43d..686f365c435a 100644 --- a/lib/libz/compress.c +++ b/lib/libz/compress.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: compress.c,v 1.10 1996/05/23 16:51:12 me Exp $ */ +/* $FreeBSD$ */ #include "zlib.h" diff --git a/lib/libz/crc32.c b/lib/libz/crc32.c index 58fc60e94440..8fa0ee6df585 100644 --- a/lib/libz/crc32.c +++ b/lib/libz/crc32.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: crc32.c,v 1.8 1996/01/30 21:59:10 me Exp $ */ +/* $FreeBSD$ */ #include "zlib.h" diff --git a/lib/libz/deflate.c b/lib/libz/deflate.c index c6ba9b48cf13..81c649e9308f 100644 --- a/lib/libz/deflate.c +++ b/lib/libz/deflate.c @@ -47,7 +47,7 @@ * */ -/* $Id: deflate.c,v 1.15 1996/07/24 13:40:58 me Exp $ */ +/* $FreeBSD$ */ #include "deflate.h" diff --git a/lib/libz/deflate.h b/lib/libz/deflate.h index a7daf7fce1a8..689adea8d4a4 100644 --- a/lib/libz/deflate.h +++ b/lib/libz/deflate.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* $Id: deflate.h,v 1.10 1996/07/02 12:41:00 me Exp $ */ +/* $FreeBSD$ */ #ifndef _DEFLATE_H #define _DEFLATE_H diff --git a/lib/libz/example.c b/lib/libz/example.c index 5e4dc6deed08..3830842c16d2 100644 --- a/lib/libz/example.c +++ b/lib/libz/example.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: example.c,v 1.16 1996/05/23 17:11:28 me Exp $ */ +/* $FreeBSD$ */ #include <stdio.h> #include "zlib.h" diff --git a/lib/libz/gzio.c b/lib/libz/gzio.c index 6c82677aa6f7..f62b125cb241 100644 --- a/lib/libz/gzio.c +++ b/lib/libz/gzio.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: gzio.c,v 1.14 1996/07/24 13:41:01 me Exp $ */ +/* $FreeBSD$ */ #include <stdio.h> diff --git a/lib/libz/minigzip.c b/lib/libz/minigzip.c index fcee6a2bf41c..9548ab89d900 100644 --- a/lib/libz/minigzip.c +++ b/lib/libz/minigzip.c @@ -13,7 +13,7 @@ * or in pipe mode. */ -/* $Id: minigzip.c,v 1.10 1996/07/24 13:41:04 me Exp $ */ +/* $FreeBSD$ */ #include <stdio.h> #include "zlib.h" diff --git a/lib/libz/trees.c b/lib/libz/trees.c index 4c4d6f28915a..a5a81734c640 100644 --- a/lib/libz/trees.c +++ b/lib/libz/trees.c @@ -29,7 +29,7 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* $Id: trees.c,v 1.11 1996/07/24 13:41:06 me Exp $ */ +/* $FreeBSD$ */ #include "deflate.h" diff --git a/lib/libz/uncompr.c b/lib/libz/uncompr.c index c3de96943344..06cd6a860037 100644 --- a/lib/libz/uncompr.c +++ b/lib/libz/uncompr.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: uncompr.c,v 1.8 1996/01/30 21:59:26 me Exp $ */ +/* $FreeBSD$ */ #include "zlib.h" diff --git a/lib/libz/zconf.h b/lib/libz/zconf.h index 5f6e887b7159..858e0a0d478e 100644 --- a/lib/libz/zconf.h +++ b/lib/libz/zconf.h @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: zconf.h,v 1.20 1996/07/02 15:09:28 me Exp $ */ +/* $FreeBSD$ */ #ifndef _ZCONF_H #define _ZCONF_H diff --git a/lib/libz/zutil.c b/lib/libz/zutil.c index 734e27596d58..5858792dcdd0 100644 --- a/lib/libz/zutil.c +++ b/lib/libz/zutil.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: zutil.c,v 1.17 1996/07/24 13:41:12 me Exp $ */ +/* $FreeBSD$ */ #include <stdio.h> diff --git a/lib/libz/zutil.h b/lib/libz/zutil.h index c81a9f9263e6..14b6f0aa7d3a 100644 --- a/lib/libz/zutil.h +++ b/lib/libz/zutil.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* $Id: zutil.h,v 1.16 1996/07/24 13:41:13 me Exp $ */ +/* $FreeBSD$ */ #ifndef _Z_UTIL_H #define _Z_UTIL_H diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 37463cfbbb6f..9dca94a84a08 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.1beta 93/09/24 -# $Id: Makefile,v 1.11 1996/08/30 21:21:52 peter Exp $ +# $FreeBSD$ # # ==================================================== # Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. diff --git a/lib/msun/i387/e_acos.S b/lib/msun/i387/e_acos.S index 8e6f8637316c..84cb54273d56 100644 --- a/lib/msun/i387/e_acos.S +++ b/lib/msun/i387/e_acos.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_acos.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $") +RCSID("$FreeBSD$") /* acos = atan (sqrt(1 - x^2) / x) */ ENTRY(__ieee754_acos) diff --git a/lib/msun/i387/e_asin.S b/lib/msun/i387/e_asin.S index 93e62f53da5a..5b2a1bdaeb3f 100644 --- a/lib/msun/i387/e_asin.S +++ b/lib/msun/i387/e_asin.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_asin.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $") +RCSID("$FreeBSD$") /* asin = atan (x / sqrt(1 - x^2)) */ ENTRY(__ieee754_asin) diff --git a/lib/msun/i387/e_atan2.S b/lib/msun/i387/e_atan2.S index cd16476ede3c..01b0862d858c 100644 --- a/lib/msun/i387/e_atan2.S +++ b/lib/msun/i387/e_atan2.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_atan2.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(__ieee754_atan2) fldl 4(%esp) diff --git a/lib/msun/i387/e_exp.S b/lib/msun/i387/e_exp.S index 3ba2d439f8da..0609df0f43bd 100644 --- a/lib/msun/i387/e_exp.S +++ b/lib/msun/i387/e_exp.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_exp.S,v 1.2 1994/08/19 11:14:14 jkh Exp $") +RCSID("$FreeBSD$") /* e^x = 2^(x * log2(e)) */ ENTRY(__ieee754_exp) diff --git a/lib/msun/i387/e_fmod.S b/lib/msun/i387/e_fmod.S index bacb4d8527dc..2a5b23f5684f 100644 --- a/lib/msun/i387/e_fmod.S +++ b/lib/msun/i387/e_fmod.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_fmod.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(__ieee754_fmod) fldl 12(%esp) diff --git a/lib/msun/i387/e_log.S b/lib/msun/i387/e_log.S index 28ed68612772..a57ebc1b2959 100644 --- a/lib/msun/i387/e_log.S +++ b/lib/msun/i387/e_log.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_log.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(__ieee754_log) fldln2 diff --git a/lib/msun/i387/e_log10.S b/lib/msun/i387/e_log10.S index 612a374995e0..a8f5441c9b19 100644 --- a/lib/msun/i387/e_log10.S +++ b/lib/msun/i387/e_log10.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_log10.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(__ieee754_log10) fldlg2 diff --git a/lib/msun/i387/e_remainder.S b/lib/msun/i387/e_remainder.S index c67f6ab7492a..7bb862422e1b 100644 --- a/lib/msun/i387/e_remainder.S +++ b/lib/msun/i387/e_remainder.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_remainder.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(__ieee754_remainder) fldl 12(%esp) diff --git a/lib/msun/i387/e_scalb.S b/lib/msun/i387/e_scalb.S index 28806751e527..878eb2567f76 100644 --- a/lib/msun/i387/e_scalb.S +++ b/lib/msun/i387/e_scalb.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_scalb.S,v 1.2 1994/08/19 11:14:19 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(__ieee754_scalb) fldl 12(%esp) diff --git a/lib/msun/i387/e_sqrt.S b/lib/msun/i387/e_sqrt.S index 7625e7b91ec3..a7c52713e012 100644 --- a/lib/msun/i387/e_sqrt.S +++ b/lib/msun/i387/e_sqrt.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_sqrt.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(__ieee754_sqrt) fldl 4(%esp) diff --git a/lib/msun/i387/s_atan.S b/lib/msun/i387/s_atan.S index 266f80ac4572..417e862a3041 100644 --- a/lib/msun/i387/s_atan.S +++ b/lib/msun/i387/s_atan.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_atan.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(atan) fldl 4(%esp) diff --git a/lib/msun/i387/s_ceil.S b/lib/msun/i387/s_ceil.S index 84a1b7a8c151..2bac97c1bbb2 100644 --- a/lib/msun/i387/s_ceil.S +++ b/lib/msun/i387/s_ceil.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_ceil.S,v 1.2 1994/08/19 11:14:21 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(ceil) pushl %ebp diff --git a/lib/msun/i387/s_copysign.S b/lib/msun/i387/s_copysign.S index 1733af5428f4..2698fe7b6e63 100644 --- a/lib/msun/i387/s_copysign.S +++ b/lib/msun/i387/s_copysign.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_copysign.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(copysign) movl 16(%esp),%edx diff --git a/lib/msun/i387/s_cos.S b/lib/msun/i387/s_cos.S index e1a122ff9056..23a8b1353125 100644 --- a/lib/msun/i387/s_cos.S +++ b/lib/msun/i387/s_cos.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_cos.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(cos) fldl 4(%esp) diff --git a/lib/msun/i387/s_finite.S b/lib/msun/i387/s_finite.S index d80bba6f828f..578691015a45 100644 --- a/lib/msun/i387/s_finite.S +++ b/lib/msun/i387/s_finite.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_finite.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(finite) movl 8(%esp),%eax diff --git a/lib/msun/i387/s_floor.S b/lib/msun/i387/s_floor.S index 7abc424c7bce..cdc15697ee7a 100644 --- a/lib/msun/i387/s_floor.S +++ b/lib/msun/i387/s_floor.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_floor.S,v 1.2 1994/08/19 11:14:25 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(floor) pushl %ebp diff --git a/lib/msun/i387/s_ilogb.S b/lib/msun/i387/s_ilogb.S index 26e664b54245..eaa237af4031 100644 --- a/lib/msun/i387/s_ilogb.S +++ b/lib/msun/i387/s_ilogb.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_ilogb.S,v 1.2 1994/08/19 11:14:26 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(ilogb) pushl %ebp diff --git a/lib/msun/i387/s_log1p.S b/lib/msun/i387/s_log1p.S index ad511bee358a..3ff540191f80 100644 --- a/lib/msun/i387/s_log1p.S +++ b/lib/msun/i387/s_log1p.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_log1p.S,v 1.4 1994/08/19 03:55:57 jtc Exp $") +RCSID("$FreeBSD$") /* * The fyl2xp1 instruction has such a limited range: diff --git a/lib/msun/i387/s_logb.S b/lib/msun/i387/s_logb.S index 6992459c939d..9fff544a866c 100644 --- a/lib/msun/i387/s_logb.S +++ b/lib/msun/i387/s_logb.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_logb.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(logb) fldl 4(%esp) diff --git a/lib/msun/i387/s_rint.S b/lib/msun/i387/s_rint.S index 54888078dd99..b30d545aab73 100644 --- a/lib/msun/i387/s_rint.S +++ b/lib/msun/i387/s_rint.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_rint.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(rint) fldl 4(%esp) diff --git a/lib/msun/i387/s_scalbn.S b/lib/msun/i387/s_scalbn.S index e9f17d29b9ee..5b11ae8e2350 100644 --- a/lib/msun/i387/s_scalbn.S +++ b/lib/msun/i387/s_scalbn.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_scalbn.S,v 1.2 1994/08/19 11:14:30 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(scalbn) fildl 12(%esp) diff --git a/lib/msun/i387/s_significand.S b/lib/msun/i387/s_significand.S index f980dd60a43a..ebed94998161 100644 --- a/lib/msun/i387/s_significand.S +++ b/lib/msun/i387/s_significand.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_significand.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(significand) fldl 4(%esp) diff --git a/lib/msun/i387/s_sin.S b/lib/msun/i387/s_sin.S index 56d7a7a87243..412b3328639f 100644 --- a/lib/msun/i387/s_sin.S +++ b/lib/msun/i387/s_sin.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_sin.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(sin) fldl 4(%esp) diff --git a/lib/msun/i387/s_tan.S b/lib/msun/i387/s_tan.S index a124457229e1..eb093ce4df45 100644 --- a/lib/msun/i387/s_tan.S +++ b/lib/msun/i387/s_tan.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: s_tan.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $") +RCSID("$FreeBSD$") ENTRY(tan) fldl 4(%esp) diff --git a/lib/msun/man/acos.3 b/lib/msun/man/acos.3 index d7e75c6a1dcd..b39f551a05ce 100644 --- a/lib/msun/man/acos.3 +++ b/lib/msun/man/acos.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)acos.3 5.1 (Berkeley) 5/2/91 -.\" $Id: acos.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt ACOS 3 diff --git a/lib/msun/man/acosh.3 b/lib/msun/man/acosh.3 index 08e1a6e8761d..d8b15df13930 100644 --- a/lib/msun/man/acosh.3 +++ b/lib/msun/man/acosh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)acosh.3 5.2 (Berkeley) 5/6/91 -.\" $Id: acosh.3,v 1.2 1995/03/01 05:05:19 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 6, 1991 .Dt ACOSH 3 diff --git a/lib/msun/man/asin.3 b/lib/msun/man/asin.3 index ebbdd0f3b303..4acdd59e5994 100644 --- a/lib/msun/man/asin.3 +++ b/lib/msun/man/asin.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)asin.3 5.1 (Berkeley) 5/2/91 -.\" $Id: asin.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt ASIN 3 diff --git a/lib/msun/man/asinh.3 b/lib/msun/man/asinh.3 index 7de32aecbee6..b710423a8e1c 100644 --- a/lib/msun/man/asinh.3 +++ b/lib/msun/man/asinh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)asinh.3 6.4 (Berkeley) 5/6/91 -.\" $Id: asinh.3,v 1.2 1995/03/01 05:05:27 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 6, 1991 .Dt ASINH 3 diff --git a/lib/msun/man/atan.3 b/lib/msun/man/atan.3 index c795351487e0..e719f48dd79d 100644 --- a/lib/msun/man/atan.3 +++ b/lib/msun/man/atan.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)atan.3 5.1 (Berkeley) 5/2/91 -.\" $Id: atan.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt ATAN 3 diff --git a/lib/msun/man/atan2.3 b/lib/msun/man/atan2.3 index 3dc53e72ab7d..48e5c9d097b2 100644 --- a/lib/msun/man/atan2.3 +++ b/lib/msun/man/atan2.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91 -.\" $Id: atan2.3,v 1.2 1995/03/01 05:05:34 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt ATAN2 3 diff --git a/lib/msun/man/atanh.3 b/lib/msun/man/atanh.3 index 4c1a3ea959c5..0160151d67ef 100644 --- a/lib/msun/man/atanh.3 +++ b/lib/msun/man/atanh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)atanh.3 5.2 (Berkeley) 5/6/91 -.\" $Id: atanh.3,v 1.2 1995/03/01 05:05:37 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 6, 1991 .Dt ATANH 3 diff --git a/lib/msun/man/ceil.3 b/lib/msun/man/ceil.3 index 8ed415513983..418f409f2185 100644 --- a/lib/msun/man/ceil.3 +++ b/lib/msun/man/ceil.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91 -.\" $Id: ceil.3,v 1.2 1995/03/01 05:05:41 jkh Exp $ +.\" $FreeBSD$ .\" .Dd March 10, 1994 .Dt CEIL 3 diff --git a/lib/msun/man/cos.3 b/lib/msun/man/cos.3 index e44960004415..35439d2b9023 100644 --- a/lib/msun/man/cos.3 +++ b/lib/msun/man/cos.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91 -.\" $Id: cos.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt COS 3 diff --git a/lib/msun/man/cosh.3 b/lib/msun/man/cosh.3 index 8944381afd5a..9b496e263bb5 100644 --- a/lib/msun/man/cosh.3 +++ b/lib/msun/man/cosh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91 -.\" $Id: cosh.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt COSH 3 diff --git a/lib/msun/man/erf.3 b/lib/msun/man/erf.3 index 030ca6ace545..82066a19a323 100644 --- a/lib/msun/man/erf.3 +++ b/lib/msun/man/erf.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)erf.3 6.4 (Berkeley) 4/20/91 -.\" $Id: erf.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .\" .Dd April 20, 1991 .Dt ERF 3 diff --git a/lib/msun/man/exp.3 b/lib/msun/man/exp.3 index e85d0393a598..c5277ff8b202 100644 --- a/lib/msun/man/exp.3 +++ b/lib/msun/man/exp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91 -.\" $Id: exp.3,v 1.3 1996/02/12 01:20:26 mpp Exp $ +.\" $FreeBSD$ .\" .Dd July 31, 1991 .Dt EXP 3 diff --git a/lib/msun/man/fabs.3 b/lib/msun/man/fabs.3 index 9c8b00b66928..16dd822b6518 100644 --- a/lib/msun/man/fabs.3 +++ b/lib/msun/man/fabs.3 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)fabs.3 5.1 (Berkeley) 5/2/91 -.\" $Id: fabs.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt FABS 3 diff --git a/lib/msun/man/floor.3 b/lib/msun/man/floor.3 index edd66e0a80df..ed62792aaa3a 100644 --- a/lib/msun/man/floor.3 +++ b/lib/msun/man/floor.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)floor.3 6.5 (Berkeley) 4/19/91 -.\" $Id: floor.3,v 1.2 1995/03/01 05:06:02 jkh Exp $ +.\" $FreeBSD$ .\" .Dd March 10, 1994 .Dt FLOOR 3 diff --git a/lib/msun/man/fmod.3 b/lib/msun/man/fmod.3 index 60a848902388..f14bb940e52f 100644 --- a/lib/msun/man/fmod.3 +++ b/lib/msun/man/fmod.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)fmod.3 5.1 (Berkeley) 5/2/91 -.\" $Id: fmod.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt FMOD 3 diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3 index 09d0da06a714..a43964700dd8 100644 --- a/lib/msun/man/hypot.3 +++ b/lib/msun/man/hypot.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91 -.\" $Id: hypot.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 6, 1991 .Dt HYPOT 3 diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3 index bdd23cd4b9a3..b17a3f84973b 100644 --- a/lib/msun/man/ieee.3 +++ b/lib/msun/man/ieee.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91 -.\" $Id: ieee.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .\" .Dd Feb 25, 1994 .Dt IEEE 3 diff --git a/lib/msun/man/ieee_test.3 b/lib/msun/man/ieee_test.3 index cdd79a3a48ea..d27160eb8b67 100644 --- a/lib/msun/man/ieee_test.3 +++ b/lib/msun/man/ieee_test.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91 -.\" $Id: ieee_test.3,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $ +.\" $FreeBSD$ .\" .Dd March 10, 1994 .Dt IEEE_TEST 3 diff --git a/lib/msun/man/j0.3 b/lib/msun/man/j0.3 index 8e1327cb86fe..f9d3a44962ab 100644 --- a/lib/msun/man/j0.3 +++ b/lib/msun/man/j0.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)j0.3 6.7 (Berkeley) 4/19/91 -.\" $Id: j0.3,v 1.3 1995/10/22 18:16:39 bde Exp $ +.\" $FreeBSD$ .\" .Dd April 19, 1991 .Dt J0 3 diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3 index 34a2d567b5db..ed4c227b5757 100644 --- a/lib/msun/man/lgamma.3 +++ b/lib/msun/man/lgamma.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92 -.\" $Id: lgamma.3,v 1.2 1995/03/01 05:06:23 jkh Exp $ +.\" $FreeBSD$ .\" .Dd December 3, 1992 .Dt LGAMMA 3 diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index e2d62c0eb1f4..975269b3261c 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)math.3 6.10 (Berkeley) 5/6/91 -.\" $Id: math.3,v 1.2 1995/03/01 05:06:27 jkh Exp $ +.\" $FreeBSD$ .\" .TH MATH 3M "May 6, 1991" .UC 4 diff --git a/lib/msun/man/rint.3 b/lib/msun/man/rint.3 index 6b29d74154b5..46da18fb6cec 100644 --- a/lib/msun/man/rint.3 +++ b/lib/msun/man/rint.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rint.3 5.1 (Berkeley) 5/2/91 -.\" $Id: rint.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .\" .Dd March 10, 1994 .Dt RINT 3 diff --git a/lib/msun/man/sin.3 b/lib/msun/man/sin.3 index 96e35a3a787f..fbe8681e5beb 100644 --- a/lib/msun/man/sin.3 +++ b/lib/msun/man/sin.3 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sin.3 6.7 (Berkeley) 4/19/91 -.\" $Id: sin.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .\" .Dd April 19, 1991 .Dt SIN 3 diff --git a/lib/msun/man/sinh.3 b/lib/msun/man/sinh.3 index ded4f1fe3c75..21261f5a858a 100644 --- a/lib/msun/man/sinh.3 +++ b/lib/msun/man/sinh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91 -.\" $Id: sinh.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $FreeBSD$ .Dd April 19, 1991 .Dt SINH 3 .Os diff --git a/lib/msun/man/sqrt.3 b/lib/msun/man/sqrt.3 index fe71926c7ce1..bdeeba9ced44 100644 --- a/lib/msun/man/sqrt.3 +++ b/lib/msun/man/sqrt.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sqrt.3 6.4 (Berkeley) 5/6/91 -.\" $Id: sqrt.3,v 1.2 1995/03/01 05:06:41 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 6, 1991 .Dt SQRT 3 diff --git a/lib/msun/man/tan.3 b/lib/msun/man/tan.3 index 9a0a8e32b3b9..d33b1c6ad9ed 100644 --- a/lib/msun/man/tan.3 +++ b/lib/msun/man/tan.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tan.3 5.1 (Berkeley) 5/2/91 -.\" $Id: tan.3,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt TAN 3 diff --git a/lib/msun/man/tanh.3 b/lib/msun/man/tanh.3 index 7a27ceec0b26..cdd7df2469fe 100644 --- a/lib/msun/man/tanh.3 +++ b/lib/msun/man/tanh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91 -.\" $Id: tanh.3,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $ +.\" $FreeBSD$ .\" .Dd May 2, 1991 .Dt TANH 3 diff --git a/lib/msun/src/e_acos.c b/lib/msun/src/e_acos.c index 5f09e63d1e62..844803626a6b 100644 --- a/lib/msun/src/e_acos.c +++ b/lib/msun/src/e_acos.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_acos.c,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_acos(x) diff --git a/lib/msun/src/e_acosf.c b/lib/msun/src/e_acosf.c index e220a72e20a1..435f0adbcf8a 100644 --- a/lib/msun/src/e_acosf.c +++ b/lib/msun/src/e_acosf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_acosf.c,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_acosh.c b/lib/msun/src/e_acosh.c index efaefea51a0a..d7f826a2441b 100644 --- a/lib/msun/src/e_acosh.c +++ b/lib/msun/src/e_acosh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_acosh.c,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_acosh(x) diff --git a/lib/msun/src/e_acoshf.c b/lib/msun/src/e_acoshf.c index 53080e9485df..3f9b7355461e 100644 --- a/lib/msun/src/e_acoshf.c +++ b/lib/msun/src/e_acoshf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_acoshf.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_asin.c b/lib/msun/src/e_asin.c index 6863668a9c4f..bbba765f4fff 100644 --- a/lib/msun/src/e_asin.c +++ b/lib/msun/src/e_asin.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_asin.c,v 1.2 1995/05/30 05:47:55 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_asin(x) diff --git a/lib/msun/src/e_asinf.c b/lib/msun/src/e_asinf.c index 6d6ba8503336..274946f13a44 100644 --- a/lib/msun/src/e_asinf.c +++ b/lib/msun/src/e_asinf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_asinf.c,v 1.2 1995/05/30 05:47:56 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_atan2.c b/lib/msun/src/e_atan2.c index 4da135cdb5b3..06858b04b8fa 100644 --- a/lib/msun/src/e_atan2.c +++ b/lib/msun/src/e_atan2.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_atan2.c,v 1.2 1995/05/30 05:47:57 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_atan2(y,x) diff --git a/lib/msun/src/e_atan2f.c b/lib/msun/src/e_atan2f.c index 39aa779eeef9..6e6c181bde04 100644 --- a/lib/msun/src/e_atan2f.c +++ b/lib/msun/src/e_atan2f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_atan2f.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_atanh.c b/lib/msun/src/e_atanh.c index aeb8a75444fa..97a79f0f9e4b 100644 --- a/lib/msun/src/e_atanh.c +++ b/lib/msun/src/e_atanh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_atanh.c,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_atanh(x) diff --git a/lib/msun/src/e_atanhf.c b/lib/msun/src/e_atanhf.c index 1c2cc6450fca..dc55b3b6706e 100644 --- a/lib/msun/src/e_atanhf.c +++ b/lib/msun/src/e_atanhf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_atanhf.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_cosh.c b/lib/msun/src/e_cosh.c index c0bec61edf6a..47723c53d7fc 100644 --- a/lib/msun/src/e_cosh.c +++ b/lib/msun/src/e_cosh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_cosh.c,v 1.2 1995/05/30 05:48:07 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_cosh(x) diff --git a/lib/msun/src/e_coshf.c b/lib/msun/src/e_coshf.c index 25bb9e30aa19..9ea041626656 100644 --- a/lib/msun/src/e_coshf.c +++ b/lib/msun/src/e_coshf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_coshf.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_exp.c b/lib/msun/src/e_exp.c index 3777a6f9317a..308c682cd9b6 100644 --- a/lib/msun/src/e_exp.c +++ b/lib/msun/src/e_exp.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_exp.c,v 1.2 1995/05/30 05:48:08 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_exp(x) diff --git a/lib/msun/src/e_expf.c b/lib/msun/src/e_expf.c index ed265784bee7..8f37f6f11470 100644 --- a/lib/msun/src/e_expf.c +++ b/lib/msun/src/e_expf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_expf.c,v 1.2 1995/05/30 05:48:09 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_fmod.c b/lib/msun/src/e_fmod.c index d784c6848bac..761bd4e066a6 100644 --- a/lib/msun/src/e_fmod.c +++ b/lib/msun/src/e_fmod.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_fmod.c,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/e_fmodf.c b/lib/msun/src/e_fmodf.c index 4a54d1818b08..01d85d07d058 100644 --- a/lib/msun/src/e_fmodf.c +++ b/lib/msun/src/e_fmodf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_fmodf.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/e_gamma.c b/lib/msun/src/e_gamma.c index 699dc54acad6..bad4569e5175 100644 --- a/lib/msun/src/e_gamma.c +++ b/lib/msun/src/e_gamma.c @@ -12,7 +12,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_gamma.c,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_gamma(x) diff --git a/lib/msun/src/e_gamma_r.c b/lib/msun/src/e_gamma_r.c index 699af100b171..7d5197f88cf3 100644 --- a/lib/msun/src/e_gamma_r.c +++ b/lib/msun/src/e_gamma_r.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_gamma_r.c,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_gamma_r(x, signgamp) diff --git a/lib/msun/src/e_gammaf.c b/lib/msun/src/e_gammaf.c index 039c25784e36..f05ebefdcd99 100644 --- a/lib/msun/src/e_gammaf.c +++ b/lib/msun/src/e_gammaf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_gammaf.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_gammaf(x) diff --git a/lib/msun/src/e_gammaf_r.c b/lib/msun/src/e_gammaf_r.c index 93f17fb825b4..6847aa79ddd7 100644 --- a/lib/msun/src/e_gammaf_r.c +++ b/lib/msun/src/e_gammaf_r.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_gammaf_r.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_gammaf_r(x, signgamp) diff --git a/lib/msun/src/e_hypot.c b/lib/msun/src/e_hypot.c index 2f6e30ff44bf..1f7e1453d4b6 100644 --- a/lib/msun/src/e_hypot.c +++ b/lib/msun/src/e_hypot.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_hypot.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_hypot(x,y) diff --git a/lib/msun/src/e_hypotf.c b/lib/msun/src/e_hypotf.c index 66b9e17004d9..b6a3df67b6a3 100644 --- a/lib/msun/src/e_hypotf.c +++ b/lib/msun/src/e_hypotf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_hypotf.c,v 1.1.1.1 1994/08/19 09:39:55 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_j0.c b/lib/msun/src/e_j0.c index 3a11397a3262..1747d784d6bb 100644 --- a/lib/msun/src/e_j0.c +++ b/lib/msun/src/e_j0.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_j0.c,v 1.1.1.1 1994/08/19 09:39:43 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_j0(x), __ieee754_y0(x) diff --git a/lib/msun/src/e_j0f.c b/lib/msun/src/e_j0f.c index ce416fab70e8..ad27122ac163 100644 --- a/lib/msun/src/e_j0f.c +++ b/lib/msun/src/e_j0f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_j0f.c,v 1.1.1.1 1994/08/19 09:39:55 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_j1.c b/lib/msun/src/e_j1.c index f577368048ed..6d60a785bf56 100644 --- a/lib/msun/src/e_j1.c +++ b/lib/msun/src/e_j1.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_j1.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_j1(x), __ieee754_y1(x) diff --git a/lib/msun/src/e_j1f.c b/lib/msun/src/e_j1f.c index f06b30006f2d..2d4b93aec31d 100644 --- a/lib/msun/src/e_j1f.c +++ b/lib/msun/src/e_j1f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_j1f.c,v 1.1.1.1 1994/08/19 09:39:55 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_jn.c b/lib/msun/src/e_jn.c index ae309f0e6b74..cfe26e81f583 100644 --- a/lib/msun/src/e_jn.c +++ b/lib/msun/src/e_jn.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_jn.c,v 1.2 1995/04/07 23:13:42 bde Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/e_jnf.c b/lib/msun/src/e_jnf.c index 6393f83df5c1..03ed9308c88e 100644 --- a/lib/msun/src/e_jnf.c +++ b/lib/msun/src/e_jnf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_jnf.c,v 1.2 1995/04/07 23:13:43 bde Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_lgamma.c b/lib/msun/src/e_lgamma.c index 39de847aa175..ca25a43c0078 100644 --- a/lib/msun/src/e_lgamma.c +++ b/lib/msun/src/e_lgamma.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_lgamma.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_lgamma(x) diff --git a/lib/msun/src/e_lgamma_r.c b/lib/msun/src/e_lgamma_r.c index 57b24d414de4..a66465589081 100644 --- a/lib/msun/src/e_lgamma_r.c +++ b/lib/msun/src/e_lgamma_r.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_lgamma_r.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_lgamma_r(x, signgamp) diff --git a/lib/msun/src/e_lgammaf.c b/lib/msun/src/e_lgammaf.c index 1d90cdd692a9..dde3f95ba2f1 100644 --- a/lib/msun/src/e_lgammaf.c +++ b/lib/msun/src/e_lgammaf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_lgammaf.c,v 1.1.1.1 1994/08/19 09:39:55 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_lgammaf(x) diff --git a/lib/msun/src/e_lgammaf_r.c b/lib/msun/src/e_lgammaf_r.c index 2cd8ec8ca9c4..0e578880568f 100644 --- a/lib/msun/src/e_lgammaf_r.c +++ b/lib/msun/src/e_lgammaf_r.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_lgammaf_r.c,v 1.1.1.1 1994/08/19 09:39:55 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_log.c b/lib/msun/src/e_log.c index 67e2d216b7fa..7a61e5b22ddd 100644 --- a/lib/msun/src/e_log.c +++ b/lib/msun/src/e_log.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_log.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_log(x) diff --git a/lib/msun/src/e_log10.c b/lib/msun/src/e_log10.c index 4f4ed28933fd..d4a445eb4035 100644 --- a/lib/msun/src/e_log10.c +++ b/lib/msun/src/e_log10.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_log10.c,v 1.2 1995/04/07 23:23:23 bde Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_log10(x) diff --git a/lib/msun/src/e_log10f.c b/lib/msun/src/e_log10f.c index 3caa25abba35..8b11d3817cf6 100644 --- a/lib/msun/src/e_log10f.c +++ b/lib/msun/src/e_log10f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_log10f.c,v 1.2 1995/04/07 23:23:23 bde Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_logf.c b/lib/msun/src/e_logf.c index 1baef0470b73..4a286a6a97e5 100644 --- a/lib/msun/src/e_logf.c +++ b/lib/msun/src/e_logf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_logf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_pow.c b/lib/msun/src/e_pow.c index 8bdc8a862e5f..8371e3e14fcd 100644 --- a/lib/msun/src/e_pow.c +++ b/lib/msun/src/e_pow.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_pow.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_pow(x,y) return x**y diff --git a/lib/msun/src/e_powf.c b/lib/msun/src/e_powf.c index 7b268d36fe23..20e402902cfd 100644 --- a/lib/msun/src/e_powf.c +++ b/lib/msun/src/e_powf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_powf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_rem_pio2.c b/lib/msun/src/e_rem_pio2.c index 5b1c3bf26403..0d182de316ed 100644 --- a/lib/msun/src/e_rem_pio2.c +++ b/lib/msun/src/e_rem_pio2.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_rem_pio2.c,v 1.2 1995/04/07 23:23:24 bde Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_rem_pio2(x,y) diff --git a/lib/msun/src/e_rem_pio2f.c b/lib/msun/src/e_rem_pio2f.c index 98c305fd9f13..cf9cecc36c86 100644 --- a/lib/msun/src/e_rem_pio2f.c +++ b/lib/msun/src/e_rem_pio2f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_rem_pio2f.c,v 1.2 1995/04/07 23:23:25 bde Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_rem_pio2f(x,y) diff --git a/lib/msun/src/e_remainder.c b/lib/msun/src/e_remainder.c index 430418d2ea2f..8bac83dab4b3 100644 --- a/lib/msun/src/e_remainder.c +++ b/lib/msun/src/e_remainder.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_remainder.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_remainder(x,p) diff --git a/lib/msun/src/e_remainderf.c b/lib/msun/src/e_remainderf.c index cc66ba454aec..d5f670e8a022 100644 --- a/lib/msun/src/e_remainderf.c +++ b/lib/msun/src/e_remainderf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_remainderf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_scalb.c b/lib/msun/src/e_scalb.c index 1000bc7e1de0..9f7042f3bced 100644 --- a/lib/msun/src/e_scalb.c +++ b/lib/msun/src/e_scalb.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_scalb.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/e_scalbf.c b/lib/msun/src/e_scalbf.c index 0dff855c37c2..c6785703fe05 100644 --- a/lib/msun/src/e_scalbf.c +++ b/lib/msun/src/e_scalbf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_scalbf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_sinh.c b/lib/msun/src/e_sinh.c index 4b81a2434b86..2ac789118699 100644 --- a/lib/msun/src/e_sinh.c +++ b/lib/msun/src/e_sinh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_sinh.c,v 1.2 1995/05/30 05:48:48 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_sinh(x) diff --git a/lib/msun/src/e_sinhf.c b/lib/msun/src/e_sinhf.c index 9c6e45bed155..fc417dee769b 100644 --- a/lib/msun/src/e_sinhf.c +++ b/lib/msun/src/e_sinhf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_sinhf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/e_sqrt.c b/lib/msun/src/e_sqrt.c index d805e33ab867..caf3b5e68d11 100644 --- a/lib/msun/src/e_sqrt.c +++ b/lib/msun/src/e_sqrt.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_sqrt.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __ieee754_sqrt(x) diff --git a/lib/msun/src/e_sqrtf.c b/lib/msun/src/e_sqrtf.c index a4cb172e1bdc..b7e7d6105004 100644 --- a/lib/msun/src/e_sqrtf.c +++ b/lib/msun/src/e_sqrtf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_sqrtf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/k_cos.c b/lib/msun/src/k_cos.c index 57ebe6219613..1694c3f489b8 100644 --- a/lib/msun/src/k_cos.c +++ b/lib/msun/src/k_cos.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: k_cos.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/k_cosf.c b/lib/msun/src/k_cosf.c index 09e2ff72cc2e..fb49a6b9994f 100644 --- a/lib/msun/src/k_cosf.c +++ b/lib/msun/src/k_cosf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: k_cosf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/k_rem_pio2.c b/lib/msun/src/k_rem_pio2.c index 25faf35f40ea..8971a84e5c75 100644 --- a/lib/msun/src/k_rem_pio2.c +++ b/lib/msun/src/k_rem_pio2.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: k_rem_pio2.c,v 1.1.1.1 1994/08/19 09:39:45 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/k_rem_pio2f.c b/lib/msun/src/k_rem_pio2f.c index 10615386eb81..00144974a05e 100644 --- a/lib/msun/src/k_rem_pio2f.c +++ b/lib/msun/src/k_rem_pio2f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: k_rem_pio2f.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/k_sin.c b/lib/msun/src/k_sin.c index 394df9276811..df2dc26b751c 100644 --- a/lib/msun/src/k_sin.c +++ b/lib/msun/src/k_sin.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: k_sin.c,v 1.1.1.1 1994/08/19 09:39:45 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __kernel_sin( x, y, iy) diff --git a/lib/msun/src/k_sinf.c b/lib/msun/src/k_sinf.c index b7c3db935dde..ab81d4d265be 100644 --- a/lib/msun/src/k_sinf.c +++ b/lib/msun/src/k_sinf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: k_sinf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/k_standard.c b/lib/msun/src/k_standard.c index d32362e386b8..2b62052d8220 100644 --- a/lib/msun/src/k_standard.c +++ b/lib/msun/src/k_standard.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: k_standard.c,v 1.1.1.1 1994/08/19 09:39:45 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/k_tan.c b/lib/msun/src/k_tan.c index d5851cf2f0f8..d03c3874cd5b 100644 --- a/lib/msun/src/k_tan.c +++ b/lib/msun/src/k_tan.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: k_tan.c,v 1.1.1.1 1994/08/19 09:39:45 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* __kernel_tan( x, y, k ) diff --git a/lib/msun/src/k_tanf.c b/lib/msun/src/k_tanf.c index 9be8d378ade6..bb03b9fb4962 100644 --- a/lib/msun/src/k_tanf.c +++ b/lib/msun/src/k_tanf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: k_tanf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index 74b021ff06a7..3b8d18bc88b5 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -11,7 +11,7 @@ /* * from: @(#)fdlibm.h 5.1 93/09/24 - * $Id: math.h,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $ + * $FreeBSD$ */ #ifndef _MATH_H_ diff --git a/lib/msun/src/math_private.h b/lib/msun/src/math_private.h index 232f65b8712f..e688a5134444 100644 --- a/lib/msun/src/math_private.h +++ b/lib/msun/src/math_private.h @@ -11,7 +11,7 @@ /* * from: @(#)fdlibm.h 5.1 93/09/24 - * $Id: math_private.h,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $ + * $FreeBSD$ */ #ifndef _MATH_PRIVATE_H_ diff --git a/lib/msun/src/s_asinh.c b/lib/msun/src/s_asinh.c index 64de8defe96f..0b8bf301dc93 100644 --- a/lib/msun/src/s_asinh.c +++ b/lib/msun/src/s_asinh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_asinh.c,v 1.1.1.1 1994/08/19 09:39:45 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* asinh(x) diff --git a/lib/msun/src/s_asinhf.c b/lib/msun/src/s_asinhf.c index e96704fc9bf2..6a11a5a99ce1 100644 --- a/lib/msun/src/s_asinhf.c +++ b/lib/msun/src/s_asinhf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_asinhf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_atan.c b/lib/msun/src/s_atan.c index f53462bb3895..d003d18b3834 100644 --- a/lib/msun/src/s_atan.c +++ b/lib/msun/src/s_atan.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_atan.c,v 1.1.1.1 1994/08/19 09:39:45 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* atan(x) diff --git a/lib/msun/src/s_atanf.c b/lib/msun/src/s_atanf.c index 52beebfcf5ec..ff702f6e66b0 100644 --- a/lib/msun/src/s_atanf.c +++ b/lib/msun/src/s_atanf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_atanf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_cbrt.c b/lib/msun/src/s_cbrt.c index a3fcc0215b47..93edad76a033 100644 --- a/lib/msun/src/s_cbrt.c +++ b/lib/msun/src/s_cbrt.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_cbrt.c,v 1.1.1.1 1994/08/19 09:39:51 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_cbrtf.c b/lib/msun/src/s_cbrtf.c index 8bee2beb4a57..c1c2fa1a370c 100644 --- a/lib/msun/src/s_cbrtf.c +++ b/lib/msun/src/s_cbrtf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_cbrtf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_ceil.c b/lib/msun/src/s_ceil.c index 749bc606bb9a..d88b81d2418e 100644 --- a/lib/msun/src/s_ceil.c +++ b/lib/msun/src/s_ceil.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_ceil.c,v 1.1.1.1 1994/08/19 09:39:51 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_ceilf.c b/lib/msun/src/s_ceilf.c index b30f5ba8e816..06993ad8c059 100644 --- a/lib/msun/src/s_ceilf.c +++ b/lib/msun/src/s_ceilf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_ceilf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_copysign.c b/lib/msun/src/s_copysign.c index 30fea0e6a314..03da3bed89d1 100644 --- a/lib/msun/src/s_copysign.c +++ b/lib/msun/src/s_copysign.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_copysign.c,v 1.1.1.1 1994/08/19 09:39:51 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_copysignf.c b/lib/msun/src/s_copysignf.c index 07b1a530ab14..ae0980fcaa80 100644 --- a/lib/msun/src/s_copysignf.c +++ b/lib/msun/src/s_copysignf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_copysignf.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_cos.c b/lib/msun/src/s_cos.c index b3666d33eb48..8511c0ccc29e 100644 --- a/lib/msun/src/s_cos.c +++ b/lib/msun/src/s_cos.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_cos.c,v 1.1.1.1 1994/08/19 09:39:51 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* cos(x) diff --git a/lib/msun/src/s_cosf.c b/lib/msun/src/s_cosf.c index 95fe4e7723d6..4091350e412b 100644 --- a/lib/msun/src/s_cosf.c +++ b/lib/msun/src/s_cosf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_cosf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_erf.c b/lib/msun/src/s_erf.c index 4a06e2043ed2..bfe5b12bba5c 100644 --- a/lib/msun/src/s_erf.c +++ b/lib/msun/src/s_erf.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_erf.c,v 1.1.1.1 1994/08/19 09:39:51 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* double erf(double x) diff --git a/lib/msun/src/s_erff.c b/lib/msun/src/s_erff.c index 15e40b13e400..e9cc40951328 100644 --- a/lib/msun/src/s_erff.c +++ b/lib/msun/src/s_erff.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_erff.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_expm1.c b/lib/msun/src/s_expm1.c index 9c933e24c885..adc879b0ecbb 100644 --- a/lib/msun/src/s_expm1.c +++ b/lib/msun/src/s_expm1.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_expm1.c,v 1.1.1.1 1994/08/19 09:39:51 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* expm1(x) diff --git a/lib/msun/src/s_expm1f.c b/lib/msun/src/s_expm1f.c index e7d43514f0cc..0fc0699b9fc6 100644 --- a/lib/msun/src/s_expm1f.c +++ b/lib/msun/src/s_expm1f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_expm1f.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_fabs.c b/lib/msun/src/s_fabs.c index 590d5594ea2e..74e59133685e 100644 --- a/lib/msun/src/s_fabs.c +++ b/lib/msun/src/s_fabs.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_fabs.c,v 1.1.1.1 1994/08/19 09:39:51 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_fabsf.c b/lib/msun/src/s_fabsf.c index e2462725b9a5..b14ae6e6c346 100644 --- a/lib/msun/src/s_fabsf.c +++ b/lib/msun/src/s_fabsf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_fabsf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_finite.c b/lib/msun/src/s_finite.c index 5de602467f44..b85145a2f5a3 100644 --- a/lib/msun/src/s_finite.c +++ b/lib/msun/src/s_finite.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_finite.c,v 1.1.1.1 1994/08/19 09:39:51 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_finitef.c b/lib/msun/src/s_finitef.c index 28b2f791b375..07038db67a59 100644 --- a/lib/msun/src/s_finitef.c +++ b/lib/msun/src/s_finitef.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_finitef.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_floor.c b/lib/msun/src/s_floor.c index 84b5c9db6504..197e8a50a60f 100644 --- a/lib/msun/src/s_floor.c +++ b/lib/msun/src/s_floor.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_floor.c,v 1.1.1.1 1994/08/19 09:39:51 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_floorf.c b/lib/msun/src/s_floorf.c index 885121380886..116ec1dd6cb8 100644 --- a/lib/msun/src/s_floorf.c +++ b/lib/msun/src/s_floorf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_floorf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_frexp.c b/lib/msun/src/s_frexp.c index 6a1fadf97849..178479d316f3 100644 --- a/lib/msun/src/s_frexp.c +++ b/lib/msun/src/s_frexp.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_frexp.c,v 1.2 1995/04/07 23:23:26 bde Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_frexpf.c b/lib/msun/src/s_frexpf.c index ee97029b6f4d..fbec6670ad96 100644 --- a/lib/msun/src/s_frexpf.c +++ b/lib/msun/src/s_frexpf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_frexpf.c,v 1.2 1995/04/07 23:23:27 bde Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_ilogb.c b/lib/msun/src/s_ilogb.c index c6263d80b87a..45e7943e1c4c 100644 --- a/lib/msun/src/s_ilogb.c +++ b/lib/msun/src/s_ilogb.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_ilogb.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* ilogb(double x) diff --git a/lib/msun/src/s_ilogbf.c b/lib/msun/src/s_ilogbf.c index 8c0f162a908d..a912d1a28ff9 100644 --- a/lib/msun/src/s_ilogbf.c +++ b/lib/msun/src/s_ilogbf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_ilogbf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_isnan.c b/lib/msun/src/s_isnan.c index 677913f5c114..18cfcf2ac936 100644 --- a/lib/msun/src/s_isnan.c +++ b/lib/msun/src/s_isnan.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_isnan.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_isnanf.c b/lib/msun/src/s_isnanf.c index 4c4e69ef01a0..0e48718a505a 100644 --- a/lib/msun/src/s_isnanf.c +++ b/lib/msun/src/s_isnanf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_isnanf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_ldexp.c b/lib/msun/src/s_ldexp.c index 1d11ff2ba4b1..463170114948 100644 --- a/lib/msun/src/s_ldexp.c +++ b/lib/msun/src/s_ldexp.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_ldexp.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_ldexpf.c b/lib/msun/src/s_ldexpf.c index 7cd0ce06e2e2..5091873072fb 100644 --- a/lib/msun/src/s_ldexpf.c +++ b/lib/msun/src/s_ldexpf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_ldexpf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_lib_version.c b/lib/msun/src/s_lib_version.c index 7936f89dca0d..29269d3d4fda 100644 --- a/lib/msun/src/s_lib_version.c +++ b/lib/msun/src/s_lib_version.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_lib_version.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_log1p.c b/lib/msun/src/s_log1p.c index 56218d4a720b..0a60f9512607 100644 --- a/lib/msun/src/s_log1p.c +++ b/lib/msun/src/s_log1p.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_log1p.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* double log1p(double x) diff --git a/lib/msun/src/s_log1pf.c b/lib/msun/src/s_log1pf.c index 4c4f65244850..2923d016c58a 100644 --- a/lib/msun/src/s_log1pf.c +++ b/lib/msun/src/s_log1pf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_log1pf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_logb.c b/lib/msun/src/s_logb.c index 96e8fc46b61e..83b697eadf62 100644 --- a/lib/msun/src/s_logb.c +++ b/lib/msun/src/s_logb.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_logb.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_logbf.c b/lib/msun/src/s_logbf.c index ddc0a04d8f86..1d345437bb2c 100644 --- a/lib/msun/src/s_logbf.c +++ b/lib/msun/src/s_logbf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_logbf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_matherr.c b/lib/msun/src/s_matherr.c index 219a88c48b02..3f7a8275cd14 100644 --- a/lib/msun/src/s_matherr.c +++ b/lib/msun/src/s_matherr.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_matherr.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_modf.c b/lib/msun/src/s_modf.c index b0ebbd0ff03b..50a261d71569 100644 --- a/lib/msun/src/s_modf.c +++ b/lib/msun/src/s_modf.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_modf.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_modff.c b/lib/msun/src/s_modff.c index d1f0e3257bc1..bedb49ffb7dd 100644 --- a/lib/msun/src/s_modff.c +++ b/lib/msun/src/s_modff.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_modff.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_nextafter.c b/lib/msun/src/s_nextafter.c index 1936fad89e0f..a54b82312a4e 100644 --- a/lib/msun/src/s_nextafter.c +++ b/lib/msun/src/s_nextafter.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_nextafter.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* IEEE functions diff --git a/lib/msun/src/s_nextafterf.c b/lib/msun/src/s_nextafterf.c index bd870705acc9..d976a20167c2 100644 --- a/lib/msun/src/s_nextafterf.c +++ b/lib/msun/src/s_nextafterf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_nextafterf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_rint.c b/lib/msun/src/s_rint.c index 81a13965bc28..44e9353bdefe 100644 --- a/lib/msun/src/s_rint.c +++ b/lib/msun/src/s_rint.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_rint.c,v 1.2 1995/05/30 05:50:18 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_rintf.c b/lib/msun/src/s_rintf.c index 90a85a310b48..3bb8b1cd374b 100644 --- a/lib/msun/src/s_rintf.c +++ b/lib/msun/src/s_rintf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_rintf.c,v 1.2 1995/05/30 05:50:21 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_scalbn.c b/lib/msun/src/s_scalbn.c index 6549931fb34d..c881c7f93358 100644 --- a/lib/msun/src/s_scalbn.c +++ b/lib/msun/src/s_scalbn.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_scalbn.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_scalbnf.c b/lib/msun/src/s_scalbnf.c index 08b16406a95a..7dd75956df3f 100644 --- a/lib/msun/src/s_scalbnf.c +++ b/lib/msun/src/s_scalbnf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_scalbnf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_significand.c b/lib/msun/src/s_significand.c index b30e6f290d77..eead5ea1e79d 100644 --- a/lib/msun/src/s_significand.c +++ b/lib/msun/src/s_significand.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_significand.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/s_significandf.c b/lib/msun/src/s_significandf.c index 445f264151e4..73cfa71c33b3 100644 --- a/lib/msun/src/s_significandf.c +++ b/lib/msun/src/s_significandf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_significandf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_sin.c b/lib/msun/src/s_sin.c index a06d8b084d28..f145b0267f8a 100644 --- a/lib/msun/src/s_sin.c +++ b/lib/msun/src/s_sin.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_sin.c,v 1.1.1.1 1994/08/19 09:39:52 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* sin(x) diff --git a/lib/msun/src/s_sinf.c b/lib/msun/src/s_sinf.c index 69b4841191e4..ba3adffc1b60 100644 --- a/lib/msun/src/s_sinf.c +++ b/lib/msun/src/s_sinf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_sinf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_tan.c b/lib/msun/src/s_tan.c index 24a406323d27..0bd5ed96ee1b 100644 --- a/lib/msun/src/s_tan.c +++ b/lib/msun/src/s_tan.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_tan.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* tan(x) diff --git a/lib/msun/src/s_tanf.c b/lib/msun/src/s_tanf.c index 0fb7e19c411c..65ab1bf925e0 100644 --- a/lib/msun/src/s_tanf.c +++ b/lib/msun/src/s_tanf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_tanf.c,v 1.1.1.1 1994/08/19 09:39:58 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/s_tanh.c b/lib/msun/src/s_tanh.c index dc1baaab9b9e..4f58fcffeecb 100644 --- a/lib/msun/src/s_tanh.c +++ b/lib/msun/src/s_tanh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_tanh.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* Tanh(x) diff --git a/lib/msun/src/s_tanhf.c b/lib/msun/src/s_tanhf.c index 47908316047b..cdfd5f6c09aa 100644 --- a/lib/msun/src/s_tanhf.c +++ b/lib/msun/src/s_tanhf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: s_tanhf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/w_acos.c b/lib/msun/src/w_acos.c index af5f0227edf7..3e8c6e53cf69 100644 --- a/lib/msun/src/w_acos.c +++ b/lib/msun/src/w_acos.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_acos.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_acosf.c b/lib/msun/src/w_acosf.c index 1501235e3c40..c2292c655d5f 100644 --- a/lib/msun/src/w_acosf.c +++ b/lib/msun/src/w_acosf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_acosf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_acosh.c b/lib/msun/src/w_acosh.c index d32cd3d32d47..197d6d75e2fa 100644 --- a/lib/msun/src/w_acosh.c +++ b/lib/msun/src/w_acosh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_acosh.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_acoshf.c b/lib/msun/src/w_acoshf.c index 232685309174..08798899ff31 100644 --- a/lib/msun/src/w_acoshf.c +++ b/lib/msun/src/w_acoshf.c @@ -15,7 +15,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_acoshf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_asin.c b/lib/msun/src/w_asin.c index 7174df657fa1..d5b25238ab2d 100644 --- a/lib/msun/src/w_asin.c +++ b/lib/msun/src/w_asin.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_asin.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_asinf.c b/lib/msun/src/w_asinf.c index fdc08d4b7ff5..6972cb9d6b3d 100644 --- a/lib/msun/src/w_asinf.c +++ b/lib/msun/src/w_asinf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_asinf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_atan2.c b/lib/msun/src/w_atan2.c index b408ad6e561a..8f4c826f494e 100644 --- a/lib/msun/src/w_atan2.c +++ b/lib/msun/src/w_atan2.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_atan2.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_atan2f.c b/lib/msun/src/w_atan2f.c index 403cc52f22d2..45e5a14d9b99 100644 --- a/lib/msun/src/w_atan2f.c +++ b/lib/msun/src/w_atan2f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_atan2f.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_atanh.c b/lib/msun/src/w_atanh.c index c0774220be44..d96c9b77cee4 100644 --- a/lib/msun/src/w_atanh.c +++ b/lib/msun/src/w_atanh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_atanh.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_atanhf.c b/lib/msun/src/w_atanhf.c index 8e6fe1a185e1..9da087b28517 100644 --- a/lib/msun/src/w_atanhf.c +++ b/lib/msun/src/w_atanhf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_atanhf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_cosh.c b/lib/msun/src/w_cosh.c index 5386838ffc72..f20d4c52c4a2 100644 --- a/lib/msun/src/w_cosh.c +++ b/lib/msun/src/w_cosh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_cosh.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_coshf.c b/lib/msun/src/w_coshf.c index 64fd579640f6..61e74f8c7c99 100644 --- a/lib/msun/src/w_coshf.c +++ b/lib/msun/src/w_coshf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_coshf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_exp.c b/lib/msun/src/w_exp.c index 0d592ee5004e..7d1e74b5a711 100644 --- a/lib/msun/src/w_exp.c +++ b/lib/msun/src/w_exp.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_exp.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_expf.c b/lib/msun/src/w_expf.c index e22a951e92c9..07bd13b73ffb 100644 --- a/lib/msun/src/w_expf.c +++ b/lib/msun/src/w_expf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_expf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_fmod.c b/lib/msun/src/w_fmod.c index 4065409d170e..4ee45a16745e 100644 --- a/lib/msun/src/w_fmod.c +++ b/lib/msun/src/w_fmod.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_fmod.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_fmodf.c b/lib/msun/src/w_fmodf.c index 5c0c43209af2..b948ee17ae5d 100644 --- a/lib/msun/src/w_fmodf.c +++ b/lib/msun/src/w_fmodf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_fmodf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_gamma.c b/lib/msun/src/w_gamma.c index bf53f1874931..fb3d12709d89 100644 --- a/lib/msun/src/w_gamma.c +++ b/lib/msun/src/w_gamma.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_gamma.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* double gamma(double x) diff --git a/lib/msun/src/w_gamma_r.c b/lib/msun/src/w_gamma_r.c index 7aad6133c320..2f10023b3191 100644 --- a/lib/msun/src/w_gamma_r.c +++ b/lib/msun/src/w_gamma_r.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_gamma_r.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_gammaf.c b/lib/msun/src/w_gammaf.c index 89e8f7fa26a1..0e579c78c73f 100644 --- a/lib/msun/src/w_gammaf.c +++ b/lib/msun/src/w_gammaf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_gammaf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/w_gammaf_r.c b/lib/msun/src/w_gammaf_r.c index a2585cbb300a..aa71d6987d18 100644 --- a/lib/msun/src/w_gammaf_r.c +++ b/lib/msun/src/w_gammaf_r.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_gammaf_r.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_hypot.c b/lib/msun/src/w_hypot.c index 9b6f46fcf652..6486c8ded645 100644 --- a/lib/msun/src/w_hypot.c +++ b/lib/msun/src/w_hypot.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_hypot.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_hypotf.c b/lib/msun/src/w_hypotf.c index 0b126d702cd7..77c055d020eb 100644 --- a/lib/msun/src/w_hypotf.c +++ b/lib/msun/src/w_hypotf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_hypotf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_j0.c b/lib/msun/src/w_j0.c index c5b9fe053584..93a9c7040d1b 100644 --- a/lib/msun/src/w_j0.c +++ b/lib/msun/src/w_j0.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_j0.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_j0f.c b/lib/msun/src/w_j0f.c index e836edc55f5c..46ade2f04fb7 100644 --- a/lib/msun/src/w_j0f.c +++ b/lib/msun/src/w_j0f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_j0f.c,v 1.1.1.1 1994/08/19 09:39:57 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_j1.c b/lib/msun/src/w_j1.c index c0204bd94c84..7270c64e6ca3 100644 --- a/lib/msun/src/w_j1.c +++ b/lib/msun/src/w_j1.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_j1.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_j1f.c b/lib/msun/src/w_j1f.c index 60b9e21abcd2..88f1f1d05c46 100644 --- a/lib/msun/src/w_j1f.c +++ b/lib/msun/src/w_j1f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_j1f.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_jn.c b/lib/msun/src/w_jn.c index 2fb8365ecd99..218fee42e952 100644 --- a/lib/msun/src/w_jn.c +++ b/lib/msun/src/w_jn.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_jn.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_jnf.c b/lib/msun/src/w_jnf.c index 00b2ddfa3de0..0f8373b95f42 100644 --- a/lib/msun/src/w_jnf.c +++ b/lib/msun/src/w_jnf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_jnf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/w_lgamma.c b/lib/msun/src/w_lgamma.c index f15cb9d14899..3ee3999b839b 100644 --- a/lib/msun/src/w_lgamma.c +++ b/lib/msun/src/w_lgamma.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_lgamma.c,v 1.1.1.1 1994/08/19 09:39:53 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* double lgamma(double x) diff --git a/lib/msun/src/w_lgamma_r.c b/lib/msun/src/w_lgamma_r.c index 2cac60c13ba5..80fd27e0eecc 100644 --- a/lib/msun/src/w_lgamma_r.c +++ b/lib/msun/src/w_lgamma_r.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_lgamma_r.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_lgammaf.c b/lib/msun/src/w_lgammaf.c index e4b2aa20ee79..7a237ca0c373 100644 --- a/lib/msun/src/w_lgammaf.c +++ b/lib/msun/src/w_lgammaf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_lgammaf.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include "math.h" diff --git a/lib/msun/src/w_lgammaf_r.c b/lib/msun/src/w_lgammaf_r.c index 3fd4f227c533..2646669a1a59 100644 --- a/lib/msun/src/w_lgammaf_r.c +++ b/lib/msun/src/w_lgammaf_r.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_lgammaf_r.c,v 1.1.1.1 1994/08/19 09:39:59 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_log.c b/lib/msun/src/w_log.c index e5b8afde387f..7150aaa70c11 100644 --- a/lib/msun/src/w_log.c +++ b/lib/msun/src/w_log.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_log.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_log10.c b/lib/msun/src/w_log10.c index c09deeb78e3f..e6cdca11da02 100644 --- a/lib/msun/src/w_log10.c +++ b/lib/msun/src/w_log10.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_log10.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_log10f.c b/lib/msun/src/w_log10f.c index 31a94107239f..b5f1247663d4 100644 --- a/lib/msun/src/w_log10f.c +++ b/lib/msun/src/w_log10f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_log10f.c,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_logf.c b/lib/msun/src/w_logf.c index 3f3f8d47aab0..dee641b01675 100644 --- a/lib/msun/src/w_logf.c +++ b/lib/msun/src/w_logf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_logf.c,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_powf.c b/lib/msun/src/w_powf.c index 40fb91fc858e..24a2cf442163 100644 --- a/lib/msun/src/w_powf.c +++ b/lib/msun/src/w_powf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_powf.c,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_remainder.c b/lib/msun/src/w_remainder.c index dd0f11215714..7d40df436220 100644 --- a/lib/msun/src/w_remainder.c +++ b/lib/msun/src/w_remainder.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_remainder.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_remainderf.c b/lib/msun/src/w_remainderf.c index a7f3e469e6cc..9cc28d4c1905 100644 --- a/lib/msun/src/w_remainderf.c +++ b/lib/msun/src/w_remainderf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_remainderf.c,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_scalb.c b/lib/msun/src/w_scalb.c index 9e3ce15042c7..c12b5e82f256 100644 --- a/lib/msun/src/w_scalb.c +++ b/lib/msun/src/w_scalb.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_scalb.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_scalbf.c b/lib/msun/src/w_scalbf.c index 469525cfc17f..357850303d86 100644 --- a/lib/msun/src/w_scalbf.c +++ b/lib/msun/src/w_scalbf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_scalbf.c,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_sinh.c b/lib/msun/src/w_sinh.c index 8498dbe87e33..7ed5ec786651 100644 --- a/lib/msun/src/w_sinh.c +++ b/lib/msun/src/w_sinh.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_sinh.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_sinhf.c b/lib/msun/src/w_sinhf.c index 5f1467dc1d22..345440d6442e 100644 --- a/lib/msun/src/w_sinhf.c +++ b/lib/msun/src/w_sinhf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_sinhf.c,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_sqrt.c b/lib/msun/src/w_sqrt.c index bdf97d21e086..f9b08a41bf05 100644 --- a/lib/msun/src/w_sqrt.c +++ b/lib/msun/src/w_sqrt.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_sqrt.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/msun/src/w_sqrtf.c b/lib/msun/src/w_sqrtf.c index 55631bff8012..1b50a1833ceb 100644 --- a/lib/msun/src/w_sqrtf.c +++ b/lib/msun/src/w_sqrtf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: w_sqrtf.c,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index ae392838cb25..9d0968195f9a 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.18 1996/08/30 01:58:36 peter Exp $ +# $FreeBSD$ LIB= ncurses SHLIB_MAJOR= 3 |