diff options
Diffstat (limited to 'lib')
687 files changed, 751 insertions, 747 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile index 4de61092e2a5..1e329557261c 100644 --- a/lib/compat/Makefile +++ b/lib/compat/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1996/12/23 05:07:19 peter Exp $ SUBDIR= diff --git a/lib/compat/Makefile.inc b/lib/compat/Makefile.inc index 5201d4a7dee7..fc89e8abee42 100644 --- a/lib/compat/Makefile.inc +++ b/lib/compat/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1.2.1 1997/03/03 15:11:38 bde Exp $ LIBCOMPATDIR?= ${LIBDIR}/compat diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index 51e68077d839..51d175f3ff95 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.2.2 1997/03/03 15:11:44 bde Exp $ DISTRIBUTION= compat1x diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile index a9849be01d10..ebba2ff5e109 100644 --- a/lib/compat/compat20/Makefile +++ b/lib/compat/compat20/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.2.2 1997/03/03 15:11:49 bde Exp $ DISTRIBUTION= compat20 diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile index 8874d84fd123..dedb6685be04 100644 --- a/lib/compat/compat21/Makefile +++ b/lib/compat/compat21/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.2.3 1997/03/03 15:11:52 bde Exp $ +# $Id: Makefile,v 1.1.2.4 1997/04/03 06:20:32 jkh Exp $ DISTRIBUTION= compat21 diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index 5146bc4f64cb..3a4e8ed9b455 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.2.4 1997/10/29 01:23:14 asami Exp $ +# $Id: Makefile,v 1.25.2.5 1998/07/19 06:51:23 jkh Exp $ CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer -I${.CURDIR} 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 4ee8755c0747..fd9ba6f8bd3e 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.5 1996/02/20 04:07:26 jdp Exp $ + * $Id: c++rt0.c,v 1.5.2.1 1997/05/04 19:52:38 jdp Exp $ */ /* diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index c3c0388074bc..08304d6550cc 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.25.2.3 1997/08/08 02:17:45 jdp Exp $ + * $Id: crt0.c,v 1.25.2.4 1997/12/07 04:26:45 brian Exp $ */ #include <sys/param.h> diff --git a/lib/libc/Makefile b/lib/libc/Makefile index dee5ba4d6fe3..71690793dc81 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 2/3/94 -# $Id: Makefile,v 1.16.2.3 1997/06/23 23:12:42 julian Exp $ +# $Id: Makefile,v 1.16.2.4 1998/02/12 01:45:58 nate Exp $ # # All library objects contain rcsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index ff1733cd6ac5..ee64735283da 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1 1997/05/03 03:49:51 jb Exp $ +# $Id: Makefile.inc,v 1.1.2.1 1997/06/23 23:12:43 julian Exp $ # # This file contains make rules that are shared by libc and libc_r. # diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index 7b371c55490f..93e46b825f4b 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/2/93 -# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:51 jb Exp $ +# $Id: Makefile.inc,v 1.4.6.1 1997/06/24 03:51:26 julian Exp $ # compat-43 sources .PATH: ${.CURDIR}/../libc/${MACHINE}/compat-43 ${.CURDIR}/../libc/compat-43 diff --git a/lib/libc/db/Makefile.inc b/lib/libc/db/Makefile.inc index f52c32cbcada..8ddf23235437 100644 --- a/lib/libc/db/Makefile.inc +++ b/lib/libc/db/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:52 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:27 julian Exp $ # CFLAGS+=-D__DBINTERFACE_PRIVATE diff --git a/lib/libc/db/btree/Makefile.inc b/lib/libc/db/btree/Makefile.inc index 8dd8b9ae46b4..ef1c8e297b9d 100644 --- a/lib/libc/db/btree/Makefile.inc +++ b/lib/libc/db/btree/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.2 (Berkeley) 7/14/94 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:52 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.2.2.1 1997/06/24 03:51:27 julian Exp $ .PATH: ${.CURDIR}/../libc/db/btree diff --git a/lib/libc/db/db/Makefile.inc b/lib/libc/db/db/Makefile.inc index bfb06d615cdc..0b9ccbf8a51f 100644 --- a/lib/libc/db/db/Makefile.inc +++ b/lib/libc/db/db/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:52 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:28 julian Exp $ .PATH: ${.CURDIR}/../libc/db/db diff --git a/lib/libc/db/docs/hash.usenix.ps b/lib/libc/db/docs/hash.usenix.ps index c884778830d2..dcb73c103630 100644 --- a/lib/libc/db/docs/hash.usenix.ps +++ b/lib/libc/db/docs/hash.usenix.ps @@ -7,7 +7,7 @@ % lib/psdit.pro -- prolog for psdit (ditroff) files % Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved. % last edit: shore Sat Nov 23 20:28:03 1985 -% RCSID: $Header: psdit.pro,v 2.1 85/11/24 12:19:43 shore Rel $ +% RCSID: $Header: /home/ncvs/src/lib/libc/db/docs/hash.usenix.ps,v 1.1.1.1 1996/02/27 01:59:15 pst Exp $ % Changed by Edward Wang (edward@ucbarpa.berkeley.edu) to handle graphics, % 17 Feb, 87. diff --git a/lib/libc/db/docs/libtp.usenix.ps b/lib/libc/db/docs/libtp.usenix.ps index ea821a9145e2..efd1975f3f3a 100644 --- a/lib/libc/db/docs/libtp.usenix.ps +++ b/lib/libc/db/docs/libtp.usenix.ps @@ -7,7 +7,7 @@ % lib/psdit.pro -- prolog for psdit (ditroff) files % Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved. % last edit: shore Sat Nov 23 20:28:03 1985 -% RCSID: $Header: psdit.pro,v 2.1 85/11/24 12:19:43 shore Rel $ +% RCSID: $Header: /home/ncvs/src/lib/libc/db/docs/libtp.usenix.ps,v 1.1.1.1 1996/02/27 01:59:15 pst Exp $ % Changed by Edward Wang (edward@ucbarpa.berkeley.edu) to handle graphics, % 17 Feb, 87. diff --git a/lib/libc/db/hash/Makefile.inc b/lib/libc/db/hash/Makefile.inc index fb36ddea272a..fab58d7357e8 100644 --- a/lib/libc/db/hash/Makefile.inc +++ b/lib/libc/db/hash/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:53 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:28 julian Exp $ .PATH: ${.CURDIR}/../libc/db/hash diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc index 159406f71caa..3dba8597f25d 100644 --- a/lib/libc/db/man/Makefile.inc +++ b/lib/libc/db/man/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id:$ +# $Id: Makefile.inc,v 1.3.6.1 1997/06/24 03:51:29 julian Exp $ .PATH: ${.CURDIR}/../libc/db/man diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index e625dc4514b5..687a68ef848b 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$ +.\" $Id: mpool.3,v 1.2 1996/10/05 22:26:32 wosch Exp $ .\" .TH MPOOL 3 "June 4, 1993" .UC 7 diff --git a/lib/libc/db/mpool/Makefile.inc b/lib/libc/db/mpool/Makefile.inc index 2592bf1b3441..0fc10a4b8bed 100644 --- a/lib/libc/db/mpool/Makefile.inc +++ b/lib/libc/db/mpool/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:54 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:29 julian Exp $ .PATH: ${.CURDIR}/../libc/db/mpool diff --git a/lib/libc/db/mpool/mpool.libtp b/lib/libc/db/mpool/mpool.libtp index 8c0fc27a0f62..766467843c25 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 $Id: mpool.libtp,v 1.1.1.1 1996/02/27 01:59:06 pst Exp $ PACKAGE: User Level Shared Memory Manager DESCRIPTION: diff --git a/lib/libc/db/recno/Makefile.inc b/lib/libc/db/recno/Makefile.inc index b1add8d6723c..7ee44f3e962b 100644 --- a/lib/libc/db/recno/Makefile.inc +++ b/lib/libc/db/recno/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.2 1997/05/03 03:49:54 jb Exp $ +# $Id: Makefile.inc,v 1.1.1.1.8.1 1997/06/24 03:51:30 julian Exp $ .PATH: ${.CURDIR}/../libc/db/recno diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 02292a301442..efeb3fbf4763 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.22.2.9 1998/03/01 17:43:14 jkh Exp $ +# $Id: Makefile.inc,v 1.22.2.10 1998/06/28 05:22:25 jdp Exp $ # machine-independent gen sources .PATH: ${.CURDIR}/../libc/${MACHINE}/gen ${.CURDIR}/../libc/gen diff --git a/lib/libc/gen/arc4random.c b/lib/libc/gen/arc4random.c index b9f8a4846832..6a08283f6e5c 100644 --- a/lib/libc/gen/arc4random.c +++ b/lib/libc/gen/arc4random.c @@ -1,4 +1,4 @@ -/* $Id: arc4random.c,v 1.1 1996/12/28 06:33:01 dm Exp $ */ +/* $Id: arc4random.c,v 1.1 1997/06/14 01:15:41 ache Exp $ */ /* * Arc4 random number generator for OpenBSD. diff --git a/lib/libc/gen/crypt.c b/lib/libc/gen/crypt.c index c1417b8e4a61..9308d3b4d228 100644 --- a/lib/libc/gen/crypt.c +++ b/lib/libc/gen/crypt.c @@ -36,7 +36,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /* from static char sccsid[] = "@(#)crypt.c 5.11 (Berkeley) 6/25/91"; */ -static char rcsid[] = "$Header: /home/ncvs/src/lib/libc/gen/crypt.c,v 1.3 1995/05/30 05:40:10 rgrimes Exp $"; +static char rcsid[] = "$Header: /home/ncvs/src/lib/libc/gen/crypt.c,v 1.4 1995/10/22 14:36:04 phk Exp $"; #endif /* LIBC_SCCS and not lint */ #include <unistd.h> diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index ac2894e3bd07..92fbeaeedc35 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$"; + "$Id: disklabel.c,v 1.3 1996/03/19 13:44:57 bde Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index 7a346caa27a1..d497936fbc96 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.4 1996/08/22 23:25:29 mpp Exp $ +.\" $Id: err.3,v 1.4.2.1 1998/07/19 06:51:27 jkh Exp $ .\" .Dd April 13, 1995 .Dt ERR 3 diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 66541ad0c4a4..3c3de6d2edce 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)exec.3 8.3 (Berkeley) 1/24/94 -.\" $Id$ +.\" $Id: exec.3,v 1.4.2.1 1998/02/17 09:58:49 jkh Exp $ .\" .Dd January 24, 1994 .Dt EXEC 3 diff --git a/lib/libc/gen/exec.c b/lib/libc/gen/exec.c index c28f9e053074..af7dd8c70b3c 100644 --- a/lib/libc/gen/exec.c +++ b/lib/libc/gen/exec.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)exec.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: exec.c,v 1.3.2.2 1998/02/17 10:05:29 jkh Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index a40ae69f30ca..119b1409e491 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.10 1998/06/10 04:24:18 jdp Exp $ +.\" $Id: ftok.3,v 1.10.2.1 1998/06/28 05:22:27 jdp Exp $ .Dd June 24, 1994 .Os .Dt ftok 3 diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c index fa5fbc9d3fa4..07df369bb448 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.4 1998/06/10 04:24:21 jdp Exp $"; +static char *rcsid = "$Id: ftok.c,v 1.4.2.1 1998/06/28 05:22:29 jdp Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 73ec28cb8ebd..2dd084760632 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fts.3 8.5 (Berkeley) 4/16/94 -.\" $Id: fts.3,v 1.2.2.1 1997/03/09 00:51:54 mpp Exp $ +.\" $Id: fts.3,v 1.2.2.2 1998/02/28 18:09:44 jraynard Exp $ .\" .Dd April 16, 1994 .Dt FTS 3 diff --git a/lib/libc/gen/getbootfile.3 b/lib/libc/gen/getbootfile.3 index 5f40e19155e7..156b8c6a063d 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 $ +.\" $Id: getbootfile.3,v 1.3 1996/08/22 22:04:15 mpp Exp $ .\" .Dd September 23, 1994 .Dt GETBOOTFILE 3 diff --git a/lib/libc/gen/getbootfile.c b/lib/libc/gen/getbootfile.c index 3d038514051e..cd42924b4a13 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 $"; + "$Id: getbootfile.c,v 1.2 1994/09/24 00:10:13 wollman Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index 55d50877d1b3..a441141a4000 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getcwd.3 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $Id: getcwd.3,v 1.5.2.1 1998/02/17 10:30:02 jkh Exp $ .\" .Dd November 24, 1997 .Dt GETCWD 3 diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index a37aa80fc0d9..7d90c6aa1d98 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: getdomainname.3,v 1.8 1997/02/22 14:58:06 peter Exp $ +.\" $Id: getdomainname.3,v 1.3.2.3 1997/02/28 05:49:09 mpp Exp $ .\" .Dd May 6, 1994 .Dt GETDOMAINNAME 3 diff --git a/lib/libc/gen/getdomainname.c b/lib/libc/gen/getdomainname.c index 1aeeb4a240e7..6efa8eb2a20d 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 $"; + "$Id: getdomainname.c,v 1.3 1996/07/25 18:03:52 wollman Exp $"; #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 57591595f60f..7f7079d231a4 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.10 1997/02/28 05:46:19 mpp Exp $ +.\" $Id: getgrent.3,v 1.5.2.1 1997/02/28 05:49:11 mpp Exp $ .\" .Dd September 29, 1994 .Dt GETGRENT 3 diff --git a/lib/libc/gen/getosreldate.c b/lib/libc/gen/getosreldate.c index 808e16b56e70..24ca54305721 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$"; + "$Id: getosreldate.c,v 1.1 1994/08/10 06:27:35 wollman Exp $"; #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 b25a86c89b02..98e9d338a049 100644 --- a/lib/libc/gen/getvfsent.3 +++ b/lib/libc/gen/getvfsent.3 @@ -1,4 +1,4 @@ -.\" $Id: getvfsent.3,v 1.4.2.2 1998/05/25 21:32:47 steve Exp $ +.\" $Id: getvfsent.3,v 1.4.2.3 1998/05/26 02:54:54 steve Exp $ .\" Written by Garrett A. Wollman, September 1994. .\" This manual page is in the public domain. .\" diff --git a/lib/libc/gen/msgctl.3 b/lib/libc/gen/msgctl.3 index 130b1f248ac7..fbc70dcb5276 100644 --- a/lib/libc/gen/msgctl.3 +++ b/lib/libc/gen/msgctl.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$ +.\" $Id: msgctl.3,v 1.2.2.2 1998/02/17 14:39:59 jkh Exp $ .\"/ .Dd November 24, 1997 .Dt MSGCTL 3 diff --git a/lib/libc/gen/msgrcv.3 b/lib/libc/gen/msgrcv.3 index ff09309d584f..f315a53cd823 100644 --- a/lib/libc/gen/msgrcv.3 +++ b/lib/libc/gen/msgrcv.3 @@ -28,7 +28,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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$ +.\" $Id: msgrcv.3,v 1.2.2.3 1998/02/17 14:39:59 jkh Exp $ .\" .\"/ .Dd November 24, 1997 diff --git a/lib/libc/gen/msgsnd.3 b/lib/libc/gen/msgsnd.3 index 551bd02009b4..a1825197eb5a 100644 --- a/lib/libc/gen/msgsnd.3 +++ b/lib/libc/gen/msgsnd.3 @@ -28,7 +28,7 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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$ +.\" $Id: msgsnd.3,v 1.2.2.2 1998/02/17 14:40:00 jkh Exp $ .\" .\"/ .Dd November 24, 1997 diff --git a/lib/libc/gen/ntp_gettime.c b/lib/libc/gen/ntp_gettime.c index feae846fbc2e..4f832b98f888 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 $"; + "$Id: ntp_gettime.c,v 1.2 1994/09/19 22:04:28 ache Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3 index 4cf7ed529426..4c088bfc2114 100644 --- a/lib/libc/gen/pause.3 +++ b/lib/libc/gen/pause.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pause.3 8.1 (Berkeley) 6/4/93 -.\" $Id: pause.3,v 1.2 1997/03/09 00:42:46 mpp Exp $ +.\" $Id: pause.3,v 1.1.1.1.8.1 1997/03/09 00:51:58 mpp Exp $ .\" .Dd June 4, 1993 .Dt PAUSE 3 diff --git a/lib/libc/gen/setdomainname.c b/lib/libc/gen/setdomainname.c index 453614eabc73..2e4ddd419a45 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 $"; + "$Id: setdomainname.c,v 1.3 1996/07/25 18:03:53 wollman Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/gen/shmat.c b/lib/libc/gen/shmat.c index b38a6a5e0938..0b3ae765f439 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 = "$Id: shmat.c,v 1.1 1994/09/13 14:52:28 dfr Exp $"; #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..2e43c666632b 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 = "$Id: shmctl.c,v 1.1 1994/09/13 14:52:30 dfr Exp $"; #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..989a52401491 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 = "$Id: shmdt.c,v 1.1 1994/09/13 14:52:31 dfr Exp $"; #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..dc4c40ddc89b 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 = "$Id: shmget.c,v 1.1 1994/09/13 14:52:32 dfr Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/gen/sysctlbyname.c b/lib/libc/gen/sysctlbyname.c index 48d5020a0cda..d3ede7d002ca 100644 --- a/lib/libc/gen/sysctlbyname.c +++ b/lib/libc/gen/sysctlbyname.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: sysctlbyname.c,v 1.2 1997/07/12 11:14:30 peter Exp $ + * $Id: sysctlbyname.c,v 1.2.2.1 1997/08/13 07:41:45 peter Exp $ * */ #include <sys/types.h> diff --git a/lib/libc/gen/syslog.c b/lib/libc/gen/syslog.c index 10c416836444..3e06618f8fdb 100644 --- a/lib/libc/gen/syslog.c +++ b/lib/libc/gen/syslog.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)syslog.c 8.5 (Berkeley) 4/29/95"; */ static const char rcsid[] = - "$Id: syslog.c,v 1.9.2.3 1998/03/06 02:12:55 brian Exp $"; + "$Id: syslog.c,v 1.9.2.4 1998/07/19 06:51:30 jkh Exp $"; #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 b9f73aa6d65f..340924497ad4 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: ualarm.3,v 1.5 1997/02/22 14:58:19 peter Exp $ +.\" $Id: ualarm.3,v 1.2.2.1 1997/02/28 05:49:27 mpp Exp $ .\" .Dd April 19, 1994 .Dt UALARM 3 diff --git a/lib/libc/gen/uname.c b/lib/libc/gen/uname.c index 93f659e57843..62027c6cc488 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 $"; + "$Id: uname.c,v 1.4 1995/07/31 10:10:02 mpp Exp $"; #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..71c777bed8b9 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 $ +.\" $Id: vis.3,v 1.4 1996/08/23 00:26:01 mpp Exp $ .\" .Dd July 25, 1996 .Dt VIS 3 diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc index 2ed8e102c17f..2fcad36ae7e4 100644 --- a/lib/libc/gmon/Makefile.inc +++ b/lib/libc/gmon/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.4 1997/05/03 03:49:55 jb Exp $ +# $Id: Makefile.inc,v 1.3.2.1 1997/06/24 03:51:31 julian Exp $ # gmon sources .PATH: ${.CURDIR}/../libc/gmon diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index b44af9920ed3..f80cf2323979 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 $"; + "$Id: mcount.c,v 1.7 1996/08/28 20:15:32 bde Exp $"; #endif #include <sys/param.h> diff --git a/lib/libc/i386/DEFS.h b/lib/libc/i386/DEFS.h index 566c3d268d83..6ab3eaf12118 100644 --- a/lib/libc/i386/DEFS.h +++ b/lib/libc/i386/DEFS.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90 - * $Id: DEFS.h,v 1.3.2.3 1997/12/09 14:42:45 steve Exp $ + * $Id: DEFS.h,v 1.3.2.4 1997/12/28 19:40:41 steve Exp $ */ #include <machine/asm.h> diff --git a/lib/libc/i386/SYS.h b/lib/libc/i386/SYS.h index 4e8ef1a074de..b18d2a90aaf3 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.7.2.1 1997/02/14 11:08:47 bde Exp $ + * $Id: SYS.h,v 1.7.2.2 1997/12/28 19:40:43 steve Exp $ */ #include <sys/syscall.h> diff --git a/lib/libc/i386/gen/Makefile.inc b/lib/libc/i386/gen/Makefile.inc index 52e44213613d..75895590102a 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.8 1997/02/22 14:58:33 peter Exp $ +# $Id: Makefile.inc,v 1.6.2.1 1997/06/24 03:51:31 julian Exp $ 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..ffd20b75a974 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 $ + * $Id: _setjmp.S,v 1.4 1996/01/22 00:00:52 julian Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: _setjmp.S,v 1.3 1995/01/23 01:26:41 davidg Exp $" + .asciz "$Id: _setjmp.S,v 1.4 1996/01/22 00:00:52 julian Exp $" #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/i386/gen/alloca.S b/lib/libc/i386/gen/alloca.S index f76b37bc1a15..ce9cb1901ee1 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$ + * $Id: alloca.S,v 1.2 1995/01/23 01:26:44 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: alloca.S,v 1.2 1995/01/23 01:26:44 davidg Exp $" #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..dc7c470db912 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$ + * $Id: fabs.S,v 1.2 1995/01/23 01:26:48 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: fabs.S,v 1.2 1995/01/23 01:26:48 davidg Exp $" #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..1d703c29df07 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$ + * $Id: frexp.c,v 1.2 1995/01/23 01:26:55 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Id: frexp.c,v 1.2 1995/01/23 01:26:55 davidg Exp $"; #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..11929ba9ce25 100644 --- a/lib/libc/i386/gen/infinity.c +++ b/lib/libc/i386/gen/infinity.c @@ -1,6 +1,6 @@ /* * infinity.c - * $Id$ + * $Id: infinity.c,v 1.2 1995/01/23 01:26:57 davidg Exp $ */ #include <math.h> diff --git a/lib/libc/i386/gen/isinf.c b/lib/libc/i386/gen/isinf.c index a121edaa3b56..8ae16c38bc02 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 $ + * $Id: isinf.c,v 1.3 1996/07/12 18:54:26 jkh Exp $ */ #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[] = "$Id: isinf.c,v 1.3 1996/07/12 18:54:26 jkh Exp $"; #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..9c10f9b46a59 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$ + * $Id: ldexp.c,v 1.3 1995/01/23 01:27:02 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Id: ldexp.c,v 1.3 1995/01/23 01:27:02 davidg Exp $"; #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/i386/gen/modf.S b/lib/libc/i386/gen/modf.S index 34a89ed4dbce..335d57e06aca 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 $ + * $Id: modf.S,v 1.3 1996/05/05 07:56:05 peter Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: modf.S,v 1.2 1995/01/23 01:27:05 davidg Exp $" + .asciz "$Id: modf.S,v 1.3 1996/05/05 07:56:05 peter Exp $" #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/i386/gen/setjmp.S b/lib/libc/i386/gen/setjmp.S index 078b2ebc089e..a8fe6d0bfb61 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 $ + * $Id: setjmp.S,v 1.5 1996/05/05 07:56:06 peter Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: setjmp.S,v 1.4 1996/01/22 00:00:53 julian Exp $" + .asciz "$Id: setjmp.S,v 1.5 1996/05/05 07:56:06 peter Exp $" #endif /* LIBC_RCS and not lint */ /* diff --git a/lib/libc/i386/gen/sigsetjmp.S b/lib/libc/i386/gen/sigsetjmp.S index ff6ed8d8f471..818318414d92 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 $ + * $Id: sigsetjmp.S,v 1.8 1996/05/11 13:28:11 jdp Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigsetjmp.S,v 1.7 1996/05/05 07:56:07 peter Exp $" + .asciz "$Id: sigsetjmp.S,v 1.8 1996/05/11 13:28:11 jdp Exp $" #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 ffab60b51b3f..96707c4d4d8a 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: Makefile.inc,v 1.5 1997/02/22 14:58:48 peter Exp $ +# $Id: Makefile.inc,v 1.3.6.1 1997/06/24 03:51:31 julian Exp $ 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..226d3b5dc4d2 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$ + * $Id: htonl.S,v 1.2 1995/01/23 01:28:00 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: htonl.S,v 1.2 1995/01/23 01:28:00 davidg Exp $" #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..832b9e6495c9 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$ + * $Id: htons.S,v 1.2 1995/01/23 01:28:03 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: htons.S,v 1.2 1995/01/23 01:28:03 davidg Exp $" #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..76a3bb95825c 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$ + * $Id: ntohl.S,v 1.2 1995/01/23 01:28:05 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: ntohl.S,v 1.2 1995/01/23 01:28:05 davidg Exp $" #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..b63bd87c6bfe 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$ + * $Id: ntohs.S,v 1.2 1995/01/23 01:28:09 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: ntohs.S,v 1.2 1995/01/23 01:28:09 davidg Exp $" #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 f507dbd9b7f2..27bc6d04f523 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: Makefile.inc,v 1.5 1997/02/22 14:58:55 peter Exp $ +# $Id: Makefile.inc,v 1.3.6.1 1997/06/24 03:51:32 julian Exp $ SRCS+= abs.S diff --git a/lib/libc/i386/stdlib/abs.S b/lib/libc/i386/stdlib/abs.S index 4915d16641b5..35139c89bc81 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$ + * $Id: abs.S,v 1.3 1995/01/23 01:28:31 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: abs.S,v 1.3 1995/01/23 01:28:31 davidg Exp $" #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..394e79dd196f 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 $ + * $Id: div.S,v 1.1 1994/08/05 01:18:19 wollman Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: div.S,v 1.1 1993/12/04 21:46:15 ats Exp $" + .asciz "$Id: div.S,v 1.1 1994/08/05 01:18:19 wollman Exp $" #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..ea86cf3532e2 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$ + * $Id: labs.S,v 1.3 1995/01/23 01:28:33 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: labs.S,v 1.3 1995/01/23 01:28:33 davidg Exp $" #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..2fd7b1735787 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 $ + * $Id: ldiv.S,v 1.1 1994/08/05 01:18:21 wollman Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: ldiv.S,v 1.1 1993/12/04 21:46:17 ats Exp $" + .asciz "$Id: ldiv.S,v 1.1 1994/08/05 01:18:21 wollman Exp $" #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 8ad760c6e2d7..c524c0ca8c35 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: Makefile.inc,v 1.4 1995/01/23 01:28:45 davidg Exp $ +# $Id: Makefile.inc,v 1.4.6.1 1997/12/28 20:01:09 steve Exp $ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \ memmove.S memcpy.S memset.S \ diff --git a/lib/libc/i386/string/bcmp.S b/lib/libc/i386/string/bcmp.S index c15975a3b685..8452fdf8728a 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 $ + * $Id: bcmp.S,v 1.2 1995/01/23 01:28:47 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: bcmp.S,v 1.1 1994/08/05 01:18:23 wollman Exp $" + .asciz "$Id: bcmp.S,v 1.2 1995/01/23 01:28:47 davidg Exp $" #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..1fe7299449c4 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 $ + * $Id: bzero.S,v 1.2 1995/01/23 01:28:52 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: bzero.S,v 1.1 1994/08/05 01:18:25 wollman Exp $" + .asciz "$Id: bzero.S,v 1.2 1995/01/23 01:28:52 davidg Exp $" #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..e42c8a1b74c4 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 $ + * $Id: ffs.S,v 1.2 1995/01/23 01:28:54 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: ffs.S,v 1.1 1994/08/05 01:18:26 wollman Exp $" + .asciz "$Id: ffs.S,v 1.2 1995/01/23 01:28:54 davidg Exp $" #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..a9984f6f79d2 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 $ + * $Id: index.S,v 1.2 1995/01/23 01:28:56 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: index.S,v 1.1 1994/08/05 01:18:27 wollman Exp $" + .asciz "$Id: index.S,v 1.2 1995/01/23 01:28:56 davidg Exp $" #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..236f7d8f12ec 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 $ + * $Id: memchr.S,v 1.5 1995/01/23 01:28:58 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: memchr.S,v 1.4 1994/11/25 08:58:53 davidg Exp $" + .asciz "$Id: memchr.S,v 1.5 1995/01/23 01:28:58 davidg Exp $" #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..919632f0d634 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 $ + * $Id: memcmp.S,v 1.2 1995/01/23 01:29:00 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: memcmp.S,v 1.1 1994/08/05 01:18:29 wollman Exp $" + .asciz "$Id: memcmp.S,v 1.2 1995/01/23 01:29:00 davidg Exp $" #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..3b84777b4b9d 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 $ + * $Id: memset.S,v 1.2 1995/01/23 01:29:04 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: memset.S,v 1.1 1994/08/05 01:18:30 wollman Exp $" + .asciz "$Id: memset.S,v 1.2 1995/01/23 01:29:04 davidg Exp $" #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..5d7718ae2a1b 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 $ + * $Id: rindex.S,v 1.2 1995/01/23 01:29:06 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: rindex.S,v 1.1 1994/08/05 01:18:31 wollman Exp $" + .asciz "$Id: rindex.S,v 1.2 1995/01/23 01:29:06 davidg Exp $" #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..f5166a5e68b0 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 $ + * $Id: strcat.S,v 1.2 1995/01/23 01:29:09 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strcat.S,v 1.1 1994/08/05 01:18:32 wollman Exp $" + .asciz "$Id: strcat.S,v 1.2 1995/01/23 01:29:09 davidg Exp $" #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..97ed471e42de 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 $ + * $Id: strchr.S,v 1.2 1995/01/23 01:29:12 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strchr.S,v 1.1 1994/08/05 01:18:33 wollman Exp $" + .asciz "$Id: strchr.S,v 1.2 1995/01/23 01:29:12 davidg Exp $" #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..434a0aed91c3 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 $ + * $Id: strcmp.S,v 1.2 1995/01/23 01:29:14 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strcmp.S,v 1.1 1994/08/05 01:18:34 wollman Exp $" + .asciz "$Id: strcmp.S,v 1.2 1995/01/23 01:29:14 davidg Exp $" #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..c74651cfbb06 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 $ + * $Id: strcpy.S,v 1.2 1995/01/23 01:29:17 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strcpy.S,v 1.1 1994/08/05 01:18:34 wollman Exp $" + .asciz "$Id: strcpy.S,v 1.2 1995/01/23 01:29:17 davidg Exp $" #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..00da10187875 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 $ + * $Id: strlen.S,v 1.2 1995/01/23 01:29:19 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strlen.S,v 1.1 1994/08/05 01:18:35 wollman Exp $" + .asciz "$Id: strlen.S,v 1.2 1995/01/23 01:29:19 davidg Exp $" #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..adea7752dd54 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 $ + * $Id: strncmp.S,v 1.3 1995/01/23 01:29:21 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strncmp.S,v 1.2 1994/12/27 13:12:34 bde Exp $" + .asciz "$Id: strncmp.S,v 1.3 1995/01/23 01:29:21 davidg Exp $" #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..8ee670d8c974 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 $ + * $Id: strrchr.S,v 1.2 1995/01/23 01:29:23 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: strrchr.S,v 1.1 1994/08/05 01:18:37 wollman Exp $" + .asciz "$Id: strrchr.S,v 1.2 1995/01/23 01:29:23 davidg Exp $" #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..6e062449521d 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 $ + * $Id: swab.S,v 1.2 1995/01/23 01:29:25 davidg Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: swab.S,v 1.1 1995/01/22 21:36:15 davidg Exp $" + .asciz "$Id: swab.S,v 1.2 1995/01/23 01:29:25 davidg Exp $" #endif #include "DEFS.h" diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc index 6a83dec8bbaf..7c26e4e951de 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: Makefile.inc,v 1.5 1997/05/03 03:49:56 jb Exp $ +# $Id: Makefile.inc,v 1.2.10.1 1997/06/24 03:51:32 julian Exp $ .PATH: ${.CURDIR}/../libc/${MACHINE}/sys diff --git a/lib/libc/i386/sys/Ovfork.S b/lib/libc/i386/sys/Ovfork.S index 2b69ca0c16d4..2d8c4950dce1 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 $ + * $Id: Ovfork.S,v 1.4 1996/05/05 07:56:09 peter Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: Ovfork.S,v 1.3 1996/01/22 00:00:56 julian Exp $" + .asciz "$Id: Ovfork.S,v 1.4 1996/05/05 07:56:09 peter Exp $" #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..94bc49011ac6 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 $ + * $Id: brk.S,v 1.4 1996/06/25 18:54:42 bde Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: brk.S,v 1.3 1996/05/05 07:56:10 peter Exp $" + .asciz "$Id: brk.S,v 1.4 1996/06/25 18:54:42 bde Exp $" #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..f31555301e0e 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 $ + * $Id: cerror.S,v 1.6 1996/05/10 16:43:47 peter Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: cerror.S,v 1.5 1996/05/05 07:56:11 peter Exp $" + .asciz "$Id: cerror.S,v 1.6 1996/05/10 16:43:47 peter Exp $" #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..fbe13b477743 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 $ + * $Id: exect.S,v 1.3 1996/05/05 07:56:12 peter Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: exect.S,v 1.2 1995/01/23 01:29:46 davidg Exp $" + .asciz "$Id: exect.S,v 1.3 1996/05/05 07:56:12 peter Exp $" #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..d97816648a77 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 $ + * $Id: fork.S,v 1.5 1996/08/20 08:19:58 julian Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: fork.S,v 1.4 1996/05/05 07:56:13 peter Exp $" + .asciz "$Id: fork.S,v 1.5 1996/08/20 08:19:58 julian Exp $" #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 cf054d920368..faddfd1f81ea 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.1 1994/01/31 12:05:30 davidg Exp $ +.\" $Id: i386_get_ldt.2,v 1.1.10.1 1998/07/19 06:51:33 jkh Exp $ .\" .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..5267839ec0ef 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 $ + * $Id: i386_get_ldt.c,v 1.3 1995/05/30 05:40:37 rgrimes Exp $ */ #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[] = "$Id: i386_get_ldt.c,v 1.3 1995/05/30 05:40:37 rgrimes Exp $"; #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..3c81a2cf36fd 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 $ + * $Id: i386_set_ldt.c,v 1.3 1995/05/30 05:40:38 rgrimes Exp $ */ #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[] = "$Id: i386_set_ldt.c,v 1.3 1995/05/30 05:40:38 rgrimes Exp $"; #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..a28af7a08184 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 $ + * $Id: mount.S,v 1.2 1995/01/23 01:29:55 davidg Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: mount.S,v 1.2 1995/01/23 01:29:55 davidg Exp $" #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..603af78adf44 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 $ + * $Id: pipe.S,v 1.5 1996/08/20 08:20:03 julian Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: pipe.S,v 1.4 1996/05/05 07:56:13 peter Exp $" + .asciz "$Id: pipe.S,v 1.5 1996/08/20 08:20:03 julian Exp $" #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..f6431a428962 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 $ + * $Id: ptrace.S,v 1.3 1996/05/05 07:56:14 peter Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: ptrace.S,v 1.2 1995/01/23 01:29:59 davidg Exp $" + .asciz "$Id: ptrace.S,v 1.3 1996/05/05 07:56:14 peter Exp $" #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..5bfd77ea9759 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 $ + * $Id: reboot.S,v 1.2 1995/01/23 01:30:02 davidg Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: reboot.S,v 1.2 1995/01/23 01:30:02 davidg Exp $" #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..afb4b2739825 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 $ + * $Id: rfork.S,v 1.3 1996/08/20 08:20:06 julian Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: rfork.S,v 1.2 1996/05/05 07:56:15 peter Exp $" + .asciz "$Id: rfork.S,v 1.3 1996/08/20 08:20:06 julian Exp $" #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..5ed740914d74 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 $ + * $Id: sbrk.S,v 1.4 1996/05/05 07:56:16 peter Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sbrk.S,v 1.3 1995/10/04 15:58:57 phk Exp $" + .asciz "$Id: sbrk.S,v 1.4 1996/05/05 07:56:16 peter Exp $" #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..6a99c3063a21 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 $ + * $Id: setlogin.S,v 1.3 1996/05/05 07:56:17 peter Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id: setlogin.S,v 1.2 1995/01/23 01:30:06 davidg Exp $" + .asciz "$Id: setlogin.S,v 1.3 1996/05/05 07:56:17 peter Exp $" #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..33b484b656b6 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 $ + * $Id: sigpending.S,v 1.5 1996/08/20 08:20:09 julian Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigpending.S,v 1.4 1996/05/05 07:56:18 peter Exp $" + .asciz "$Id: sigpending.S,v 1.5 1996/08/20 08:20:09 julian Exp $" #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..02d87523fadf 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 $ + * $Id: sigprocmask.S,v 1.4 1996/05/05 07:56:19 peter Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigprocmask.S,v 1.3 1996/01/22 00:00:59 julian Exp $" + .asciz "$Id: sigprocmask.S,v 1.4 1996/05/05 07:56:19 peter Exp $" #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..b1e14d3770e0 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 $ + * $Id: sigreturn.S,v 1.5 1996/08/20 08:20:12 julian Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigreturn.S,v 1.4 1996/05/05 07:56:19 peter Exp $" + .asciz "$Id: sigreturn.S,v 1.5 1996/08/20 08:20:12 julian Exp $" #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..078bc0e653cf 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 $ + * $Id: sigsuspend.S,v 1.4 1996/05/05 07:56:20 peter Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: sigsuspend.S,v 1.3 1996/01/22 00:01:01 julian Exp $" + .asciz "$Id: sigsuspend.S,v 1.4 1996/05/05 07:56:20 peter Exp $" #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..798a59a12458 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 $ + * $Id: syscall.S,v 1.3 1996/05/05 07:56:21 peter Exp $ */ #if defined(SYSLIBC_RCS) && !defined(lint) .text - .asciz "$Id: syscall.S,v 1.2 1995/01/23 01:30:24 davidg Exp $" + .asciz "$Id: syscall.S,v 1.3 1996/05/05 07:56:21 peter Exp $" #endif /* SYSLIBC_RCS and not lint */ #include "SYS.h" diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index 7b45ef00b2e0..45aca061c380 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.7.2.1 1997/06/24 03:51:33 julian Exp $ +# $Id: Makefile.inc,v 1.7.2.2 1998/02/17 17:19:41 jkh Exp $ # locale sources .PATH: ${.CURDIR}/../libc/${MACHINE}/locale ${.CURDIR}/../libc/locale diff --git a/lib/libc/locale/collate.c b/lib/libc/locale/collate.c index a9907afc176e..00c083200424 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.8.2.4 1997/02/05 23:20:45 joerg Exp $ + * $Id: collate.c,v 1.8.2.5 1997/02/08 14:15:45 joerg Exp $ */ #include <rune.h> diff --git a/lib/libc/locale/collate.h b/lib/libc/locale/collate.h index 731bbf751e22..bce70f35acf6 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 $ + * $Id: collate.h,v 1.5 1996/10/31 04:25:13 ache Exp $ */ #ifndef COLLATE_H_INCLUDED diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c index b4d510e89975..d9c1dfe9ce5f 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.8 1996/10/31 04:25:14 ache Exp $ + * $Id: collcmp.c,v 1.8.2.1 1997/09/14 13:08:29 jkh Exp $ */ #define ASCII_COMPATIBLE_COLLATE /* see usr.bin/colldef/data */ diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c index 45c5e5ac4343..aee3d013348c 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.23 1998/04/29 22:39:56 ache Exp $ + * $Id: setlocale.c,v 1.8.2.9 1998/04/30 16:50:34 ache Exp $ */ #ifdef LIBC_RCS static const char rcsid[] = - "$Id: setlocale.c,v 1.23 1998/04/29 22:39:56 ache Exp $"; + "$Id: setlocale.c,v 1.8.2.9 1998/04/30 16:50:34 ache Exp $"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index 347b1548a9ec..f688cbd60900 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: table.c,v 1.6.2.1 1997/02/22 20:17:22 joerg Exp $ + * $Id: table.c,v 1.6.2.2 1997/05/14 00:13:15 ache Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 978bc6615af6..6737d8e51a3f 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.2 (Berkeley) 9/5/93 -# $Id: Makefile.inc,v 1.20.2.3 1997/06/24 03:51:33 julian Exp $ +# $Id: Makefile.inc,v 1.20.2.4 1997/06/28 07:46:46 peter Exp $ # machine-independent net sources .PATH: ${.CURDIR}/../libc/${MACHINE}/net ${.CURDIR}/../libc/net diff --git a/lib/libc/net/ether_addr.c b/lib/libc/net/ether_addr.c index f3c8938ac9e3..a5f79e21943a 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.4.2.1 1996/12/10 21:08:17 joerg Exp $ + * $Id: ether_addr.c,v 1.4.2.2 1996/12/31 16:22:28 wpaul Exp $ */ diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index f8b4eb1785d7..d9e4a42e2793 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.7 1997/02/22 15:00:05 peter Exp $ +.\" $Id: ethers.3,v 1.3.2.1 1997/02/28 05:50:03 mpp Exp $ .\" .Dd April 12, 1995 .Dt ETHERS 3 diff --git a/lib/libc/net/gethostbydns.c b/lib/libc/net/gethostbydns.c index 3394dae344e9..8fc03281a80b 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.23 1998/04/07 04:59:46 vixie Exp $"; -static char rcsid[] = "$Id: gethostbydns.c,v 1.12.2.2 1997/06/28 07:46:49 peter Exp $"; +static char rcsid[] = "$Id: gethostbydns.c,v 1.12.2.3 1998/05/02 15:54:06 peter Exp $"; #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 962b432dee54..2905ac34f655 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.10 1997/06/27 08:22:01 peter Exp $"; +static char rcsid[] = "$Id: gethostbyht.c,v 1.6.2.1 1997/06/28 07:46:50 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index 258aa8d1a42c..e2884944c953 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)gethostbyname.3 8.4 (Berkeley) 5/25/95 -.\" $Id: gethostbyname.3,v 1.6.2.1 1997/06/28 07:46:51 peter Exp $ +.\" $Id: gethostbyname.3,v 1.6.2.2 1998/06/06 06:09:13 jkoshy Exp $ .\" .Dd May 25, 1995 .Dt GETHOSTBYNAME 3 diff --git a/lib/libc/net/gethostbynis.c b/lib/libc/net/gethostbynis.c index fbf162227c13..e3b0df569519 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.4.2.1 1996/12/24 17:15:16 wpaul Exp $"; -static char rcsid[] = "$Id: gethostbynis.c,v 1.4.2.1 1996/12/24 17:15:16 wpaul Exp $"; +static char sccsid[] = "@(#)$Id: gethostbynis.c,v 1.4.2.2 1996/12/31 16:22:31 wpaul Exp $"; +static char rcsid[] = "$Id: gethostbynis.c,v 1.4.2.2 1996/12/31 16:22:31 wpaul Exp $"; #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 a5d7471b7531..6291d3790407 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.10 1996/08/29 20:07:57 peter Exp $"; -static char rcsid[] = "$Id: gethostnamadr.c,v 1.10 1996/08/29 20:07:57 peter Exp $"; +static char sccsid[] = "@(#)$Id: gethostnamadr.c,v 1.10.2.1 1998/03/04 07:26:34 jkh Exp $"; +static char rcsid[] = "$Id: gethostnamadr.c,v 1.10.2.1 1998/03/04 07:26:34 jkh Exp $"; #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 f069689fe870..26a39f0b818c 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.2.1 1997/06/28 07:46:52 peter Exp $"; +static char rcsid[] = "$Id: getnetbydns.c,v 1.7.2.2 1998/01/07 00:30:31 imp Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> diff --git a/lib/libc/net/getnetbyht.c b/lib/libc/net/getnetbyht.c index 7c50f88e586f..98a17a35c4ec 100644 --- a/lib/libc/net/getnetbyht.c +++ b/lib/libc/net/getnetbyht.c @@ -44,7 +44,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)getnetent.c 8.1 (Berkeley) 6/4/93"; static char orig_rcsid[] = "From: Id: getnetent.c,v 8.4 1997/06/01 20:34:37 vixie Exp"; -static chat rcsid[] = "$Id: getnetbyht.c,v 1.6 1997/06/27 08:22:02 peter Exp $"; +static chat rcsid[] = "$Id: getnetbyht.c,v 1.5.2.1 1997/06/28 07:46:53 peter Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/net/getnetbynis.c b/lib/libc/net/getnetbynis.c index d5fbb2427bef..351168d5de62 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.6 1996/08/29 20:08:01 peter Exp $"; -static char rcsid[] = "$Id: getnetbynis.c,v 1.6 1996/08/29 20:08:01 peter Exp $"; +static char sccsid[] = "@(#)$Id: getnetbynis.c,v 1.6.2.1 1996/12/31 16:22:33 wpaul Exp $"; +static char rcsid[] = "$Id: getnetbynis.c,v 1.6.2.1 1996/12/31 16:22:33 wpaul Exp $"; #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 3cdfa2e99cd5..1acfa81b78dd 100644 --- a/lib/libc/net/getnetnamadr.c +++ b/lib/libc/net/getnetnamadr.c @@ -24,7 +24,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: getnetnamadr.c,v 1.10 1997/06/27 08:22:02 peter Exp $"; +static char rcsid[] = "$Id: getnetnamadr.c,v 1.6.2.1 1997/06/28 07:46:54 peter Exp $"; #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..b985c807d408 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$ +.\" $Id: getservent.3,v 1.3 1996/06/17 20:04:06 wollman Exp $ .\" .Dd July 9, 1995 .Dt GETSERVENT 3 diff --git a/lib/libc/net/herror.c b/lib/libc/net/herror.c index 84626edba44e..2c400f8e012f 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[] = "$Id: herror.c,v 1.4 1996/01/13 09:03:55 peter Exp $"; #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 6c0c25ed5edb..b2c10e855d5b 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.6 1997/03/19 19:41:20 bde Exp $ +.\" $Id: inet.3,v 1.2.2.2 1997/06/28 07:46:56 peter Exp $ .\" .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..55def71ae3be 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[] = "$Id: inet_addr.c,v 1.3 1996/01/13 09:03:56 peter Exp $"; #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 29de456e3f1e..fbeddaeb117f 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: inet_net_ntop.c,v 1.3 1997/02/22 15:00:16 peter Exp $"; +static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.3.2.1 1997/06/28 07:46:57 peter Exp $"; #endif #include <sys/types.h> diff --git a/lib/libc/net/inet_net_pton.c b/lib/libc/net/inet_net_pton.c index 67d1fa5df75c..9efce837aeb6 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: inet_net_pton.c,v 1.3 1997/02/22 15:00:18 peter Exp $"; +static const char rcsid[] = "$Id: inet_net_pton.c,v 1.3.2.1 1997/06/28 07:46:58 peter Exp $"; #endif #include <sys/types.h> diff --git a/lib/libc/net/inet_neta.c b/lib/libc/net/inet_neta.c index c4bed96158a6..324fbd584259 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: inet_neta.c,v 1.3 1997/02/22 15:00:20 peter Exp $"; +static const char rcsid[] = "$Id: inet_neta.c,v 1.3.2.1 1997/06/28 07:46:58 peter Exp $"; #endif #include <sys/types.h> diff --git a/lib/libc/net/inet_ntop.c b/lib/libc/net/inet_ntop.c index c774acc023f0..11d062e34ddc 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[] = "$Id: inet_ntop.c,v 1.1 1996/08/29 20:08:05 peter Exp $"; #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..2f739911c8d5 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[] = "$Id: inet_pton.c,v 1.1 1996/08/29 20:08:06 peter Exp $"; #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..7c826f556e47 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$ +.\" $Id: linkaddr.3,v 1.5 1996/06/17 20:11:12 wollman Exp $ .\" .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 b92a21892a6f..fe7720747ac8 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.4 1997/02/22 15:00:25 peter Exp $"; +static char rcsid[] = "$Id: map_v4v6.c,v 1.1.2.1 1997/06/28 07:46:59 peter Exp $"; #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 62c85d8e2b5f..cbed7386db63 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: ns.3,v 1.2 1996/12/23 23:09:18 wosch Exp $ +.\" $Id: ns.3,v 1.1.1.1.8.1 1997/01/02 17:47:43 mpp Exp $ .\" .Dd June 4, 1993 .Dt NS 3 diff --git a/lib/libc/net/nsap_addr.c b/lib/libc/net/nsap_addr.c index c281c723f5b8..dd93861e419a 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.4 1997/02/22 15:00:27 peter Exp $"; +static char rcsid[] = "$Id: nsap_addr.c,v 1.1.2.1 1997/06/28 07:47:00 peter Exp $"; #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..4f4471fa96b6 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$ +.\" $Id: rcmd.3,v 1.5 1996/06/17 20:12:53 wollman Exp $ .\" .Dd February 15, 1996 .Dt RCMD 3 diff --git a/lib/libc/net/res_comp.c b/lib/libc/net/res_comp.c index 05e0901567e2..f92cf8497c3d 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.13 1998/04/07 04:24:06 vixie Exp $"; -static char rcsid[] = "$Id: res_comp.c,v 1.7.2.3 1997/08/17 15:04:56 joerg Exp $"; +static char rcsid[] = "$Id: res_comp.c,v 1.7.2.4 1998/05/02 15:54:09 peter Exp $"; #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..35bd16647f4b 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[] = "$Id: res_data.c,v 1.3 1996/08/30 21:13:31 peter Exp $"; #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 22468136f303..ea041a270774 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.20 1997/06/01 20:34:37 vixie Exp"; -static char rcsid[] = "$Id: res_debug.c,v 1.14 1997/06/27 08:22:02 peter Exp $"; +static char rcsid[] = "$Id: res_debug.c,v 1.10.2.1 1997/06/28 07:47:02 peter Exp $"; #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 144987f7bbd9..2b4988710eef 100644 --- a/lib/libc/net/res_init.c +++ b/lib/libc/net/res_init.c @@ -56,7 +56,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; static char orig_rcsid[] = "From: Id: res_init.c,v 8.8 1997/06/01 20:34:37 vixie Exp"; -static char rcsid[] = "$Id: res_init.c,v 1.13 1997/06/27 08:22:03 peter Exp $"; +static char rcsid[] = "$Id: res_init.c,v 1.9.2.1 1997/06/28 07:47:02 peter Exp $"; #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 7811a5454458..4c7d00deb36d 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.12 1997/02/22 15:00:33 peter Exp $"; +static char rcsid[] = "$Id: res_mkquery.c,v 1.9.2.1 1997/06/28 07:47:03 peter Exp $"; #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 aab90ca968b1..927ee8613b20 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.10 1997/06/01 20:34:37 vixie Exp"; -static char rcsid[] = "$Id: res_query.c,v 1.14 1997/06/27 08:22:03 peter Exp $"; +static char rcsid[] = "$Id: res_query.c,v 1.9.2.1 1997/06/28 07:47:04 peter Exp $"; #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 685be2b8fa3d..d1fd876653bc 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.14 1998/04/07 04:59:46 vixie Exp $"; -static char rcsid[] = "$Id: res_send.c,v 1.10.2.3 1997/06/28 07:47:05 peter Exp $"; +static char rcsid[] = "$Id: res_send.c,v 1.10.2.4 1998/05/02 15:54:12 peter Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/net/res_stubs.c b/lib/libc/net/res_stubs.c index d67418ee01fd..b8465e29e1e4 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.6 1997/06/27 08:35:13 peter Exp $ + * $Id: res_stubs.c,v 1.1.2.2 1997/06/28 07:47:05 peter Exp $ */ /* diff --git a/lib/libc/nls/Makefile.inc b/lib/libc/nls/Makefile.inc index a344b57478e5..ef145083c9c4 100644 --- a/lib/libc/nls/Makefile.inc +++ b/lib/libc/nls/Makefile.inc @@ -1,5 +1,5 @@ # from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $ -# $Id: Makefile.inc,v 1.3 1997/05/03 03:50:01 jb Exp $ +# $Id: Makefile.inc,v 1.2.6.1 1997/06/24 03:51:34 julian Exp $ .PATH: ${.CURDIR}/../libc/nls diff --git a/lib/libc/nls/catclose.3 b/lib/libc/nls/catclose.3 index 1e79e5972363..37b295be7b05 100644 --- a/lib/libc/nls/catclose.3 +++ b/lib/libc/nls/catclose.3 @@ -1,4 +1,4 @@ -.\" $Id: catclose.3,v 1.5 1998/04/30 11:06:11 ache Exp $ +.\" $Id: catclose.3,v 1.1.6.2 1998/04/30 16:48:37 ache Exp $ .\" .\" Copyright (c) 1994 Winning Strategies, Inc. .\" All rights reserved. diff --git a/lib/libc/nls/catclose.c b/lib/libc/nls/catclose.c index 46a09104d5eb..dc2dc6c76081 100644 --- a/lib/libc/nls/catclose.c +++ b/lib/libc/nls/catclose.c @@ -1,4 +1,4 @@ -/* $Id: catclose.c,v 1.3 1997/02/22 15:00:45 peter Exp $ */ +/* $Id: catclose.c,v 1.1.6.1 1998/04/30 16:48:41 ache Exp $ */ /* * Written by J.T. Conklin, 10/05/94 diff --git a/lib/libc/nls/catgets.3 b/lib/libc/nls/catgets.3 index 0c27740b0231..ac4a09400f21 100644 --- a/lib/libc/nls/catgets.3 +++ b/lib/libc/nls/catgets.3 @@ -1,4 +1,4 @@ -.\" $Id: catgets.3,v 1.5 1998/04/30 11:06:12 ache Exp $ +.\" $Id: catgets.3,v 1.2.2.1 1998/04/30 16:48:45 ache Exp $ .\" .\" Copyright (c) 1994 Winning Strategies, Inc. .\" All rights reserved. diff --git a/lib/libc/nls/catgets.c b/lib/libc/nls/catgets.c index 1089ef168d5e..47d73c639b01 100644 --- a/lib/libc/nls/catgets.c +++ b/lib/libc/nls/catgets.c @@ -1,4 +1,4 @@ -/* $Id: catgets.c,v 1.4 1998/04/30 10:14:54 ache Exp $ */ +/* $Id: catgets.c,v 1.1.6.1 1998/04/30 16:48:49 ache Exp $ */ /* * Written by J.T. Conklin, 10/05/94 diff --git a/lib/libc/nls/catopen.3 b/lib/libc/nls/catopen.3 index 6fa02d9fbf0c..896e72a38dc0 100644 --- a/lib/libc/nls/catopen.3 +++ b/lib/libc/nls/catopen.3 @@ -1,4 +1,4 @@ -.\" $Id: catopen.3,v 1.6 1998/04/30 16:11:50 ache Exp $ +.\" $Id: catopen.3,v 1.2.2.1 1998/04/30 16:48:53 ache Exp $ .\" .\" Copyright (c) 1994 Winning Strategies, Inc. .\" All rights reserved. diff --git a/lib/libc/nls/catopen.c b/lib/libc/nls/catopen.c index 3e047fb8e9ed..1712a6b747d2 100644 --- a/lib/libc/nls/catopen.c +++ b/lib/libc/nls/catopen.c @@ -1,4 +1,4 @@ -/* $Id: catopen.c,v 1.3 1997/02/22 15:00:49 peter Exp $ */ +/* $Id: catopen.c,v 1.1.6.1 1998/04/30 16:48:57 ache Exp $ */ /* * Written by J.T. Conklin, 10/05/94 diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index 5b82c5ba4f9a..9dd50928179f 100644 --- a/lib/libc/nls/msgcat.c +++ b/lib/libc/nls/msgcat.c @@ -1,4 +1,4 @@ -/* $Id: msgcat.c,v 1.18 1998/07/14 18:27:43 ache Exp $ */ +/* $Id: msgcat.c,v 1.5.2.4 1998/07/14 18:29:20 ache Exp $ */ /*********************************************************** Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts. diff --git a/lib/libc/nls/msgcat.h b/lib/libc/nls/msgcat.h index 354ca1e35b8f..98f6d6140a05 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 $ */ +/* $Id: msgcat.h,v 1.3 1996/07/12 18:55:04 jkh Exp $ */ /* -*-c++-*- */ diff --git a/lib/libc/quad/Makefile.inc b/lib/libc/quad/Makefile.inc index 1566a3ead404..d88d7df1b36e 100644 --- a/lib/libc/quad/Makefile.inc +++ b/lib/libc/quad/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.5 1997/05/03 03:50:02 jb Exp $ +# $Id: Makefile.inc,v 1.4.2.1 1997/06/24 03:51:34 julian Exp $ # Quad support, if needed diff --git a/lib/libc/quad/quad.h b/lib/libc/quad/quad.h index 873a1f6bde0a..145d640f073f 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$ + * $Id: quad.h,v 1.2 1995/12/26 13:25:13 bde Exp $ */ /* diff --git a/lib/libc/regex/Makefile.inc b/lib/libc/regex/Makefile.inc index d626addff4dd..f8f4c62c8189 100644 --- a/lib/libc/regex/Makefile.inc +++ b/lib/libc/regex/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.3 1997/05/03 03:50:02 jb Exp $ +# $Id: Makefile.inc,v 1.2.8.1 1997/06/24 03:51:35 julian Exp $ # regex sources .PATH: ${.CURDIR}/../libc/regex diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index 76a5cf138cf0..c7339e50ffe6 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.3 1995/10/22 14:51:06 phk Exp $"; +static char *rcsid = "$Id: auth_none.c,v 1.4 1996/06/08 22:54:49 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index e96eb0879f93..757569783a93 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.5 1995/10/22 14:51:08 phk Exp $"; +static char *rcsid = "$Id: auth_unix.c,v 1.6 1996/06/10 20:13:00 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/authunix_prot.c b/lib/libc/rpc/authunix_prot.c index 5a8c2a465ed7..c818ba0de77c 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 = "$Id: authunix_prot.c,v 1.2 1995/05/30 05:41:12 rgrimes Exp $"; #endif /* diff --git a/lib/libc/rpc/bindresvport.c b/lib/libc/rpc/bindresvport.c index 4411ba95cf4f..ce507f40cc82 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.4 1996/06/10 00:49:15 jraynard Exp $"; +static char *rcsid = "$Id: bindresvport.c,v 1.5 1996/08/12 14:09:46 peter Exp $"; #endif /* diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index 44b9f79a3853..931e66c03eda 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.3 1995/10/22 14:51:12 phk Exp $"; +static char *rcsid = "$Id: clnt_generic.c,v 1.4 1996/08/12 14:00:18 peter Exp $"; #endif /* diff --git a/lib/libc/rpc/clnt_perror.c b/lib/libc/rpc/clnt_perror.c index 0bcd8f048a10..bc90d929efe0 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.4 1995/12/10 17:40:18 wpaul Exp $"; +static char *rcsid = "$Id: clnt_perror.c,v 1.5 1996/06/10 20:13:02 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index dc7b08b4bd69..dd50752bf027 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.4 1995/10/27 16:56:48 adam Exp $"; +static char *rcsid = "$Id: clnt_raw.c,v 1.5 1996/06/08 22:54:50 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/clnt_simple.c b/lib/libc/rpc/clnt_simple.c index 5d24b8502227..809828c08c8d 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.4 1996/06/10 20:13:03 jraynard Exp $"; +static char *rcsid = "$Id: clnt_simple.c,v 1.5 1996/08/12 14:00:20 peter Exp $"; #endif /* diff --git a/lib/libc/rpc/clnt_tcp.c b/lib/libc/rpc/clnt_tcp.c index be0709013654..17479f7e48e6 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.5 1995/12/07 12:50:53 bde Exp $"; +static char *rcsid = "$Id: clnt_tcp.c,v 1.6 1996/06/10 00:49:16 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/clnt_udp.c b/lib/libc/rpc/clnt_udp.c index 28dfddc23804..8f87583de9fc 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.6 1995/12/07 12:50:54 bde Exp $"; +static char *rcsid = "$Id: clnt_udp.c,v 1.7 1996/06/10 00:49:16 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/get_myaddress.c b/lib/libc/rpc/get_myaddress.c index 37400942a36a..c08cf9ebf259 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.4 1996/06/08 22:54:51 jraynard Exp $"; +static char *rcsid = "$Id: get_myaddress.c,v 1.4.2.1 1996/11/25 07:23:37 phk Exp $"; #endif /* diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c index eb278c09823a..a18cfdd21072 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.4 1996/06/10 20:13:04 jraynard Exp $"; +static char *rcsid = "$Id: getrpcent.c,v 1.5 1996/06/11 17:22:48 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/getrpcport.c b/lib/libc/rpc/getrpcport.c index 91af220a52df..cc90889207df 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.4 1996/06/08 22:54:52 jraynard Exp $"; +static char *rcsid = "$Id: getrpcport.c,v 1.5 1996/08/12 14:00:22 peter Exp $"; #endif /* diff --git a/lib/libc/rpc/pmap_clnt.c b/lib/libc/rpc/pmap_clnt.c index f1096790a26d..30439d807e0b 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.3 1995/10/22 14:51:28 phk Exp $"; +static char *rcsid = "$Id: pmap_clnt.c,v 1.4 1996/06/08 22:54:54 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/pmap_getmaps.c b/lib/libc/rpc/pmap_getmaps.c index 6119fc057515..fd5a674fa0b2 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.3 1995/10/22 14:51:29 phk Exp $"; +static char *rcsid = "$Id: pmap_getmaps.c,v 1.4 1996/06/10 00:49:17 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/pmap_getport.c b/lib/libc/rpc/pmap_getport.c index dd63a3757f40..6113f7fd0fe0 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.2 1995/05/30 05:41:24 rgrimes Exp $"; +static char *rcsid = "$Id: pmap_getport.c,v 1.3 1995/10/22 14:51:31 phk Exp $"; #endif /* diff --git a/lib/libc/rpc/pmap_prot.c b/lib/libc/rpc/pmap_prot.c index 07b5acd5b2af..fcb9c9997157 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 = "$Id: pmap_prot.c,v 1.2 1995/05/30 05:41:25 rgrimes Exp $"; #endif /* diff --git a/lib/libc/rpc/pmap_prot2.c b/lib/libc/rpc/pmap_prot2.c index 2f2a9a0c5231..d81f6129802d 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 = "$Id: pmap_prot2.c,v 1.3 1996/06/10 20:13:05 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c index b8cc248fa38d..1220c5782cc1 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.7 1996/06/10 04:59:05 wpaul Exp $"; +static char *rcsid = "$Id: pmap_rmt.c,v 1.8 1996/08/12 14:00:23 peter Exp $"; #endif /* diff --git a/lib/libc/rpc/rpc_callmsg.c b/lib/libc/rpc/rpc_callmsg.c index 23ca32e14a06..53f2482e9ba0 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.3 1995/10/22 14:51:33 phk Exp $"; +static char *rcsid = "$Id: rpc_callmsg.c,v 1.4 1996/06/08 22:54:55 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/rpc_commondata.c b/lib/libc/rpc/rpc_commondata.c index aa095265b086..8437b7982a9a 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.1 1994/08/07 18:36:01 wollman Exp $"; +static char *rcsid = "$Id: rpc_commondata.c,v 1.2 1995/05/30 05:41:29 rgrimes Exp $"; #endif #include <rpc/rpc.h> diff --git a/lib/libc/rpc/rpc_prot.c b/lib/libc/rpc/rpc_prot.c index 9f7d1c0ece28..994fd781cecd 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.2 1995/05/30 05:41:31 rgrimes Exp $"; +static char *rcsid = "$Id: rpc_prot.c,v 1.3 1996/06/10 20:13:06 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index 05f82d315472..67b951cfe9f4 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.5 1996/06/11 17:22:50 jraynard Exp $"; +static char *rcsid = "$Id: svc.c,v 1.6 1996/08/12 14:00:24 peter Exp $"; #endif /* diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 4ce0cafce463..7d206df02dec 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 = "$Id: svc_auth.c,v 1.3 1996/06/11 17:22:51 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c index 27ced54634e1..dcb996645503 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.2 1995/05/30 05:41:33 rgrimes Exp $"; +static char *rcsid = "$Id: svc_auth_unix.c,v 1.3 1995/10/22 14:51:35 phk Exp $"; #endif /* diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c index f72a5f4cb1ef..3a5bcb3cf47c 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 = "$Id: svc_raw.c,v 1.3 1995/10/22 14:51:36 phk Exp $"; #endif /* diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index 5c8486490a6b..ef83bd846383 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.2 1995/05/30 05:41:35 rgrimes Exp $"; +static char *rcsid = "$Id: svc_run.c,v 1.3 1996/06/10 00:49:19 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/svc_simple.c b/lib/libc/rpc/svc_simple.c index f18b417ced11..6d302347653b 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.3 1995/10/22 14:51:37 phk Exp $"; +static char *rcsid = "$Id: svc_simple.c,v 1.4 1996/06/10 20:13:08 jraynard Exp $"; #endif /* diff --git a/lib/libc/rpc/svc_tcp.c b/lib/libc/rpc/svc_tcp.c index b6ce3b51df50..f371f89f7997 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 = "$Id: svc_tcp.c,v 1.7.2.1 1998/05/18 16:15:18 wpaul Exp $"; #endif /* diff --git a/lib/libc/rpc/svc_udp.c b/lib/libc/rpc/svc_udp.c index 16a6140106d8..8146351d492b 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.5 1996/06/08 22:54:59 jraynard Exp $"; +static char *rcsid = "$Id: svc_udp.c,v 1.6 1996/08/12 14:00:26 peter Exp $"; #endif /* diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 658af059a4c7..1fcb0c8e936d 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.6.2.1 1997/06/24 03:51:36 julian Exp $ +# $Id: Makefile.inc,v 1.6.2.2 1998/04/13 23:20:52 steve Exp $ # stdio sources .PATH: ${.CURDIR}/../libc/stdio diff --git a/lib/libc/stdio/asprintf.c b/lib/libc/stdio/asprintf.c index 9b4d05b4397b..63be28cc559f 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[] = "$Id: asprintf.c,v 1.1 1996/05/27 10:49:42 peter Exp $"; #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..c665cf4fbb84 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$"; + "$Id: clrerr.c,v 1.3 1996/06/22 10:33:01 jraynard Exp $"; #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..402752ed0090 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$"; + "$Id: fclose.c,v 1.3 1996/06/22 10:33:02 jraynard Exp $"; #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..ca618a44fc2b 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$"; + "$Id: feof.c,v 1.3 1996/06/22 10:33:03 jraynard Exp $"; #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..de37ae242b95 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$"; + "$Id: ferror.c,v 1.3 1996/06/22 10:33:04 jraynard Exp $"; #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..2520686e34f6 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$"; + "$Id: fflush.c,v 1.3 1996/06/22 10:33:05 jraynard Exp $"; #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..a8cc240e0563 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$"; + "$Id: fgetc.c,v 1.3 1996/06/22 10:33:06 jraynard Exp $"; #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..a939b395679b 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$"; + "$Id: fgetln.c,v 1.3 1996/06/22 10:33:08 jraynard Exp $"; #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..01aacf8108ec 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$"; + "$Id: fgetpos.c,v 1.3 1996/06/22 10:33:09 jraynard Exp $"; #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..c5f7f652234d 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$"; + "$Id: fgets.c,v 1.5 1996/06/22 10:33:10 jraynard Exp $"; #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..4b9af68acb9f 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$"; + "$Id: fileno.c,v 1.3 1996/06/22 10:33:11 jraynard Exp $"; #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..664e0c6eab74 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$"; + "$Id: findfp.c,v 1.3 1996/06/22 10:33:12 jraynard Exp $"; #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..e47f123d5833 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$"; + "$Id: flags.c,v 1.3 1996/06/22 10:33:13 jraynard Exp $"; #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..0718a0c84979 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$"; + "$Id: fprintf.c,v 1.3 1996/06/22 10:33:15 jraynard Exp $"; #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..beb9c2466113 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$"; + "$Id: fpurge.c,v 1.3 1996/06/22 10:33:16 jraynard Exp $"; #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..76fbe23a0a43 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$"; + "$Id: fputc.c,v 1.3 1996/06/22 10:33:17 jraynard Exp $"; #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..afc12f91a5ae 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$"; + "$Id: fputs.c,v 1.3 1996/06/22 10:33:18 jraynard Exp $"; #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..30b3a1a1c1f8 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$"; + "$Id: fread.c,v 1.3 1996/06/22 10:33:20 jraynard Exp $"; #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..a993e18d7810 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$"; + "$Id: fscanf.c,v 1.3 1996/06/22 10:33:21 jraynard Exp $"; #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..c86db24b403a 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$"; + "$Id: fseek.c,v 1.4 1996/06/22 10:33:22 jraynard Exp $"; #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..d197c6af46a0 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$"; + "$Id: fsetpos.c,v 1.3 1996/06/22 10:33:23 jraynard Exp $"; #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..8746c84495a0 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$"; + "$Id: ftell.c,v 1.5 1996/06/22 10:33:25 jraynard Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index 59559c3995d4..6c4338730cd8 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: fvwrite.c,v 1.3 1996/06/22 10:33:27 jraynard Exp $"; + "$Id: fvwrite.c,v 1.3.2.1 1998/02/17 17:29:50 jkh Exp $"; #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..3a5bc75cc097 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$"; + "$Id: fwalk.c,v 1.3 1996/06/22 10:33:28 jraynard Exp $"; #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..833aec7cfcc6 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$"; + "$Id: fwrite.c,v 1.3 1996/06/22 10:33:32 jraynard Exp $"; #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..78a458d44c63 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$"; + "$Id: getc.c,v 1.3 1996/06/22 10:33:33 jraynard Exp $"; #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..2ed35a7cb755 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$"; + "$Id: getchar.c,v 1.3 1996/06/22 10:33:34 jraynard Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c index 0c821ea76bd1..3492e1c79ec5 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$"; + "$Id: gets.c,v 1.4 1996/06/22 10:33:35 jraynard Exp $"; #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..9d8262f1230e 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$"; + "$Id: getw.c,v 1.3 1996/06/22 10:33:36 jraynard Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index 16b6fbebf987..186e1c839ecb 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$"; + "$Id: mktemp.c,v 1.4.2.4 1998/04/15 03:11:37 peter Exp $"; #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..c49eed24e52e 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$"; + "$Id: printf.c,v 1.3 1996/06/22 10:33:39 jraynard Exp $"; #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..b7a2a3937f4a 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$"; + "$Id: putc.c,v 1.3 1996/06/22 10:33:40 jraynard Exp $"; #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..4b53d14ab48d 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$"; + "$Id: putchar.c,v 1.3 1996/06/22 10:33:42 jraynard Exp $"; #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..249fad59a003 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$"; + "$Id: puts.c,v 1.3 1996/06/22 10:33:43 jraynard Exp $"; #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..227f6fdf1d14 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$"; + "$Id: putw.c,v 1.3 1996/06/22 10:33:44 jraynard Exp $"; #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..1d4e2046ed7d 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 $"; + "$Id: refill.c,v 1.4 1996/08/13 17:49:45 peter Exp $"; #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..248e26a81cdf 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$"; + "$Id: remove.c,v 1.3 1996/06/22 10:33:46 jraynard Exp $"; #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..02b4a2c2f465 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$"; + "$Id: rewind.c,v 1.3 1996/06/22 10:33:48 jraynard Exp $"; #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..f3fa66ff4d5d 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$"; + "$Id: scanf.c,v 1.3 1996/06/22 10:33:50 jraynard Exp $"; #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..291951dc8dcf 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$"; + "$Id: setbuffer.c,v 1.2 1996/06/22 10:33:51 jraynard Exp $"; #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..45134f6cf18f 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$"; + "$Id: setvbuf.c,v 1.3 1996/06/22 10:33:53 jraynard Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/snprintf.c b/lib/libc/stdio/snprintf.c index 109a874c31e8..a6b7a6e97a5e 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: snprintf.c,v 1.11 1998/01/01 20:15:55 ache Exp $"; + "$Id: snprintf.c,v 1.3.2.1 1998/02/10 20:44:37 ache Exp $"; #endif /* LIBC_SCCS and not lint */ #include <limits.h> diff --git a/lib/libc/stdio/sprintf.c b/lib/libc/stdio/sprintf.c index fb0514d5ff2b..f12c3197adf9 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$"; + "$Id: sprintf.c,v 1.3 1996/06/22 10:33:55 jraynard Exp $"; #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..52bd947ae195 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$"; + "$Id: sscanf.c,v 1.3 1996/06/22 10:33:56 jraynard Exp $"; #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..1bd61e8ed501 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$"; + "$Id: stdio.c,v 1.4 1996/06/22 10:33:57 jraynard Exp $"; #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..b0b8ef8e7255 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$"; + "$Id: tempnam.c,v 1.3 1996/06/22 10:33:58 jraynard Exp $"; #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..a2361cdaee9e 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$"; + "$Id: ungetc.c,v 1.3 1996/06/22 10:33:59 jraynard Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c index b24f49fd182f..eb2894c7d854 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.3 1996/07/28 16:16:11 peter Exp $"; +static char rcsid[] = "$Id: vasprintf.c,v 1.3.4.1 1997/07/11 14:32:11 peter Exp $"; #endif /* LIBC_RCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index 9fdd5edce6e8..e201797d744f 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: vfprintf.c,v 1.9.2.1 1998/02/10 20:40:20 ache Exp $"; + "$Id: vfprintf.c,v 1.9.2.2 1998/02/17 17:33:54 jkh Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index df92fcbb4289..c8652184a5d6 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: vfscanf.c,v 1.3.2.4 1997/11/23 06:03:31 bde Exp $"; + "$Id: vfscanf.c,v 1.3.2.5 1998/02/17 17:33:57 jkh Exp $"; #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..e1743e0499ab 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$"; + "$Id: vprintf.c,v 1.3 1996/06/22 10:34:07 jraynard Exp $"; #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..863c381844df 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$"; + "$Id: vscanf.c,v 1.3 1996/06/22 10:34:09 jraynard Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index 5c72f4dfa3be..0c22660ba0cf 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: vsnprintf.c,v 1.11 1998/01/01 20:15:58 ache Exp $"; + "$Id: vsnprintf.c,v 1.3.2.1 1998/02/10 20:44:40 ache Exp $"; #endif /* LIBC_SCCS and not lint */ #include <limits.h> diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c index 911d97fa36fe..140a95bce447 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$"; + "$Id: vsprintf.c,v 1.3 1996/06/22 10:34:11 jraynard Exp $"; #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..001d624a722e 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$"; + "$Id: vsscanf.c,v 1.4 1996/06/22 10:34:12 jraynard Exp $"; #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..604d975a9f63 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$"; + "$Id: wbuf.c,v 1.3 1996/06/22 10:34:13 jraynard Exp $"; #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..80604d71a3ad 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$"; + "$Id: wsetup.c,v 1.3 1996/06/22 10:34:15 jraynard Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 362665bc2545..6a788f4bb30a 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95 -# $Id: Makefile.inc,v 1.4.2.2 1997/07/24 08:25:24 phk Exp $ +# $Id: Makefile.inc,v 1.4.2.3 1998/03/01 17:43:17 jkh Exp $ # machine-independent stdlib sources .PATH: ${.CURDIR}/../libc/${MACHINE}/stdlib ${.CURDIR}/../libc/stdlib diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3 index ba55204ff3c4..4f89b0aa132f 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: abs.3,v 1.5 1997/02/22 15:03:06 peter Exp $ +.\" $Id: abs.3,v 1.2.2.1 1997/02/28 05:50:27 mpp Exp $ .\" .Dd June 4, 1993 .Dt ABS 3 diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 1b0e61c4862d..cd5d8bd5ebc8 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: malloc.3,v 1.6.2.2 1997/07/24 08:25:25 phk Exp $ +.\" $Id: malloc.3,v 1.6.2.3 1997/09/19 06:18:14 charnier Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 50737c3ab798..194afe69ab66 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.2.4 1998/04/23 08:21:49 tg Exp $ + * $Id: malloc.c,v 1.18.2.5 1998/04/30 07:53:36 tg Exp $ * */ diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 2b9e8e742fb6..e1068262f505 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: memory.3,v 1.2 1996/12/23 23:09:38 wosch Exp $ +.\" $Id: memory.3,v 1.1.1.1.8.1 1997/01/02 17:47:49 mpp Exp $ .\" .Dd June 4, 1993 .Dt MEMORY 3 diff --git a/lib/libc/stdlib/qsort.c b/lib/libc/stdlib/qsort.c index 2e166a9854df..c7b3ce78ae85 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 $"; + "$Id: qsort.c,v 1.5 1996/08/31 14:47:23 bde Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> diff --git a/lib/libc/stdlib/random.c b/lib/libc/stdlib/random.c index 2e6aab72fc8d..fe41508dd215 100644 --- a/lib/libc/stdlib/random.c +++ b/lib/libc/stdlib/random.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: random.c,v 1.4.2.1 1998/03/01 17:43:20 jkh Exp $ * */ diff --git a/lib/libc/stdlib/strhash.c b/lib/libc/stdlib/strhash.c index 8e2230bc72a0..21223127a5c7 100644 --- a/lib/libc/stdlib/strhash.c +++ b/lib/libc/stdlib/strhash.c @@ -1,5 +1,5 @@ #ifndef lint -static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.5 1995/10/22 14:53:17 phk Exp $"; +static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.6 1996/01/13 14:25:04 jkh Exp $"; #endif /* @@ -37,6 +37,10 @@ static char *rcsid = "$Header: /home/ncvs/src/lib/libc/stdlib/strhash.c,v 1.5 19 /* * $Log: strhash.c,v $ + * Revision 1.6 1996/01/13 14:25:04 jkh + * Return pointer to new hash node when search inserts it (e.g. there + * was some datum given). + * * Revision 1.5 1995/10/22 14:53:17 phk * Mino cleanup, #includes & unused vars. * diff --git a/lib/libc/stdtime/Makefile.inc b/lib/libc/stdtime/Makefile.inc index 951da27d63da..0d98e5985956 100644 --- a/lib/libc/stdtime/Makefile.inc +++ b/lib/libc/stdtime/Makefile.inc @@ -1,5 +1,5 @@ # Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp -# $Id: Makefile.inc,v 1.3.2.1 1997/06/24 03:51:37 julian Exp $ +# $Id: Makefile.inc,v 1.3.2.2 1997/09/14 13:09:16 jkh Exp $ .PATH: ${.CURDIR}/../libc/stdtime diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index c376ca88f985..42ce93950a59 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.19 1997/10/03 19:06:57 helbig Exp $"; + "$Id: strftime.c,v 1.11.2.6 1997/10/11 14:25:14 helbig Exp $"; #endif #ifndef lint diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3 index bdda0e348cd1..cf8d4a172b3b 100644 --- a/lib/libc/stdtime/strptime.3 +++ b/lib/libc/stdtime/strptime.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$ +.\" $Id: strptime.3,v 1.1 1997/08/09 15:43:54 joerg Exp $ .\" " .Dd May 8, 1997 .Dt STRPTIME 3 diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c index 1158b254b950..408ec70bca9a 100644 --- a/lib/libc/stdtime/strptime.c +++ b/lib/libc/stdtime/strptime.c @@ -53,7 +53,7 @@ #ifdef LIBC_RCS static const char rcsid[] = - "$Id: strptime.c,v 1.2 1997/08/09 15:43:56 joerg Exp $"; + "$Id: strptime.c,v 1.3 1997/08/13 13:11:53 ache Exp $"; #endif #ifndef lint diff --git a/lib/libc/stdtime/timelocal.c b/lib/libc/stdtime/timelocal.c index ef40035c09f4..4ac4a478ebcc 100644 --- a/lib/libc/stdtime/timelocal.c +++ b/lib/libc/stdtime/timelocal.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: timelocal.c,v 1.1 1997/08/09 15:43:57 joerg Exp $ */ #include <sys/types.h> diff --git a/lib/libc/stdtime/timelocal.h b/lib/libc/stdtime/timelocal.h index 8593aee3ec3e..d0c67a8bbb91 100644 --- a/lib/libc/stdtime/timelocal.h +++ b/lib/libc/stdtime/timelocal.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: timelocal.h,v 1.1 1997/08/09 15:43:59 joerg Exp $ */ /* diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 958a8e43c848..1690c018e3a9 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: Makefile.inc,v 1.10 1997/05/03 03:50:05 jb Exp $ +# $Id: Makefile.inc,v 1.7.2.1 1997/06/24 03:51:38 julian Exp $ .PATH: ${.CURDIR}/../libc/${MACHINE}/string ${.CURDIR}/../libc/string diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index 4fbee334f0e1..5f62e2b3cb92 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$ +.\" $Id: memcmp.3,v 1.2 1996/10/05 22:26:36 wosch Exp $ .\" .Dd June 4, 1993 .Dt MEMCMP 3 diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index b9169136c3f2..63eddc8b11ab 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 $ + * $Id: strcoll.c,v 1.7 1996/08/13 17:03:17 ache Exp $ */ #include <stdlib.h> diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 53d9f047879c..ad01c18ea9db 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: strdup.3,v 1.6 1997/02/22 15:03:27 peter Exp $ +.\" $Id: strdup.3,v 1.3.2.1 1997/02/28 05:50:32 mpp Exp $ .\" .Dd June 9, 1993 .Dt STRDUP 3 diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 387da5f73093..7d486f321b58 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: string.3,v 1.5 1997/02/22 15:03:29 peter Exp $ +.\" $Id: string.3,v 1.2.2.1 1997/02/28 05:50:32 mpp Exp $ .\" .Dd December 11, 1993 .Dt STRING 3 diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index 2d656d20beaa..734513cdc302 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.9 1998/06/05 09:49:51 ache Exp $ + * $Id: strxfrm.c,v 1.6.2.1 1998/06/05 09:53:52 ache Exp $ */ #include <stdlib.h> diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 30bbdbf70703..a59c9ccf871c 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.3 (Berkeley) 10/24/94 -# $Id: Makefile.inc,v 1.20.2.5 1997/09/03 06:58:46 peter Exp $ +# $Id: Makefile.inc,v 1.20.2.6 1998/06/29 19:18:06 dt Exp $ # sys sources .PATH: ${.CURDIR}/../libc/${MACHINE}/sys ${.CURDIR}/../libc/sys diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 02c2fde2e127..2f2cd54fddf7 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 $ +.\" $Id: _exit.2,v 1.4.2.1 1996/12/03 15:37:12 phk Exp $ .\" .Dd June 4, 1993 .Dt EXIT 2 diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index 8a14cc6aa2e5..780d232fc3ea 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)accept.2 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $Id: accept.2,v 1.3.2.2 1998/02/17 19:13:12 jkh Exp $ .\" .Dd December 11, 1993 .Dt ACCEPT 2 diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index 4061723b4051..4d8fd919baaa 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.4 1997/01/11 23:55:54 mpp Exp $ +.\" $Id: access.2,v 1.2.2.2 1997/01/11 23:59:42 mpp Exp $ .\" .Dd April 1, 1994 .Dt ACCESS 2 diff --git a/lib/libc/sys/chdir.2 b/lib/libc/sys/chdir.2 index 4d6005218436..0563e2da46f9 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.4 1997/01/11 23:55:56 mpp Exp $ +.\" $Id: chdir.2,v 1.2.2.2 1997/01/11 23:59:45 mpp Exp $ .\" .Dd December 11, 1993 .Dt CHDIR 2 diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 73be66fa5f15..3879c311278f 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.9 1997/03/21 20:57:18 mpp Exp $ +.\" $Id: chmod.2,v 1.3.2.4 1997/03/25 02:45:28 mpp Exp $ .\" .Dd June 4, 1993 .Dt CHMOD 2 diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index d4f0600e05ec..920cfe21ed98 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.4.2.4 1997/04/01 19:19:04 mpp Exp $ +.\" $Id: chown.2,v 1.4.2.5 1997/05/03 11:22:34 peter Exp $ .\" .Dd April 19, 1994 .Dt CHOWN 2 diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index fdba5eb63d76..3ed45a94442f 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.8 1997/02/22 15:03:47 peter Exp $ +.\" $Id: close.2,v 1.4.2.2 1997/02/28 05:50:40 mpp Exp $ .\" .Dd April 19, 1994 .Dt CLOSE 2 diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2 index 84f746514e8b..0f9ce6882a2b 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.8 1997/03/09 13:16:48 mckay Exp $ +.\" $Id: dup.2,v 1.3.2.3 1997/03/09 22:16:51 mpp Exp $ .\" .Dd June 4, 1993 .Dt DUP 2 diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index c7a5d87be706..9b323a8a4651 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)execve.2 8.5 (Berkeley) 6/1/94 -.\" $Id$ +.\" $Id: execve.2,v 1.6.2.4 1998/02/17 19:13:23 jkh Exp $ .\" .Dd June 1, 1994 .Dt EXECVE 2 diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index c8fcc41ed44e..66cda0468350 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fork.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: fork.2,v 1.3.2.3 1998/02/17 19:18:06 jkh Exp $ .\" .Dd June 4, 1993 .Dt FORK 2 diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2 index 5db15e023032..c3998d8d1d94 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 $ +.\" $Id: getpid.2,v 1.3.2.1 1996/12/03 15:37:28 phk Exp $ .\" .Dd June 4, 1993 .Dt GETPID 2 diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index b6df06e2af6c..dbe0872cc396 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getrlimit.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: getrlimit.2,v 1.5.2.2 1998/02/17 19:36:13 jkh Exp $ .\" .Dd June 4, 1993 .Dt GETRLIMIT 2 diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2 index 26662758055b..03d8cd046e89 100644 --- a/lib/libc/sys/getrusage.2 +++ b/lib/libc/sys/getrusage.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getrusage.2 8.1 (Berkeley) 6/4/93 -.\" $Id: getrusage.2,v 1.6.2.2 1998/02/17 19:36:15 jkh Exp $ +.\" $Id: getrusage.2,v 1.6.2.3 1998/07/19 06:51:35 jkh Exp $ .\" .Dd June 4, 1993 .Dt GETRUSAGE 2 diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index a216b077e4c7..214e79589748 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getsockopt.2 8.4 (Berkeley) 5/2/95 -.\" $Id: getsockopt.2,v 1.9 1997/03/11 11:35:50 peter Exp $ +.\" $Id: getsockopt.2,v 1.6.2.1 1997/03/12 14:50:50 mpp Exp $ .\" .Dd May 2, 1995 .Dt GETSOCKOPT 2 diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index c3a5a211439a..647c8cba6ab9 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gettimeofday.2 8.2 (Berkeley) 5/26/95 -.\" $Id$ +.\" $Id: gettimeofday.2,v 1.3.2.2 1998/02/17 19:36:17 jkh Exp $ .\" .Dd May 26, 1995 .Dt GETTIMEOFDAY 2 diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2 index e72955286df9..11671f6a0516 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.2.2 1997/04/01 19:28:11 mpp Exp $ +.\" $Id: getuid.2,v 1.2.2.3 1998/02/17 19:36:18 jkh Exp $ .\" .Dd June 4, 1993 .Dt GETUID 2 diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2 index e4760dbf6da7..e34cc92e5320 100644 --- a/lib/libc/sys/issetugid.2 +++ b/lib/libc/sys/issetugid.2 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: issetugid.2,v 1.4.2.1 1997/09/03 06:58:49 peter Exp $ +.\" $Id: issetugid.2,v 1.4.2.2 1998/02/17 19:36:23 jkh Exp $ .\" .Dd August, 25 1996 .Dt ISSETUGID 2 diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index c43c28100805..86d0c860a24c 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.6 1997/02/22 15:03:55 peter Exp $ +.\" $Id: kill.2,v 1.2.2.2 1997/02/28 05:50:48 mpp Exp $ .\" .Dd April 19, 1994 .Dt KILL 2 diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index af63e9ad8985..c1f4f5b146f2 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: ktrace.2,v 1.6 1997/02/22 15:03:57 peter Exp $ +.\" $Id: ktrace.2,v 1.3.2.1 1997/02/28 05:50:49 mpp Exp $ .\" .Dd June 4, 1993 .Dt KTRACE 2 diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index e408e47116dd..a693bf119c04 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.4.2.2 1997/01/12 00:00:07 mpp Exp $ +.\" $Id: link.2,v 1.4.2.3 1998/02/17 19:36:24 jkh Exp $ .\" .Dd January 12, 1994 .Dt LINK 2 diff --git a/lib/libc/sys/listen.2 b/lib/libc/sys/listen.2 index 65f888d42613..52c7eb718016 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 $ +.\" $Id: listen.2,v 1.7 1996/08/22 23:28:18 mpp Exp $ .\" .Dd November 3, 1995 .Dt LISTEN 2 diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2 index 80fd838856d6..d280aebb1b56 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 $ +.\" $Id: lseek.2,v 1.3.2.1 1996/12/03 15:37:36 phk Exp $ .\" .Dd April 19, 1994 .Dt LSEEK 2 diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2 index 522ac3e14c5e..51328f4c9bd5 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.2.1 1997/01/11 23:34:42 mpp Exp $ +.\" $Id: madvise.2,v 1.7.2.2 1998/06/06 05:03:42 jkoshy Exp $ .\" .Dd Jul 19, 1996 .Dt MADVISE 2 diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2 index 5e6c33577c5d..1b390400a423 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.4.2.3 1998/06/06 05:03:43 jkoshy Exp $ +.\" $Id: mincore.2,v 1.4.2.4 1998/07/19 06:51:36 jkh Exp $ .\" .Dd June 9, 1993 .Dt MINCORE 2 diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2 index 997bafd8a82a..ba0fde7c9d37 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 $ +.\" $Id: minherit.2,v 1.1.2.1 1997/01/12 00:39:21 mpp Exp $ .\" .\" 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 5782cc154cd4..5f0b9427e0cf 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.4 1997/01/11 23:56:06 mpp Exp $ +.\" $Id: mkdir.2,v 1.2.2.2 1997/01/12 00:00:13 mpp Exp $ .\" .Dd December 11, 1993 .Dt MKDIR 2 diff --git a/lib/libc/sys/profil.2 b/lib/libc/sys/profil.2 index 8db74bae3640..25a9595ae6ec 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$ +.\" $Id: profil.2,v 1.3 1996/08/29 21:24:13 wosch Exp $ .\" .Dd "June 4, 1993" .Dt PROFIL 2 diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 9c281339f576..0d426cbfe238 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $Id: ptrace.2,v 1.10 1997/03/21 20:57:20 mpp Exp $ +.\" $Id: ptrace.2,v 1.5.2.3 1997/03/25 02:45:31 mpp Exp $ .\" $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 04a2ad76269f..f5f08e4fef39 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.4 1997/01/11 23:56:12 mpp Exp $ +.\" $Id: readlink.2,v 1.2.2.2 1997/01/12 00:00:30 mpp Exp $ .\" .Dd June 4, 1993 .Dt READLINK 2 diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index da22418c8e60..93ab53cf84f6 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.4 1997/01/11 23:56:13 mpp Exp $ +.\" $Id: rename.2,v 1.2.2.2 1997/01/12 00:00:32 mpp Exp $ .\" .Dd June 4, 1993 .Dt RENAME 2 diff --git a/lib/libc/sys/rtprio.2 b/lib/libc/sys/rtprio.2 index 9d59e6afe4af..1068bc2d15a6 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.5.2.2 1997/03/25 02:45:33 mpp Exp $ +.\" $Id: rtprio.2,v 1.5.2.3 1998/07/19 06:51:36 jkh Exp $ .\" .Dd July 23, 1994 .Dt RTPRIO 2 diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2 index ce183a81b59c..34759af1aef2 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 $ +.\" $Id: semctl.2,v 1.2.2.1 1998/02/17 19:46:06 jkh Exp $ .\" .Dd September 12, 1995 .Dt SEMCTL 2 diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2 index 422ac652bbdb..295a4e4055cd 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.4.1 1996/12/04 16:02:41 phk Exp $ +.\" $Id: semget.2,v 1.1.4.2 1998/02/17 19:46:08 jkh Exp $ .\" .Dd September 12, 1995 .Dt SEMGET 2 diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index ecca5d8836f8..428936076a3a 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.2.2.1 1997/03/03 14:41:19 bde Exp $ +.\" $Id: semop.2,v 1.2.2.2 1998/02/17 19:46:10 jkh Exp $ .\" .Dd September 22, 1995 .Dt SEMOP 2 diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index a2f61d934f91..175f3a05e062 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.7 1997/02/22 15:04:22 peter Exp $ +.\" $Id: send.2,v 1.3.2.2 1997/02/28 05:50:59 mpp Exp $ .\" .Dd February 15, 1995 .Dt SEND 2 diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 45d19b78e8f0..0de11dd497f5 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.4.2.7 1998/02/17 19:46:17 jkh Exp $ +.\" $Id: setuid.2,v 1.4.2.8 1998/07/19 06:51:36 jkh Exp $ .\" .Dd June 4, 1993 .Dt SETUID 2 diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2 index 7213ed720db0..f8ff6899b77a 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.2.2.1 1997/02/28 05:51:00 mpp Exp $ +.\" $Id: shmat.2,v 1.2.2.2 1998/02/17 19:46:17 jkh Exp $ .\" .Dd August 2, 1995 .Dt SHMAT 2 diff --git a/lib/libc/sys/shmctl.2 b/lib/libc/sys/shmctl.2 index c70d9ff316f9..2ff7bdcb3b8c 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.2.2.1 1997/03/03 14:46:33 bde Exp $ +.\" $Id: shmctl.2,v 1.2.2.2 1998/02/17 19:46:18 jkh Exp $ .\" .Dd July 17, 1995 .Dt SHMCTL 2 diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2 index 3d53a3b9d7e6..bf75871e7ef6 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.2.2.1 1997/02/28 05:51:00 mpp Exp $ +.\" $Id: shmget.2,v 1.2.2.2 1998/02/17 19:46:19 jkh Exp $ .\" .Dd July 3, 1995 .Dt SHMGET 2 diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2 index 9339776b9dfa..8c7dddb2c244 100644 --- a/lib/libc/sys/sigaltstack.2 +++ b/lib/libc/sys/sigaltstack.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sigaltstack.2 8.2 (Berkeley) 5/1/95 -.\" $Id$ +.\" $Id: sigaltstack.2,v 1.3.2.1 1998/02/17 19:46:20 jkh Exp $ .\" .Dd May 1, 1995 .Dt SIGALTSTACK 2 diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 79f3154dd05a..e07c784ac7cf 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.3.2.2 1997/03/25 02:49:27 mpp Exp $ +.\" $Id: socket.2,v 1.3.2.3 1998/02/17 19:48:13 jkh Exp $ .\" .Dd November 24, 1997 .Dt SOCKET 2 diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index cb016d4b6d13..2523c6370278 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.9 1997/01/11 23:56:19 mpp Exp $ +.\" $Id: stat.2,v 1.6.2.3 1997/01/12 00:00:35 mpp Exp $ .\" .Dd April 19, 1994 .Dt STAT 2 diff --git a/lib/libc/sys/umask.2 b/lib/libc/sys/umask.2 index f250a6e2911b..80c3c2ea3e57 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 $ +.\" $Id: umask.2,v 1.2.2.1 1996/12/03 15:38:07 phk Exp $ .\" .Dd June 4, 1993 .Dt UMASK 2 diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index 647a95122338..484086b9837d 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.5 1997/01/11 23:56:31 mpp Exp $ +.\" $Id: unlink.2,v 1.4.2.1 1997/01/12 00:00:43 mpp Exp $ .\" .Dd June 4, 1993 .Dt UNLINK 2 diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 904184cd87e9..65968d98acbf 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.4.2.3 1997/11/18 04:07:05 jdp Exp $ +.\" $Id: vfork.2,v 1.4.2.4 1998/02/17 19:48:18 jkh Exp $ .\" .Dd June 4, 1993 .Dt VFORK 2 diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3 index 57204ccebada..f64e5b1cdc9b 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$ +.\" $Id: xdr.3,v 1.3 1996/10/05 22:26:44 wosch Exp $ .\" .TH XDR 3 "16 February 1988" .SH NAME diff --git a/lib/libc/xdr/xdr.c b/lib/libc/xdr/xdr.c index 87b4f7aaacf4..f37d98764f2a 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.2 1995/05/30 05:42:03 rgrimes Exp $"; +static char *rcsid = "$Id: xdr.c,v 1.3 1995/10/22 14:53:51 phk Exp $"; #endif /* diff --git a/lib/libc/xdr/xdr_array.c b/lib/libc/xdr/xdr_array.c index 35bbb2bd99e8..eb4025b4c3ba 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.2 1995/05/30 05:42:04 rgrimes Exp $"; +static char *rcsid = "$Id: xdr_array.c,v 1.3 1995/10/22 14:53:54 phk Exp $"; #endif /* diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c index 105ca43bbfad..e76f5439849c 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.1 1994/08/07 18:39:32 wollman Exp $"; +static char *rcsid = "$Id: xdr_float.c,v 1.2 1995/05/30 05:42:04 rgrimes Exp $"; #endif /* diff --git a/lib/libc/xdr/xdr_mem.c b/lib/libc/xdr/xdr_mem.c index 6f82f670f17a..85ffc6db610d 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.2 1995/05/30 05:42:06 rgrimes Exp $"; +static char *rcsid = "$Id: xdr_mem.c,v 1.3 1995/10/22 14:53:55 phk Exp $"; #endif /* diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c index 2e29e9bd0ca0..0e7c1aa9173b 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.2.1 1998/05/18 16:15:26 wpaul Exp $"; +static char *rcsid = "$Id: xdr_rec.c,v 1.4.2.2 1998/05/20 16:00:33 wpaul Exp $"; #endif /* diff --git a/lib/libc/xdr/xdr_reference.c b/lib/libc/xdr/xdr_reference.c index 91ccff2d79cf..b626c5332fcc 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.2 1995/05/30 05:42:12 rgrimes Exp $"; +static char *rcsid = "$Id: xdr_reference.c,v 1.3 1995/10/22 14:53:58 phk Exp $"; #endif /* diff --git a/lib/libc/xdr/xdr_stdio.c b/lib/libc/xdr/xdr_stdio.c index 5cfdf205a619..ecf6e4448872 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.1 1994/08/07 18:39:35 wollman Exp $"; +static char *rcsid = "$Id: xdr_stdio.c,v 1.2 1995/05/30 05:42:12 rgrimes Exp $"; #endif /* diff --git a/lib/libc/yp/Makefile.inc b/lib/libc/yp/Makefile.inc index fadbae99844e..6a4bb45485e9 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.2.2.1 1997/05/23 08:30:36 asami Exp $ +# $Id: Makefile.inc,v 1.2.2.2 1997/06/24 03:51:39 julian Exp $ # yp sources .PATH: ${.CURDIR}/../libc/yp diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c index 2d63227713dd..715db2401ca9 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 = "$Id: xdryp.c,v 1.6 1996/06/03 13:16:53 jraynard Exp $"; #endif #include <rpc/rpc.h> diff --git a/lib/libc/yp/yplib.c b/lib/libc/yp/yplib.c index 28c748dda352..0383aaa07cc5 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.24.2.2 1996/12/21 18:17:42 wpaul Exp $"; +static char *rcsid = "$Id: yplib.c,v 1.24.2.3 1997/04/10 20:29:35 wpaul Exp $"; #endif #include <sys/param.h> diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index 04704145a043..6af6f2e43d96 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 2/3/94 -# $Id: Makefile,v 1.6 1997/05/03 03:57:21 jb Exp $ +# $Id: Makefile,v 1.4.2.1 1997/06/23 23:49:27 julian Exp $ # # All library objects contain rcsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc index 7d67fb8858bb..e4beb4fe2a3e 100644 --- a/lib/libc_r/man/Makefile.inc +++ b/lib/libc_r/man/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1 1996/08/20 08:20:42 julian Exp $ # POSIX thread man files diff --git a/lib/libc_r/man/pthread_getspecific.3 b/lib/libc_r/man/pthread_getspecific.3 index b53841e0e76d..fdd8f92fd6ee 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$ +.\" $Id: pthread_getspecific.3,v 1.2 1996/09/23 22:23:01 wosch Exp $ .\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 diff --git a/lib/libc_r/sys/Makefile.inc b/lib/libc_r/sys/Makefile.inc index e7d300117ce8..73e998ac028e 100644 --- a/lib/libc_r/sys/Makefile.inc +++ b/lib/libc_r/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.5.2.1 1997/06/24 00:27:44 julian Exp $ +# $Id: Makefile.inc,v 1.5.2.2 1998/06/29 19:18:14 dt Exp $ .PATH: ${.CURDIR}/sys diff --git a/lib/libc_r/uthread/Makefile.inc b/lib/libc_r/uthread/Makefile.inc index 59e0bcbde00f..8c5c00238e8d 100644 --- a/lib/libc_r/uthread/Makefile.inc +++ b/lib/libc_r/uthread/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.3.2.2 1997/06/24 00:27:45 julian Exp $ +# $Id: Makefile.inc,v 1.3.2.3 1997/11/24 23:07:51 alex Exp $ # uthread sources .PATH: ${.CURDIR}/uthread diff --git a/lib/libc_r/uthread/uthread_fd.c b/lib/libc_r/uthread/uthread_fd.c index 7decb36f8d95..5f7574d565cb 100644 --- a/lib/libc_r/uthread/uthread_fd.c +++ b/lib/libc_r/uthread/uthread_fd.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_fd.c,v 1.2.2.2 1998/02/13 01:35:55 julian Exp $ + * $Id: uthread_fd.c,v 1.2.2.3 1998/05/26 22:11:30 jb Exp $ * */ #include <errno.h> diff --git a/lib/libc_r/uthread/uthread_kern.c b/lib/libc_r/uthread/uthread_kern.c index 2f7a6fc7d3f0..079df9c2fec8 100644 --- a/lib/libc_r/uthread/uthread_kern.c +++ b/lib/libc_r/uthread/uthread_kern.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_kern.c,v 1.3.2.3 1998/04/17 11:22:26 tg Exp $ + * $Id: uthread_kern.c,v 1.3.2.4 1998/04/30 22:26:30 jb Exp $ * */ #include <errno.h> diff --git a/lib/libc_r/uthread/uthread_open.c b/lib/libc_r/uthread/uthread_open.c index acb901f4aacf..da80f52c0682 100644 --- a/lib/libc_r/uthread/uthread_open.c +++ b/lib/libc_r/uthread/uthread_open.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_open.c,v 1.3 1997/05/03 03:57:21 jb Exp $ + * $Id: uthread_open.c,v 1.2.2.1 1997/06/24 00:28:06 julian Exp $ * */ #include <stdarg.h> diff --git a/lib/libc_r/uthread/uthread_read.c b/lib/libc_r/uthread/uthread_read.c index d92d751e9358..19d10ca699ad 100644 --- a/lib/libc_r/uthread/uthread_read.c +++ b/lib/libc_r/uthread/uthread_read.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_read.c,v 1.3 1997/04/01 22:44:15 jb Exp $ + * $Id: uthread_read.c,v 1.1.2.1 1997/06/24 00:28:06 julian Exp $ * */ #include <sys/types.h> diff --git a/lib/libc_r/uthread/uthread_readv.c b/lib/libc_r/uthread/uthread_readv.c index 17287f2ee6a2..f38c3b959e26 100644 --- a/lib/libc_r/uthread/uthread_readv.c +++ b/lib/libc_r/uthread/uthread_readv.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_readv.c,v 1.3 1997/04/01 22:44:16 jb Exp $ + * $Id: uthread_readv.c,v 1.1.2.1 1997/06/24 00:28:07 julian Exp $ * */ #include <sys/types.h> diff --git a/lib/libc_r/uthread/uthread_socketpair.c b/lib/libc_r/uthread/uthread_socketpair.c index 272539118df5..870c58216f80 100644 --- a/lib/libc_r/uthread/uthread_socketpair.c +++ b/lib/libc_r/uthread/uthread_socketpair.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_socketpair.c,v 1.3 1997/04/01 22:52:43 jb Exp $ + * $Id: uthread_socketpair.c,v 1.1.2.1 1997/06/24 00:28:12 julian Exp $ * */ #include <sys/types.h> diff --git a/lib/libc_r/uthread/uthread_write.c b/lib/libc_r/uthread/uthread_write.c index a8ae1bb00966..96c6e63f53b6 100644 --- a/lib/libc_r/uthread/uthread_write.c +++ b/lib/libc_r/uthread/uthread_write.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_write.c,v 1.1.2.2 1998/02/13 01:35:56 julian Exp $ + * $Id: uthread_write.c,v 1.1.2.3 1998/05/26 22:07:27 jb Exp $ * */ #include <sys/types.h> diff --git a/lib/libc_r/uthread/uthread_writev.c b/lib/libc_r/uthread/uthread_writev.c index 994d65ab1e1b..665a75496ab1 100644 --- a/lib/libc_r/uthread/uthread_writev.c +++ b/lib/libc_r/uthread/uthread_writev.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_writev.c,v 1.1.2.2 1998/02/13 01:35:57 julian Exp $ + * $Id: uthread_writev.c,v 1.1.2.3 1998/05/26 22:07:28 jb Exp $ * */ #include <sys/types.h> diff --git a/lib/libcalendar/Makefile b/lib/libcalendar/Makefile index 37b00f899b2e..52382435a4e9 100644 --- a/lib/libcalendar/Makefile +++ b/lib/libcalendar/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2.2.1 1998/01/12 05:11:13 obrien Exp $ +# $Id: Makefile,v 1.2.2.2 1998/01/12 06:20:57 obrien Exp $ LIB= calendar diff --git a/lib/libcalendar/calendar.3 b/lib/libcalendar/calendar.3 index 2b0c22022f3e..a23995aa1453 100644 --- a/lib/libcalendar/calendar.3 +++ b/lib/libcalendar/calendar.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: calendar.3,v 1.3.2.2 1998/01/12 06:20:59 obrien Exp $ +.\" $Id: calendar.3,v 1.3.2.3 1998/07/19 06:51:37 jkh Exp $ .\" .Dd November 29, 1997 .Dt CALENDAR 3 diff --git a/lib/libcalendar/calendar.c b/lib/libcalendar/calendar.c index ae9da64ca929..2b38928855ce 100644 --- a/lib/libcalendar/calendar.c +++ b/lib/libcalendar/calendar.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: calendar.c,v 1.2.2.1 1998/01/12 05:11:17 obrien Exp $ + * $Id: calendar.c,v 1.2.2.2 1998/01/12 06:21:00 obrien Exp $ */ #include "calendar.h" diff --git a/lib/libcalendar/calendar.h b/lib/libcalendar/calendar.h index 011e4d04cb9e..e44dbec2aac5 100644 --- a/lib/libcalendar/calendar.h +++ b/lib/libcalendar/calendar.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: calendar.h,v 1.3.2.1 1998/01/12 05:11:19 obrien Exp $ + * $Id: calendar.h,v 1.3.2.2 1998/01/12 06:21:02 obrien Exp $ */ struct date { int y; /* year */ diff --git a/lib/libcalendar/easter.c b/lib/libcalendar/easter.c index f3282204d94b..12d41e359fda 100644 --- a/lib/libcalendar/easter.c +++ b/lib/libcalendar/easter.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: easter.c,v 1.3.2.1 1998/01/12 05:11:22 obrien Exp $ + * $Id: easter.c,v 1.3.2.2 1998/01/12 06:21:04 obrien Exp $ */ #include "calendar.h" diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index a09601c3efbe..7c737d81dcf5 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/08/30 01:45:45 peter Exp $ +# $Id: Makefile,v 1.4 1996/09/04 22:22:46 bde Exp $ LIB= com_err SRCS= com_err.c error_message.c et_name.c init_et.c diff --git a/lib/libcom_err/com_err.3 b/lib/libcom_err/com_err.3 index ee4375b0262e..2fcd23aa2d50 100644 --- a/lib/libcom_err/com_err.3 +++ b/lib/libcom_err/com_err.3 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $Header$ +.\" $Header: /home/ncvs/src/lib/libcom_err/com_err.3,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ .\" .TH COM_ERR 3 "22 Nov 1988" SIPB .SH NAME diff --git a/lib/libcom_err/com_err.c b/lib/libcom_err/com_err.c index 71b520b19f52..a64ab66064ec 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 $"; + "$Id: com_err.c,v 1.2 1995/01/23 22:53:12 wollman Exp $"; #endif /* ! lint */ static void diff --git a/lib/libcom_err/doc/Makefile b/lib/libcom_err/doc/Makefile index f8fae0c4b36a..847080697dcb 100644 --- a/lib/libcom_err/doc/Makefile +++ b/lib/libcom_err/doc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1.6.2 1997/04/11 16:58:40 asami Exp $ +# $Id: Makefile,v 1.1.1.1.6.3 1998/03/05 11:55:01 jkh Exp $ INFO= com_err INFOSECTION= "Programming & development tools." diff --git a/lib/libcom_err/doc/com_err.texinfo b/lib/libcom_err/doc/com_err.texinfo index 77f62c7ddde1..6d4c01892da1 100644 --- a/lib/libcom_err/doc/com_err.texinfo +++ b/lib/libcom_err/doc/com_err.texinfo @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@c $Header: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ +@c $Header: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v 1.1.1.1.6.1 1997/03/07 09:14:30 joerg Exp $ @c $Source: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v $ @c Note that although this source file is in texinfo format (more diff --git a/lib/libcom_err/error_message.c b/lib/libcom_err/error_message.c index 51ac5687e963..ac69c195391e 100644 --- a/lib/libcom_err/error_message.c +++ b/lib/libcom_err/error_message.c @@ -1,5 +1,5 @@ /* - * $Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ + * $Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.2 1996/07/12 18:55:46 jkh Exp $ * $Source: /home/ncvs/src/lib/libcom_err/error_message.c,v $ * $Locker: $ * @@ -16,7 +16,7 @@ #include "internal.h" static const char rcsid[] = - "$Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; + "$Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.2 1996/07/12 18:55:46 jkh Exp $"; static const char copyright[] = "Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology"; diff --git a/lib/libcom_err/et_name.c b/lib/libcom_err/et_name.c index a896bab84e18..7af3b549d7f3 100644 --- a/lib/libcom_err/et_name.c +++ b/lib/libcom_err/et_name.c @@ -12,7 +12,7 @@ static const char copyright[] = "Copyright 1987,1988 by Student Information Processing Board, Massachusetts Institute of Technology"; static const char rcsid_et_name_c[] = - "$Header: et_name.c,v 1.7 89/01/01 06:14:56 raeburn Exp $"; + "$Header: /home/ncvs/src/lib/libcom_err/et_name.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; #endif static const char char_set[] = diff --git a/lib/libcom_err/init_et.c b/lib/libcom_err/init_et.c index 630c2ac4a0b3..281b4cd3e54c 100644 --- a/lib/libcom_err/init_et.c +++ b/lib/libcom_err/init_et.c @@ -1,6 +1,6 @@ /* - * $Header: init_et.c,v 1.5 88/10/27 08:34:54 raeburn Exp $ - * $Source: /mit/raeburn/Work/et/src/RCS/init_et.c,v $ + * $Header: /home/ncvs/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ + * $Source: /home/ncvs/src/lib/libcom_err/init_et.c,v $ * $Locker: $ * * Copyright 1986, 1987, 1988 by MIT Information Systems and @@ -19,7 +19,7 @@ #ifndef lint static const char rcsid_init_et_c[] = - "$Header: init_et.c,v 1.5 88/10/27 08:34:54 raeburn Exp $"; + "$Header: /home/ncvs/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; #endif extern char *malloc(), *realloc(); diff --git a/lib/libcompat/4.1/ascftime.c b/lib/libcompat/4.1/ascftime.c index e842b6e82081..ac3ad8c77530 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$ + * $Id: ascftime.c,v 1.1 1995/04/10 18:47:51 joerg Exp $ */ #include <time.h> diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index 4748c6e0ceec..e8b9c4b4c423 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: cftime.3,v 1.1 1995/04/10 18:47:52 joerg Exp $ +.\" $Id: cftime.3,v 1.1.6.1 1998/02/17 19:52:28 jkh Exp $ .\" .Dd June 15, 1993 .Os diff --git a/lib/libcompat/4.1/cftime.c b/lib/libcompat/4.1/cftime.c index 2e3a34bc71c8..03df0b3cd831 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$ + * $Id: cftime.c,v 1.1 1995/04/10 18:47:53 joerg Exp $ */ #include <time.h> diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index 8f6efb1f96eb..c396e480f821 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[] = "$Id: ftime.c,v 1.2 1996/07/12 18:55:49 jkh Exp $"; #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..4bd48724e59b 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 $ + * $Id: getpw.c,v 1.2 1995/05/30 05:42:17 rgrimes Exp $ */ #include <sys/types.h> diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c index 7875399a3fd2..d562e9a0eab7 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[] = "$Id: gtty.c,v 1.2 1995/04/10 18:47:56 joerg Exp $"; #endif /* not lint */ #include <sgtty.h> diff --git a/lib/libcompat/4.1/stty.c b/lib/libcompat/4.1/stty.c index 91d241bce3e6..0fc157cfad18 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[] = "$Id: stty.c,v 1.2 1995/04/10 18:47:57 joerg Exp $"; #endif /* not lint */ #include <sgtty.h> diff --git a/lib/libcompat/4.3/cfree.3 b/lib/libcompat/4.3/cfree.3 index 0f5afb277ddf..2f465800ba22 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$ +.\" $Id: cfree.3,v 1.1 1995/11/24 08:36:51 joerg Exp $ .\" " <- 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 dd8aa38b890c..193b3cf27d24 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.5 1997/02/22 15:06:05 peter Exp $ +.\" $Id: cuserid.3,v 1.2.2.1 1997/02/28 07:21:21 mpp Exp $ .\" .Dd April 10, 1995 .Os diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index d4d5057297d2..0ac5a24c32e0 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 $ +# $Id: Makefile,v 1.7 1995/05/30 05:42:21 rgrimes Exp $ # LCRYPTBASE= libcrypt diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index ce7b9ee2903c..15f8a0cf2bca 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 $ + * $Id: crypt.c,v 1.5 1996/10/14 08:34:02 phk Exp $ * */ #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..682da4a851d9 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 $ +# $Id: Makefile,v 1.8 1996/09/05 17:14:18 bde Exp $ CFLAGS+=#-DTFILE=\"/dev/ttyp0\" CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index e53d97f81772..d2518ff62d98 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1996/08/30 01:47:56 peter Exp $ +# $Id: Makefile,v 1.17.2.1 1997/01/24 21:08:27 jkh Exp $ 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..163a65e67502 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 $ + * $Id: blocks.c,v 1.4 1996/07/09 12:17:45 jkh Exp $ * */ diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c index cc2602055b4b..7ce625be6aaa 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 $ + * $Id: change.c,v 1.10.2.1 1996/11/28 21:51:05 phk Exp $ * */ diff --git a/lib/libdisk/chunk.c b/lib/libdisk/chunk.c index 276a670a3cb4..2adeff93c2c9 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.16 1996/03/24 18:55:36 joerg Exp $ + * $Id: chunk.c,v 1.16.2.1 1997/11/18 05:35:48 jdp Exp $ * */ diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 6222de88229a..28306b1475f6 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.2.4 1998/03/21 00:32:20 jkh Exp $ + * $Id: create_chunk.c,v 1.24.2.5 1998/07/19 06:51:38 jkh Exp $ * */ diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index b53948c34765..f75b30f21ec8 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.22.2.11 1998/05/19 11:16:41 obrien Exp $ + * $Id: disk.c,v 1.22.2.12 1998/07/19 06:51:39 jkh Exp $ * */ diff --git a/lib/libdisk/disklabel.c b/lib/libdisk/disklabel.c index 9714e6c28f2e..f2d94187bbba 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$ + * $Id: disklabel.c,v 1.2 1995/04/29 01:55:22 phk Exp $ * */ diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3 index a09ac1593970..ec00ef675900 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.2.2.2 1998/06/06 06:09:22 jkoshy Exp $ +.\" $Id: libdisk.3,v 1.2.2.3 1998/07/19 06:51:39 jkh Exp $ .\" " .Dd March 15, 1996 .Dt LIBDISK 3 diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 63c251437042..d9359b0ecf59 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.2.2 1997/01/24 21:08:30 jkh Exp $ +* $Id: libdisk.h,v 1.22.2.3 1998/02/17 20:02:54 jkh Exp $ * */ diff --git a/lib/libdisk/rules.c b/lib/libdisk/rules.c index 1ea9ca85b162..70eda4533e54 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 $ + * $Id: rules.c,v 1.11 1995/06/11 19:29:36 rgrimes Exp $ * */ diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index 65b1cf659359..564a00a6dad2 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 $ + * $Id: tst01.c,v 1.18.2.1 1996/11/28 21:51:13 phk Exp $ * */ diff --git a/lib/libdisk/write_disk.c b/lib/libdisk/write_disk.c index 132b280093e0..6d9d69283550 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.2.1 1996/11/28 21:51:15 phk Exp $ + * $Id: write_disk.c,v 1.17.2.2 1998/07/19 06:51:40 jkh Exp $ * */ diff --git a/lib/libftpio/ftp.errors b/lib/libftpio/ftp.errors index 26cb4f61a805..dcd3de982efd 100644 --- a/lib/libftpio/ftp.errors +++ b/lib/libftpio/ftp.errors @@ -1,4 +1,4 @@ -# $Id$ +# $Id: ftp.errors,v 1.1 1996/08/21 01:12:08 jkh Exp $ # # 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 772625aa630b..8eb40804650a 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.2.3 1998/02/10 07:02:11 jkh Exp $ +.\" $Id: ftpio.3,v 1.11.2.4 1998/07/19 06:51:45 jkh Exp $ .\" .Dd June 17, 1996 .Dt ftpio 3 diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index 620dbb5f9709..2a632282baaa 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.15.2.5 1998/02/17 20:04:33 jkh Exp $ + * $Id: ftpio.c,v 1.15.2.6 1998/05/06 22:46:54 julian Exp $ * */ diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index 9e0d1755bdaf..1f83ece669fa 100644 --- a/lib/libftpio/ftpio.h +++ b/lib/libftpio/ftpio.h @@ -22,7 +22,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.h,v 1.8.2.2 1997/05/05 11:19:11 jkh Exp $ + * $Id: ftpio.h,v 1.8.2.3 1998/02/17 20:04:34 jkh Exp $ */ /* Internal housekeeping data structure for FTP sessions */ diff --git a/lib/libgnumalloc/Makefile b/lib/libgnumalloc/Makefile index 209d559fa8ec..9a1da29e5edb 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 $ +# $Id: Makefile,v 1.10 1996/10/08 20:06:22 bde Exp $ LIB= gnumalloc INTERNALLIB= yes # Do not build or install ${LIB}*.a diff --git a/lib/libkvm/kvm_getprocs.3 b/lib/libkvm/kvm_getprocs.3 index d7666c910f27..7a565ff773c5 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.5 1997/02/22 15:07:00 peter Exp $ +.\" $Id: kvm_getprocs.3,v 1.3.2.1 1997/02/28 06:43:48 mpp Exp $ .\" .Dd June 4, 1993 .Dt KVM_GETPROCS 3 diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 6cc7d100db32..1807be721f72 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 $ +# $Id: Makefile,v 1.3 1996/05/07 23:18:54 wosch Exp $ # # 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 fd6e7da52cb4..9cd8fd1f8e5c 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: atan2.3,v 1.2 1996/12/23 23:09:42 wosch Exp $ +.\" $Id: atan2.3,v 1.1.1.1.8.1 1997/01/02 17:48:00 mpp Exp $ .\" .Dd June 4, 1993 .Dt ATAN2 3 diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index 822852973758..f550afc47371 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 $ +# $Id: Makefile,v 1.21 1996/08/30 01:53:09 peter Exp $ LIB= md NOPIC= true diff --git a/lib/libmd/md2.copyright b/lib/libmd/md2.copyright index 5f0456025108..623095e28a25 100644 --- a/lib/libmd/md2.copyright +++ b/lib/libmd/md2.copyright @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: md2.copyright,v 1.2 1996/10/09 21:00:40 wollman Exp $ Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All rights reserved. .Pp diff --git a/lib/libmd/md2.h b/lib/libmd/md2.h index 73e8b5a58dce..94e844056760 100644 --- a/lib/libmd/md2.h +++ b/lib/libmd/md2.h @@ -1,5 +1,5 @@ /* MD2.H - header file for MD2C.C - * $Id: md2.h,v 1.5 1997/02/22 15:07:12 peter Exp $ + * $Id: md2.h,v 1.5.2.1 1998/02/18 02:23:56 jkh Exp $ */ /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All diff --git a/lib/libmd/md2c.c b/lib/libmd/md2c.c index ebf9edcbfc43..879bec16078c 100644 --- a/lib/libmd/md2c.c +++ b/lib/libmd/md2c.c @@ -1,5 +1,5 @@ /* MD2C.C - RSA Data Security, Inc., MD2 message-digest algorithm - * $Id$ + * $Id: md2c.c,v 1.5 1997/02/22 15:07:15 peter Exp $ */ /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All diff --git a/lib/libmd/md4.copyright b/lib/libmd/md4.copyright index df93ad0a9347..7aeb1051c0b2 100644 --- a/lib/libmd/md4.copyright +++ b/lib/libmd/md4.copyright @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: md4.copyright,v 1.2 1996/10/09 21:00:43 wollman Exp $ Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. .Pp diff --git a/lib/libmd/md4.h b/lib/libmd/md4.h index 10058a858d29..441ac713eb45 100644 --- a/lib/libmd/md4.h +++ b/lib/libmd/md4.h @@ -1,5 +1,5 @@ /* MD4.H - header file for MD4C.C - * $Id: md4.h,v 1.6 1997/02/22 15:07:17 peter Exp $ + * $Id: md4.h,v 1.6.2.1 1998/02/18 02:23:59 jkh Exp $ */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All diff --git a/lib/libmd/md4c.c b/lib/libmd/md4c.c index a0eba4d8cf58..20cab728e031 100644 --- a/lib/libmd/md4c.c +++ b/lib/libmd/md4c.c @@ -1,5 +1,5 @@ /* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm - * $Id$ + * $Id: md4c.c,v 1.5 1997/02/22 15:07:19 peter Exp $ */ /* Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved. diff --git a/lib/libmd/md5.copyright b/lib/libmd/md5.copyright index c37746f4501e..e3899190b8f9 100644 --- a/lib/libmd/md5.copyright +++ b/lib/libmd/md5.copyright @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: md5.copyright,v 1.2 1996/10/09 21:00:46 wollman Exp $ 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 8d26ea34c6f2..8926a03c3f96 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: md5c.c,v 1.6 1996/12/22 10:27:25 phk Exp $ + * $Id: md5c.c,v 1.5.2.1 1996/12/30 08:16:09 phk Exp $ * * 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 16389431a1f3..65fee7a5ff1a 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.7 1996/10/22 16:28:56 phk Exp $ +.\" $Id: mdX.3,v 1.7.2.1 1998/02/18 02:24:02 jkh Exp $ .\" .Dd October 9, 1996 .Dt MDX 3 diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c index 0b12f4635e47..31ada131072d 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.8 1996/10/25 06:48:12 bde Exp $ + * $Id: mdXhl.c,v 1.8.2.1 1998/02/18 02:24:05 jkh Exp $ * */ diff --git a/lib/libmd/mddriver.c b/lib/libmd/mddriver.c index 82a4757f7624..7838274c1a2a 100644 --- a/lib/libmd/mddriver.c +++ b/lib/libmd/mddriver.c @@ -1,5 +1,5 @@ /* MDDRIVER.C - test driver for MD2, MD4 and MD5 - * $Id: mddriver.c,v 1.3 1997/02/22 15:07:24 peter Exp $ + * $Id: mddriver.c,v 1.3.2.1 1998/02/18 02:24:07 jkh Exp $ */ /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All diff --git a/lib/libmytinfo/Makefile b/lib/libmytinfo/Makefile index b8247c6c1782..f733c2fe26db 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 $ +# $Id: Makefile,v 1.10 1996/08/30 01:57:19 peter Exp $ 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..b21a4e9ddac5 100644 --- a/lib/libmytinfo/TESTS/Makefile +++ b/lib/libmytinfo/TESTS/Makefile @@ -1,5 +1,5 @@ # Makefile for libmytinfo tests -# $Id$ +# $Id: Makefile,v 1.1 1994/10/09 16:37:30 ache Exp $ LIB= mytinfo diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index c5ac3fe18f31..822d0897f222 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.19.2.1 1997/08/24 19:12:01 ache Exp $ +# $Id: Makefile,v 1.19.2.2 1997/08/25 07:42:08 ache Exp $ LIB= ncurses SHLIB_MAJOR= 3 diff --git a/lib/libncurses/TESTS/newdemo.c b/lib/libncurses/TESTS/newdemo.c index 5573557b08ec..540aba40293f 100644 --- a/lib/libncurses/TESTS/newdemo.c +++ b/lib/libncurses/TESTS/newdemo.c @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/lib/libncurses/TESTS/newdemo.c,v 1.1.1.1 1994/10/07 08:58:56 ache Exp $ +/* $Header: /home/ncvs/src/lib/libncurses/TESTS/newdemo.c,v 1.2 1995/05/30 05:47:07 rgrimes Exp $ * * newdemo.c - A demo program using PDCurses. The program illustrate * the use of colours for text output. diff --git a/lib/libncurses/curs_addch.3 b/lib/libncurses/curs_addch.3 index 5b26e32c42de..2b9cb0d65f9b 100644 --- a/lib/libncurses/curs_addch.3 +++ b/lib/libncurses/curs_addch.3 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: curs_addch.3,v 1.4 1996/10/05 22:26:53 wosch Exp $ .\" .TH curs_addch 3 "" .SH NAME diff --git a/lib/libncurses/curs_insstr.3 b/lib/libncurses/curs_insstr.3 index 735dd1b18195..aa2c25b6ae70 100644 --- a/lib/libncurses/curs_insstr.3 +++ b/lib/libncurses/curs_insstr.3 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: curs_insstr.3,v 1.4 1996/10/05 22:26:54 wosch Exp $ .\" .TH curs_insstr 3 "" .SH NAME diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 85e4682f56e1..2a5722d890d2 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -1,6 +1,6 @@ # Makefile for libopie # -# $Id: Makefile,v 1.1.1.1.2.1 1997/02/22 05:16:10 nate Exp $ +# $Id: Makefile,v 1.1.1.1.2.2 1997/03/09 09:28:29 pst Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index addb220b8bb6..587f20cc36a1 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ # Makefile for libpcap -# $Id: Makefile,v 1.12.2.1 1997/10/26 22:48:31 jkh Exp $ +# $Id: Makefile,v 1.12.2.2 1998/02/18 02:46:31 jkh Exp $ LIB= pcap SRCS= grammar.c tokdefs.h pcap-bpf.c \ diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index 4223f7ae7681..cae8aa2c45d2 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.6 1996/08/30 02:02:09 peter Exp $ +# $Id: Makefile,v 1.6.2.1 1997/05/23 08:30:37 asami Exp $ .PATH: ${DESTDIR}/usr/include/rpcsvc diff --git a/lib/libscsi/scsi.c b/lib/libscsi/scsi.c index 29051718fa9f..04b3bbd8c994 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 $ + * $Id: scsi.c,v 1.6 1995/05/30 05:47:26 rgrimes Exp $ */ #include <stdlib.h> #include <stdio.h> diff --git a/lib/libskey/pathnames.h b/lib/libskey/pathnames.h index 87c8a2356dfa..137da80d105f 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) */ +/* $Id: pathnames.h,v 1.2 1994/10/19 00:03:14 pst Exp $ (FreeBSD) */ #include <paths.h> diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3 index a31825728db3..294c657ef77b 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.2.2.2 1997/09/03 08:32:05 pst Exp $ +.\" $Id: skey.3,v 1.2.2.3 1998/07/19 06:51:48 jkh Exp $ .\" .Dd December 22, 1996 .Dt SKEY 3 diff --git a/lib/libss/Makefile b/lib/libss/Makefile index dd2ae79852b5..049dfb6a7093 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 $ +# $Id: Makefile,v 1.15 1996/09/05 21:22:51 bde Exp $ LIB= ss SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \ diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 5ab752297aa4..d215434c37c5 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 $ +# $Id: Makefile,v 1.4 1995/05/30 05:47:41 rgrimes Exp $ LIB= telnet SRCS= genget.c getent.c misc.c diff --git a/lib/libtermcap/termcap.h b/lib/libtermcap/termcap.h index e1bab4f1e151..c1bcf0f0de08 100644 --- a/lib/libtermcap/termcap.h +++ b/lib/libtermcap/termcap.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $Id: termcap.h,v 1.11 1997/04/13 11:41:59 bde Exp $ */ +/* $Id: termcap.h,v 1.8.2.1 1997/11/21 16:03:28 ache Exp $ */ #ifndef _TERMCAP_H_ #define _TERMCAP_H_ diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3 index c577a44ea4d3..ab62fb3d580b 100644 --- a/lib/libutil/_secure_path.3 +++ b/lib/libutil/_secure_path.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: _secure_path.3,v 1.1.2.1 1997/05/15 06:08:44 davidn Exp $ +.\" $Id: _secure_path.3,v 1.1.2.2 1998/06/06 06:09:10 jkoshy Exp $ .\" .Dd May 2, 1997 .Os FreeBSD diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c index 01c29bf7b3eb..ca9b4dd96a36 100644 --- a/lib/libutil/_secure_path.c +++ b/lib/libutil/_secure_path.c @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file providing the above * conditions are met. * - * $Id: _secure_path.c,v 1.1 1997/05/10 18:55:37 davidn Exp $ + * $Id: _secure_path.c,v 1.1.2.1 1997/05/15 06:08:44 davidn Exp $ */ diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 16269efbe049..5c1a863eeabd 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$ + * $Id: libutil.h,v 1.1.4.7 1997/10/07 07:34:50 joerg Exp $ */ #ifndef _LIBUTIL_H_ diff --git a/lib/libutil/login.3 b/lib/libutil/login.3 index bbb980ec15d3..e28606330a64 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 $ +.\" $Id: login.3,v 1.2 1996/12/30 21:08:38 mpp Exp $ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 0301344a226b..4fb2e348a63b 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.8.2.6 1998/02/14 16:14:24 steve Exp $ +.\" $Id: login.conf.5,v 1.8.2.7 1998/02/21 23:36:10 fenner Exp $ .\" .Dd November 22, 1996 .Dt LOGIN.CONF 5 diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3 index 14a2a63fcf0f..bd7f3fa0a695 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$ +.\" $Id: login_auth.3,v 1.4 1997/02/22 15:08:17 peter Exp $ .\" .Dd December 29, 1996 .Os FreeBSD diff --git a/lib/libutil/login_auth.c b/lib/libutil/login_auth.c index d4b44eef73a2..45f0c9bc6274 100644 --- a/lib/libutil/login_auth.c +++ b/lib/libutil/login_auth.c @@ -25,7 +25,7 @@ * * Low-level routines relating to the user capabilities database * - * $Id: login_auth.c,v 1.7.2.1 1997/07/19 04:51:04 davidn Exp $ + * $Id: login_auth.c,v 1.7.2.2 1998/02/18 05:29:53 jkh Exp $ */ #include <sys/types.h> diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3 index 3e46021245c2..fc7caa9ad72d 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.6.2.2 1998/02/18 05:29:55 jkh Exp $ +.\" $Id: login_cap.3,v 1.6.2.3 1998/06/06 06:09:11 jkoshy Exp $ .\" .Dd December 27, 1996 .Os FreeBSD diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c index 55bccb59a8df..a4cf2c7f4caf 100644 --- a/lib/libutil/login_cap.c +++ b/lib/libutil/login_cap.c @@ -25,7 +25,7 @@ * * Low-level routines relating to the user capabilities database * - * $Id: login_cap.c,v 1.12.2.1 1997/05/11 08:06:10 davidn Exp $ + * $Id: login_cap.c,v 1.12.2.2 1997/06/13 22:31:42 davidn Exp $ */ #include <stdio.h> diff --git a/lib/libutil/login_cap.h b/lib/libutil/login_cap.h index f38093606d60..7f3674fa2563 100644 --- a/lib/libutil/login_cap.h +++ b/lib/libutil/login_cap.h @@ -22,7 +22,7 @@ * Low-level routines relating to the user capabilities database * * Was login_cap.h,v 1.9 1997/05/07 20:00:01 eivind Exp - * $Id: login_cap.h,v 1.1 1997/05/10 12:49:30 davidn Exp $ + * $Id: login_cap.h,v 1.2 1997/05/10 18:55:38 davidn Exp $ */ #ifndef _LOGIN_CAP_H_ diff --git a/lib/libutil/login_class.3 b/lib/libutil/login_class.3 index 9c9a1c66223d..53e06875b667 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: login_class.3,v 1.5 1997/04/13 14:12:48 bde Exp $ +.\" $Id: login_class.3,v 1.5.2.1 1998/06/06 06:09:12 jkoshy Exp $ .\" .Dd December 28, 1996 .Os FreeBSD diff --git a/lib/libutil/login_class.c b/lib/libutil/login_class.c index fbabc42da646..7ff313c63666 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.6 1997/05/10 18:55:38 davidn Exp $ + * $Id: login_class.c,v 1.6.2.1 1998/06/04 22:24:55 steve Exp $ */ #include <stdio.h> diff --git a/lib/libutil/login_ok.3 b/lib/libutil/login_ok.3 index f90710f56ad7..4e2856253325 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$ +.\" $Id: login_ok.3,v 1.4 1997/02/22 15:08:22 peter Exp $ .\" .Dd January 2, 1997 .Os FreeBSD diff --git a/lib/libutil/login_ok.c b/lib/libutil/login_ok.c index 1bfcd2f59d85..996a203e639b 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: login_ok.c,v 1.4 1997/05/10 18:55:38 davidn Exp $ + * $Id: login_ok.c,v 1.4.2.1 1997/06/16 23:41:55 davidn Exp $ */ #include <stdio.h> diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3 index e2e7a3f88503..97c7ce2cc4ac 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$ +.\" $Id: login_times.3,v 1.4 1997/02/22 15:08:26 peter Exp $ .\" .Dd January 2, 1997 .Os FreeBSD diff --git a/lib/libutil/login_times.c b/lib/libutil/login_times.c index 598592b46d2c..e5e82432588d 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.4 1997/02/22 15:08:27 peter Exp $ + * $Id: login_times.c,v 1.5 1997/05/10 18:55:38 davidn Exp $ */ #include <stdio.h> diff --git a/lib/libutil/login_tty.3 b/lib/libutil/login_tty.3 index 5bb054ef1323..04038d39fa03 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.2.2.1 1997/05/11 08:52:07 davidn Exp $ +.\" $Id: login_tty.3,v 1.2.2.2 1998/02/18 05:29:57 jkh Exp $ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c index 06072f003a13..c4620210e410 100644 --- a/lib/libutil/login_tty.c +++ b/lib/libutil/login_tty.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)login_tty.c 8.1 (Berkeley) 6/4/93"; #else static const char rcsid[] = - "$Id$"; + "$Id: login_tty.c,v 1.2.2.1 1998/02/18 05:29:58 jkh Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libutil/logout.3 b/lib/libutil/logout.3 index 91450af563f1..279f57ceaa8a 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.2 1996/12/30 21:08:41 mpp Exp $ +.\" $Id: logout.3,v 1.2.2.1 1997/05/11 08:52:07 davidn Exp $ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c index 0d3bf055c1a5..fbbc55609050 100644 --- a/lib/libutil/logout.c +++ b/lib/libutil/logout.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93"; #else static const char rcsid[] = - "$Id$"; + "$Id: logout.c,v 1.2.2.1 1998/02/18 05:30:00 jkh Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libutil/logwtmp.3 b/lib/libutil/logwtmp.3 index e11ce67f72e4..481a1599ac36 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.2.2.1 1997/05/11 08:52:07 davidn Exp $ +.\" $Id: logwtmp.3,v 1.2.2.2 1998/02/18 05:30:02 jkh Exp $ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c index b8c39bdb212b..75db8767d870 100644 --- a/lib/libutil/logwtmp.c +++ b/lib/libutil/logwtmp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #else static const char rcsid[] = - "$Id$"; + "$Id: logwtmp.c,v 1.3.2.2 1998/02/18 05:30:05 jkh Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libutil/pty.3 b/lib/libutil/pty.3 index c19eeaf423da..eb324056972d 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.6 1997/02/22 15:08:31 peter Exp $ +.\" $Id: pty.3,v 1.2.2.2 1997/02/28 06:48:13 mpp Exp $ .\" " .Dd December 29, 1996 .Os diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index 57e684c9e0d3..c39327520dbb 100644 --- a/lib/libutil/pty.c +++ b/lib/libutil/pty.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94"; #else static const char rcsid[] = - "$Id$"; + "$Id: pty.c,v 1.6.2.1 1998/02/18 05:30:08 jkh Exp $"; #endif #endif /* LIBC_SCCS and not lint */ diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3 index 3a34b7b25104..66e8db5f1f80 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.2.2 1997/05/10 19:33:07 davidn Exp $ +.\" $Id: setproctitle.3,v 1.4.2.3 1997/05/11 08:52:08 davidn Exp $ .\" .\" 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..d212dfc756b1 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 $ + * $Id: setproctitle.c,v 1.3 1996/07/12 18:57:35 jkh Exp $ */ #include <sys/types.h> diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3 index 00b9c84a3a6a..b077caa1108c 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.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$ +.\" $Id: uucplock.3,v 1.5.2.3 1997/10/07 07:34:55 joerg Exp $ .\" " .Dd March 30, 1997 .Os diff --git a/lib/libutil/uucplock.c b/lib/libutil/uucplock.c index 7da7c24ca3c9..fa63ccab134b 100644 --- a/lib/libutil/uucplock.c +++ b/lib/libutil/uucplock.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: uucplock.c,v 1.5.2.2 1997/10/07 07:34:56 joerg Exp $ * */ diff --git a/lib/libvgl/bitmap.c b/lib/libvgl/bitmap.c index ffadb79a526b..051a85c7d41d 100644 --- a/lib/libvgl/bitmap.c +++ b/lib/libvgl/bitmap.c @@ -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: bitmap.c,v 1.8 1997/08/15 12:32:59 sos Exp $ + * $Id: bitmap.c,v 1.1 1997/08/17 21:09:34 sos Exp $ */ #include <sys/types.h> diff --git a/lib/libvgl/keyboard.c b/lib/libvgl/keyboard.c index de7775787517..1abcb2f4817b 100644 --- a/lib/libvgl/keyboard.c +++ b/lib/libvgl/keyboard.c @@ -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: keyboard.c,v 1.1 1997/10/01 20:53:38 sos Exp $ + * $Id: keyboard.c,v 1.1.2.1 1997/10/02 08:47:54 sos Exp $ */ #include <stdio.h> diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index b66b3172ef58..d8fe5fd63222 100644 --- a/lib/libvgl/main.c +++ b/lib/libvgl/main.c @@ -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: main.c,v 1.2 1997/10/01 20:53:39 sos Exp $ + * $Id: main.c,v 1.1.2.1 1997/10/02 08:47:54 sos Exp $ */ #include <stdio.h> diff --git a/lib/libvgl/mouse.c b/lib/libvgl/mouse.c index 6f54be602cf5..021e2ad5e4f7 100644 --- a/lib/libvgl/mouse.c +++ b/lib/libvgl/mouse.c @@ -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: mouse.c,v 1.10 1997/08/15 12:32:59 sos Exp $ + * $Id: mouse.c,v 1.1 1997/08/17 21:09:35 sos Exp $ */ #include <stdio.h> diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index 2b966e5d91c3..ea36802f7f7b 100644 --- a/lib/libvgl/simple.c +++ b/lib/libvgl/simple.c @@ -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: simple.c,v 1.8 1997/08/15 12:32:59 sos Exp $ + * $Id: simple.c,v 1.1 1997/08/17 21:09:35 sos Exp $ */ #include <signal.h> diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index f598e47a4172..d93f2dfa69e9 100644 --- a/lib/libvgl/text.c +++ b/lib/libvgl/text.c @@ -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: text.c,v 1.4 1997/08/13 19:34:23 sos Exp $ + * $Id: text.c,v 1.1 1997/08/17 21:09:35 sos Exp $ */ #include <stdio.h> diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index afb81bcef37c..2ecd2efae69a 100644 --- a/lib/libvgl/vgl.3 +++ b/lib/libvgl/vgl.3 @@ -24,7 +24,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: vgl.3,v 1.1.2.2 1998/01/04 23:53:11 jraynard Exp $ +.\" $Id: vgl.3,v 1.1.2.3 1998/07/19 06:51:49 jkh Exp $ .Dd August 13, 1997 .Dt VGL 3 diff --git a/lib/libvgl/vgl.h b/lib/libvgl/vgl.h index fdece16a1a35..0427ca5bf536 100644 --- a/lib/libvgl/vgl.h +++ b/lib/libvgl/vgl.h @@ -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: vgl.h,v 1.2 1997/10/01 20:53:41 sos Exp $ + * $Id: vgl.h,v 1.1.2.1 1997/10/02 08:47:55 sos Exp $ */ #include <stdlib.h> diff --git a/lib/liby/Makefile b/lib/liby/Makefile index 25f970c51316..dc033187ae70 100644 --- a/lib/liby/Makefile +++ b/lib/liby/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/11/20 20:55:11 wollman Exp $ +# $Id: Makefile,v 1.1.1.1.8.1 1996/11/23 18:22:27 phk Exp $ LIB= y SHLIB_MAJOR= 2 diff --git a/lib/libz/ChangeLog b/lib/libz/ChangeLog index 95d3c3b8b2e0..8227cee0722e 100644 --- a/lib/libz/ChangeLog +++ b/lib/libz/ChangeLog @@ -148,7 +148,7 @@ Changes in 1.0.6 (19 Jan 1998) - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau) - added makelcc.bat for lcc-win32 (Tom St Denis) - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe) -- Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. +- Avoid expanded $Id: ChangeLog,v 1.1.1.1.2.1 1998/02/28 06:18:47 steve Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. - check for unistd.h in configure (for off_t) - remove useless check parameter in inflate_blocks_free - avoid useless assignment of s->check to itself in inflate_blocks_new diff --git a/lib/libz/Makefile b/lib/libz/Makefile index 8d076f37e74a..d11781fa9842 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3.2.2 1998/02/28 06:32:14 steve Exp $ +# $Id: Makefile,v 1.3.2.3 1998/07/19 06:51:50 jkh Exp $ # MAINTAINER=peter@FreeBSD.org diff --git a/lib/libz/adler32.c b/lib/libz/adler32.c index b1f71ce05fe6..3b926cf1b7bb 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 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/adler32.c,v 1.1.1.1.2.1 1998/02/28 06:18:50 steve Exp $ */ #include "zlib.h" diff --git a/lib/libz/compress.c b/lib/libz/compress.c index 31c51e611659..9140a21d8f08 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 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/compress.c,v 1.1.1.1.2.1 1998/02/28 06:18:54 steve Exp $ */ #include "zlib.h" diff --git a/lib/libz/crc32.c b/lib/libz/crc32.c index 2e98580b0b95..d1ef72614d38 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 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/crc32.c,v 1.1.1.1.2.1 1998/02/28 06:18:55 steve Exp $ */ #include "zlib.h" diff --git a/lib/libz/deflate.c b/lib/libz/deflate.c index dc8c76c51372..0c8031187a55 100644 --- a/lib/libz/deflate.c +++ b/lib/libz/deflate.c @@ -47,7 +47,7 @@ * */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/deflate.c,v 1.1.1.1.2.1 1998/02/28 06:18:56 steve Exp $ */ #include "deflate.h" diff --git a/lib/libz/deflate.h b/lib/libz/deflate.h index 5cf65ec89f1e..c86e6b3d5653 100644 --- a/lib/libz/deflate.h +++ b/lib/libz/deflate.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/deflate.h,v 1.1.1.1.2.1 1998/02/28 06:18:57 steve Exp $ */ #ifndef _DEFLATE_H #define _DEFLATE_H diff --git a/lib/libz/example.c b/lib/libz/example.c index e313c552d581..6f065f9318d5 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 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/example.c,v 1.1.1.1.2.1 1998/02/28 06:18:58 steve Exp $ */ #include <stdio.h> #include "zlib.h" diff --git a/lib/libz/gzio.c b/lib/libz/gzio.c index e3782d582712..03cbaba25094 100644 --- a/lib/libz/gzio.c +++ b/lib/libz/gzio.c @@ -5,7 +5,7 @@ * Compile this file with -DNO_DEFLATE to avoid the compression code. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/gzio.c,v 1.1.1.1.2.1 1998/02/28 06:18:58 steve Exp $ */ #include <stdio.h> diff --git a/lib/libz/minigzip.c b/lib/libz/minigzip.c index 7ba1666cbe4f..dbcdf85c8345 100644 --- a/lib/libz/minigzip.c +++ b/lib/libz/minigzip.c @@ -13,7 +13,7 @@ * or in pipe mode. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/minigzip.c,v 1.1.1.1.2.1 1998/02/28 06:19:07 steve Exp $ */ #include <stdio.h> #include "zlib.h" diff --git a/lib/libz/trees.c b/lib/libz/trees.c index 2497001742d3..8c923081dedb 100644 --- a/lib/libz/trees.c +++ b/lib/libz/trees.c @@ -29,7 +29,7 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/trees.c,v 1.1.1.1.2.1 1998/02/28 06:19:07 steve Exp $ */ /* #define GEN_TREES_H */ diff --git a/lib/libz/uncompr.c b/lib/libz/uncompr.c index b1bd9fc41b0f..8d9f6ca84185 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 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/uncompr.c,v 1.1.1.1.2.1 1998/02/28 06:19:08 steve Exp $ */ #include "zlib.h" diff --git a/lib/libz/zconf.h b/lib/libz/zconf.h index 5b71e4b0ad42..8ac913fd8992 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 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/zconf.h,v 1.1.1.1.2.1 1998/02/28 06:19:09 steve Exp $ */ #ifndef _ZCONF_H #define _ZCONF_H diff --git a/lib/libz/zutil.c b/lib/libz/zutil.c index 0d12b55d28b2..55ccbc72d661 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 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/zutil.c,v 1.1.1.1.2.1 1998/02/28 06:19:11 steve Exp $ */ #include "zutil.h" diff --git a/lib/libz/zutil.h b/lib/libz/zutil.h index 3843e0de9f2f..8e16d85819cd 100644 --- a/lib/libz/zutil.h +++ b/lib/libz/zutil.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libz/zutil.h,v 1.1.1.1.2.1 1998/02/28 06:19:11 steve Exp $ */ #ifndef _Z_UTIL_H #define _Z_UTIL_H diff --git a/lib/msun/Makefile b/lib/msun/Makefile index e691d944402a..3a45e41e714e 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.1beta 93/09/24 -# $Id: Makefile,v 1.11.2.4 1997/03/03 14:20:58 bde Exp $ +# $Id: Makefile,v 1.11.2.5 1997/12/28 19:40:49 steve Exp $ # # ==================================================== # 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 8dfde9d3cf9d..b98f3c76ec9c 100644 --- a/lib/msun/i387/e_acos.S +++ b/lib/msun/i387/e_acos.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_acos.S,v 1.2.8.3 1997/12/09 14:42:53 steve Exp $") +RCSID("$Id: e_acos.S,v 1.2.8.4 1997/12/28 19:40:53 steve Exp $") /* * acos(x) = atan2(sqrt(1 - x^2, x). diff --git a/lib/msun/i387/e_asin.S b/lib/msun/i387/e_asin.S index 37175106789b..2049ad0b1a5f 100644 --- a/lib/msun/i387/e_asin.S +++ b/lib/msun/i387/e_asin.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_asin.S,v 1.2.8.3 1997/12/09 14:42:53 steve Exp $") +RCSID("$Id: e_asin.S,v 1.2.8.4 1997/12/28 19:40:55 steve Exp $") /* * asin(x) = atan2(x, sqrt(1 - x^2). diff --git a/lib/msun/i387/e_atan2.S b/lib/msun/i387/e_atan2.S index 037b03ed44f1..8f37043c80e6 100644 --- a/lib/msun/i387/e_atan2.S +++ b/lib/msun/i387/e_atan2.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_atan2.S,v 1.2.8.2 1997/12/09 14:42:54 steve Exp $") +RCSID("$Id: e_atan2.S,v 1.2.8.3 1997/12/28 19:40:56 steve Exp $") ENTRY(__ieee754_atan2) fldl 4(%esp) diff --git a/lib/msun/i387/e_exp.S b/lib/msun/i387/e_exp.S index 084082a041ec..e5f228803491 100644 --- a/lib/msun/i387/e_exp.S +++ b/lib/msun/i387/e_exp.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_exp.S,v 1.3.2.3 1997/12/09 14:42:54 steve Exp $") +RCSID("$Id: e_exp.S,v 1.3.2.4 1997/12/28 19:40:57 steve Exp $") /* 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 71d1f0a85e75..65ec9c656750 100644 --- a/lib/msun/i387/e_fmod.S +++ b/lib/msun/i387/e_fmod.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_fmod.S,v 1.2.8.2 1997/12/09 14:42:55 steve Exp $") +RCSID("$Id: e_fmod.S,v 1.2.8.3 1997/12/28 19:40:58 steve Exp $") ENTRY(__ieee754_fmod) fldl 12(%esp) diff --git a/lib/msun/i387/e_log.S b/lib/msun/i387/e_log.S index bb815133c8c8..5e947c2c7f0f 100644 --- a/lib/msun/i387/e_log.S +++ b/lib/msun/i387/e_log.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_log.S,v 1.2.8.2 1997/12/09 14:42:55 steve Exp $") +RCSID("$Id: e_log.S,v 1.2.8.3 1997/12/28 19:40:59 steve Exp $") ENTRY(__ieee754_log) fldln2 diff --git a/lib/msun/i387/e_log10.S b/lib/msun/i387/e_log10.S index 149eb0e73da6..dcd3d7b2155a 100644 --- a/lib/msun/i387/e_log10.S +++ b/lib/msun/i387/e_log10.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_log10.S,v 1.2.8.2 1997/12/09 14:42:56 steve Exp $") +RCSID("$Id: e_log10.S,v 1.2.8.3 1997/12/28 19:41:01 steve Exp $") ENTRY(__ieee754_log10) fldlg2 diff --git a/lib/msun/i387/e_remainder.S b/lib/msun/i387/e_remainder.S index da6e48b3a833..dec7a868eec7 100644 --- a/lib/msun/i387/e_remainder.S +++ b/lib/msun/i387/e_remainder.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_remainder.S,v 1.2.8.2 1997/12/09 14:43:01 steve Exp $") +RCSID("$Id: e_remainder.S,v 1.2.8.3 1997/12/28 19:41:03 steve Exp $") ENTRY(__ieee754_remainder) fldl 12(%esp) diff --git a/lib/msun/i387/e_scalb.S b/lib/msun/i387/e_scalb.S index cd21a0c49b68..090f4729d0a0 100644 --- a/lib/msun/i387/e_scalb.S +++ b/lib/msun/i387/e_scalb.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_scalb.S,v 1.2.8.3 1997/12/09 14:43:01 steve Exp $") +RCSID("$Id: e_scalb.S,v 1.2.8.4 1997/12/28 19:41:04 steve Exp $") ENTRY(__ieee754_scalb) fldl 12(%esp) diff --git a/lib/msun/i387/e_sqrt.S b/lib/msun/i387/e_sqrt.S index 0d139a7af865..509858e100f1 100644 --- a/lib/msun/i387/e_sqrt.S +++ b/lib/msun/i387/e_sqrt.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_sqrt.S,v 1.2.8.2 1997/12/09 14:43:02 steve Exp $") +RCSID("$Id: e_sqrt.S,v 1.2.8.3 1997/12/28 19:41:05 steve Exp $") ENTRY(__ieee754_sqrt) fldl 4(%esp) diff --git a/lib/msun/i387/s_atan.S b/lib/msun/i387/s_atan.S index 849a953e667b..86052f8e9e72 100644 --- a/lib/msun/i387/s_atan.S +++ b/lib/msun/i387/s_atan.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_atan.S,v 1.2.8.2 1997/12/09 14:43:02 steve Exp $") +RCSID("$Id: s_atan.S,v 1.2.8.3 1997/12/28 19:41:06 steve Exp $") ENTRY(atan) fldl 4(%esp) diff --git a/lib/msun/i387/s_ceil.S b/lib/msun/i387/s_ceil.S index 544aa410150e..0431f0762281 100644 --- a/lib/msun/i387/s_ceil.S +++ b/lib/msun/i387/s_ceil.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_ceil.S,v 1.2.8.3 1997/12/09 14:43:03 steve Exp $") +RCSID("$Id: s_ceil.S,v 1.2.8.4 1997/12/28 19:41:07 steve Exp $") ENTRY(ceil) pushl %ebp diff --git a/lib/msun/i387/s_copysign.S b/lib/msun/i387/s_copysign.S index c5fb58e97952..58b680956acf 100644 --- a/lib/msun/i387/s_copysign.S +++ b/lib/msun/i387/s_copysign.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_copysign.S,v 1.2.8.2 1997/12/09 14:43:03 steve Exp $") +RCSID("$Id: s_copysign.S,v 1.2.8.3 1997/12/28 19:41:09 steve Exp $") ENTRY(copysign) movl 16(%esp),%edx diff --git a/lib/msun/i387/s_cos.S b/lib/msun/i387/s_cos.S index 400e91d84227..06d02493a195 100644 --- a/lib/msun/i387/s_cos.S +++ b/lib/msun/i387/s_cos.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_cos.S,v 1.2.8.2 1997/12/09 14:43:04 steve Exp $") +RCSID("$Id: s_cos.S,v 1.2.8.3 1997/12/28 19:41:11 steve Exp $") ENTRY(cos) fldl 4(%esp) diff --git a/lib/msun/i387/s_finite.S b/lib/msun/i387/s_finite.S index cc35c5c0ed10..a001d9a66227 100644 --- a/lib/msun/i387/s_finite.S +++ b/lib/msun/i387/s_finite.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_finite.S,v 1.2.8.3 1997/12/28 19:41:13 steve Exp $") +RCSID("$Id: s_finite.S,v 1.2.8.4 1998/02/18 05:35:24 jkh Exp $") ENTRY(finite) movl 8(%esp),%eax diff --git a/lib/msun/i387/s_floor.S b/lib/msun/i387/s_floor.S index b1257aab6032..b3e447f85c19 100644 --- a/lib/msun/i387/s_floor.S +++ b/lib/msun/i387/s_floor.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_floor.S,v 1.2.8.3 1997/12/09 14:43:05 steve Exp $") +RCSID("$Id: s_floor.S,v 1.2.8.4 1997/12/28 19:41:15 steve Exp $") ENTRY(floor) pushl %ebp diff --git a/lib/msun/i387/s_ilogb.S b/lib/msun/i387/s_ilogb.S index dfb089f4ed92..588f79b36806 100644 --- a/lib/msun/i387/s_ilogb.S +++ b/lib/msun/i387/s_ilogb.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_ilogb.S,v 1.3.2.2 1997/12/09 14:43:05 steve Exp $") +RCSID("$Id: s_ilogb.S,v 1.3.2.3 1997/12/28 19:41:17 steve Exp $") ENTRY(ilogb) pushl %ebp diff --git a/lib/msun/i387/s_log1p.S b/lib/msun/i387/s_log1p.S index 8e4f1ce95c0b..a3904da127ff 100644 --- a/lib/msun/i387/s_log1p.S +++ b/lib/msun/i387/s_log1p.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_log1p.S,v 1.3.8.2 1997/12/09 14:43:06 steve Exp $") +RCSID("$Id: s_log1p.S,v 1.3.8.3 1997/12/28 19:41:18 steve Exp $") /* * 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 507f8e1ae912..7f7ef2527333 100644 --- a/lib/msun/i387/s_logb.S +++ b/lib/msun/i387/s_logb.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_logb.S,v 1.2.8.2 1997/12/09 14:43:07 steve Exp $") +RCSID("$Id: s_logb.S,v 1.2.8.3 1997/12/28 19:41:20 steve Exp $") ENTRY(logb) fldl 4(%esp) diff --git a/lib/msun/i387/s_rint.S b/lib/msun/i387/s_rint.S index 27281b87d66e..9b1014f8e1b8 100644 --- a/lib/msun/i387/s_rint.S +++ b/lib/msun/i387/s_rint.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_rint.S,v 1.2.8.2 1997/12/09 14:43:07 steve Exp $") +RCSID("$Id: s_rint.S,v 1.2.8.3 1997/12/28 19:41:21 steve Exp $") ENTRY(rint) fldl 4(%esp) diff --git a/lib/msun/i387/s_scalbn.S b/lib/msun/i387/s_scalbn.S index cf9cd77c32af..1c6dd25279fb 100644 --- a/lib/msun/i387/s_scalbn.S +++ b/lib/msun/i387/s_scalbn.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_scalbn.S,v 1.2.8.3 1997/12/09 14:43:10 steve Exp $") +RCSID("$Id: s_scalbn.S,v 1.2.8.4 1997/12/28 19:41:23 steve Exp $") ENTRY(scalbn) fildl 12(%esp) diff --git a/lib/msun/i387/s_significand.S b/lib/msun/i387/s_significand.S index f2c039eb564f..9eb1a28f103a 100644 --- a/lib/msun/i387/s_significand.S +++ b/lib/msun/i387/s_significand.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_significand.S,v 1.2.8.2 1997/12/09 14:43:10 steve Exp $") +RCSID("$Id: s_significand.S,v 1.2.8.3 1997/12/28 19:41:25 steve Exp $") ENTRY(significand) fldl 4(%esp) diff --git a/lib/msun/i387/s_sin.S b/lib/msun/i387/s_sin.S index f079cd325bf7..cc663f2b2ce7 100644 --- a/lib/msun/i387/s_sin.S +++ b/lib/msun/i387/s_sin.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_sin.S,v 1.2.8.2 1997/12/09 14:43:11 steve Exp $") +RCSID("$Id: s_sin.S,v 1.2.8.3 1997/12/28 19:41:26 steve Exp $") ENTRY(sin) fldl 4(%esp) diff --git a/lib/msun/i387/s_tan.S b/lib/msun/i387/s_tan.S index 742b6b277bdf..972067708024 100644 --- a/lib/msun/i387/s_tan.S +++ b/lib/msun/i387/s_tan.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: s_tan.S,v 1.2.8.2 1997/12/09 14:43:16 steve Exp $") +RCSID("$Id: s_tan.S,v 1.2.8.3 1997/12/28 19:41:27 steve Exp $") ENTRY(tan) fldl 4(%esp) diff --git a/lib/msun/man/acos.3 b/lib/msun/man/acos.3 index a2a840e22428..8da68f1d88f3 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.5 1997/02/22 15:09:19 peter Exp $ +.\" $Id: acos.3,v 1.2.6.1 1997/02/28 07:28:40 mpp Exp $ .\" .Dd May 2, 1991 .Dt ACOS 3 diff --git a/lib/msun/man/acosh.3 b/lib/msun/man/acosh.3 index 08e1a6e8761d..2a4e933e4591 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 $ +.\" $Id: acosh.3,v 1.3 1996/02/12 01:20:25 mpp Exp $ .\" .Dd May 6, 1991 .Dt ACOSH 3 diff --git a/lib/msun/man/asin.3 b/lib/msun/man/asin.3 index a372103aa154..4d817b7fba53 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.5 1997/02/22 15:09:22 peter Exp $ +.\" $Id: asin.3,v 1.2.6.1 1997/02/28 07:28:40 mpp Exp $ .\" .Dd May 2, 1991 .Dt ASIN 3 diff --git a/lib/msun/man/asinh.3 b/lib/msun/man/asinh.3 index 7de32aecbee6..1d11e4b59274 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 $ +.\" $Id: asinh.3,v 1.3 1996/02/12 01:20:25 mpp Exp $ .\" .Dd May 6, 1991 .Dt ASINH 3 diff --git a/lib/msun/man/atan.3 b/lib/msun/man/atan.3 index 6983d83c2b17..54835c8a20b2 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.5 1997/02/22 15:09:24 peter Exp $ +.\" $Id: atan.3,v 1.2.6.1 1997/02/28 07:28:41 mpp Exp $ .\" .Dd May 2, 1991 .Dt ATAN 3 diff --git a/lib/msun/man/atan2.3 b/lib/msun/man/atan2.3 index 9204f5e35380..c46efe916877 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.5 1997/02/22 15:09:25 peter Exp $ +.\" $Id: atan2.3,v 1.2.6.1 1997/02/28 07:28:42 mpp Exp $ .\" .Dd May 2, 1991 .Dt ATAN2 3 diff --git a/lib/msun/man/atanh.3 b/lib/msun/man/atanh.3 index 4c1a3ea959c5..5f22bee9223c 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 $ +.\" $Id: atanh.3,v 1.3 1996/02/12 01:20:26 mpp Exp $ .\" .Dd May 6, 1991 .Dt ATANH 3 diff --git a/lib/msun/man/ceil.3 b/lib/msun/man/ceil.3 index 4ee03fb5a480..3ac78b11e7c3 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.3.2.1 1997/02/28 07:28:42 mpp Exp $ +.\" $Id: ceil.3,v 1.3.2.2 1997/11/14 02:59:09 jdp Exp $ .\" .Dd March 10, 1994 .Dt CEIL 3 diff --git a/lib/msun/man/cos.3 b/lib/msun/man/cos.3 index 548276251abe..cff6f20a51f6 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.2.6.1 1997/02/28 07:28:43 mpp Exp $ +.\" $Id: cos.3,v 1.2.6.2 1997/11/13 18:39:52 steve Exp $ .\" .Dd May 2, 1991 .Dt COS 3 diff --git a/lib/msun/man/cosh.3 b/lib/msun/man/cosh.3 index 5f5af528f0ee..9c5715f0ab72 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.2.6.1 1997/02/28 07:28:43 mpp Exp $ +.\" $Id: cosh.3,v 1.2.6.2 1997/11/14 02:59:10 jdp Exp $ .\" .Dd May 2, 1991 .Dt COSH 3 diff --git a/lib/msun/man/erf.3 b/lib/msun/man/erf.3 index 030ca6ace545..c307e8fca1b6 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 $ +.\" $Id: erf.3,v 1.2 1995/03/01 05:05:52 jkh Exp $ .\" .Dd April 20, 1991 .Dt ERF 3 diff --git a/lib/msun/man/exp.3 b/lib/msun/man/exp.3 index 7b2096686079..784d7f1fd410 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.6 1997/02/22 15:09:30 peter Exp $ +.\" $Id: exp.3,v 1.3.2.1 1997/02/28 07:28:44 mpp Exp $ .\" .Dd July 31, 1991 .Dt EXP 3 diff --git a/lib/msun/man/fabs.3 b/lib/msun/man/fabs.3 index f9d993e54365..6df8ba7ad5b3 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.5 1997/02/22 15:09:31 peter Exp $ +.\" $Id: fabs.3,v 1.2.6.1 1997/02/28 07:28:45 mpp Exp $ .\" .Dd May 2, 1991 .Dt FABS 3 diff --git a/lib/msun/man/floor.3 b/lib/msun/man/floor.3 index ca1181406ee7..cbe8d50688f7 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.6 1997/02/22 15:09:32 peter Exp $ +.\" $Id: floor.3,v 1.3.2.1 1997/02/28 07:28:45 mpp Exp $ .\" .Dd March 10, 1994 .Dt FLOOR 3 diff --git a/lib/msun/man/fmod.3 b/lib/msun/man/fmod.3 index 60a848902388..5fb2aafadb49 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 $ +.\" $Id: fmod.3,v 1.2 1995/03/01 05:06:06 jkh Exp $ .\" .Dd May 2, 1991 .Dt FMOD 3 diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3 index 09d0da06a714..052aaf2b7b44 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 $ +.\" $Id: hypot.3,v 1.2 1995/03/01 05:06:09 jkh Exp $ .\" .Dd May 6, 1991 .Dt HYPOT 3 diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3 index bdd23cd4b9a3..07853894ed42 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 $ +.\" $Id: ieee.3,v 1.2 1995/03/01 05:06:12 jkh Exp $ .\" .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..8070cca9f3d3 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 $ +.\" $Id: ieee_test.3,v 1.2 1995/03/01 05:06:16 jkh Exp $ .\" .Dd March 10, 1994 .Dt IEEE_TEST 3 diff --git a/lib/msun/man/j0.3 b/lib/msun/man/j0.3 index 8e1327cb86fe..78e05e767673 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 $ +.\" $Id: j0.3,v 1.4 1996/02/12 01:20:27 mpp Exp $ .\" .Dd April 19, 1991 .Dt J0 3 diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3 index 8b78a16b46c0..af17f10a1a9f 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.3 1996/02/12 01:20:29 mpp Exp $ +.\" $Id: lgamma.3,v 1.3.2.1 1997/12/28 19:47:15 steve Exp $ .\" .Dd December 3, 1992 .Dt LGAMMA 3 diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index 2be6557ad3b3..964a51cbf936 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.3 1996/02/12 01:20:30 mpp Exp $ +.\" $Id: math.3,v 1.3.2.1 1998/02/18 05:35:27 jkh Exp $ .\" .TH MATH 3M "May 6, 1991" .UC 4 diff --git a/lib/msun/man/rint.3 b/lib/msun/man/rint.3 index 7d037018addb..fd1064772d07 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.5 1997/02/22 15:09:40 peter Exp $ +.\" $Id: rint.3,v 1.2.6.1 1997/02/28 07:28:46 mpp Exp $ .\" .Dd March 10, 1994 .Dt RINT 3 diff --git a/lib/msun/man/sin.3 b/lib/msun/man/sin.3 index d80b5b3955f3..220adcca8822 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.5 1997/02/22 15:09:40 peter Exp $ +.\" $Id: sin.3,v 1.2.6.1 1997/02/28 07:28:47 mpp Exp $ .\" .Dd April 19, 1991 .Dt SIN 3 diff --git a/lib/msun/man/sinh.3 b/lib/msun/man/sinh.3 index 77392da14534..0d2ba9cc6053 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.5 1997/02/22 15:09:41 peter Exp $ +.\" $Id: sinh.3,v 1.2.6.1 1997/02/28 07:28:47 mpp Exp $ .Dd April 19, 1991 .Dt SINH 3 .Os diff --git a/lib/msun/man/sqrt.3 b/lib/msun/man/sqrt.3 index fe71926c7ce1..9364415e8135 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 $ +.\" $Id: sqrt.3,v 1.3 1996/02/12 01:20:32 mpp Exp $ .\" .Dd May 6, 1991 .Dt SQRT 3 diff --git a/lib/msun/man/tan.3 b/lib/msun/man/tan.3 index 407a90309bd8..d3aaba518d52 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.5 1997/02/22 15:09:45 peter Exp $ +.\" $Id: tan.3,v 1.2.6.1 1997/02/28 07:28:48 mpp Exp $ .\" .Dd May 2, 1991 .Dt TAN 3 diff --git a/lib/msun/man/tanh.3 b/lib/msun/man/tanh.3 index 30bd24b245a1..4e64c2d66c34 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.5 1997/02/22 15:09:46 peter Exp $ +.\" $Id: tanh.3,v 1.2.6.1 1997/02/28 07:28:48 mpp Exp $ .\" .Dd May 2, 1991 .Dt TANH 3 diff --git a/lib/msun/src/e_acos.c b/lib/msun/src/e_acos.c index c521bd464827..446a29fdcdd8 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.6 1997/03/09 16:29:14 bde Exp $"; +static char rcsid[] = "$Id: e_acos.c,v 1.2.6.2 1997/12/28 19:48:32 steve Exp $"; #endif /* __ieee754_acos(x) diff --git a/lib/msun/src/e_acosf.c b/lib/msun/src/e_acosf.c index 7a4395bdb858..fbb72db8f68c 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.5 1997/03/09 16:29:15 bde Exp $"; +static char rcsid[] = "$Id: e_acosf.c,v 1.2.6.1 1997/12/28 19:48:33 steve Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_acosh.c b/lib/msun/src/e_acosh.c index 55f891fc073a..4a6fdad41549 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.5 1997/03/09 16:29:16 bde Exp $"; +static char rcsid[] = "$Id: e_acosh.c,v 1.2.6.1 1997/12/28 19:48:34 steve Exp $"; #endif /* __ieee754_acosh(x) diff --git a/lib/msun/src/e_acoshf.c b/lib/msun/src/e_acoshf.c index 5590be4fea8e..b76253e02e07 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.5 1997/03/09 16:29:17 bde Exp $"; +static char rcsid[] = "$Id: e_acoshf.c,v 1.2.6.1 1997/12/28 19:48:35 steve Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_asin.c b/lib/msun/src/e_asin.c index 461c89a74278..b75b4e32e6a8 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.7 1997/03/09 16:29:19 bde Exp $"; +static char rcsid[] = "$Id: e_asin.c,v 1.3.2.2 1997/12/28 19:48:36 steve Exp $"; #endif /* __ieee754_asin(x) diff --git a/lib/msun/src/e_asinf.c b/lib/msun/src/e_asinf.c index ae7d71460463..f6fbb5536f05 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.6 1997/03/09 16:29:20 bde Exp $"; +static char rcsid[] = "$Id: e_asinf.c,v 1.3.2.1 1997/12/28 19:48:37 steve Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_atan2.c b/lib/msun/src/e_atan2.c index f664a3044a52..949b49a0be20 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.3 1996/07/12 18:57:51 jkh Exp $"; +static char rcsid[] = "$Id: e_atan2.c,v 1.3.2.1 1997/02/23 11:03:01 joerg Exp $"; #endif /* __ieee754_atan2(y,x) diff --git a/lib/msun/src/e_atan2f.c b/lib/msun/src/e_atan2f.c index 39aa779eeef9..5eaefe425b89 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[] = "$Id: e_atan2f.c,v 1.2 1995/05/30 05:47:59 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_atanh.c b/lib/msun/src/e_atanh.c index aeb8a75444fa..3bc134d95cb6 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[] = "$Id: e_atanh.c,v 1.2 1995/05/30 05:48:01 rgrimes Exp $"; #endif /* __ieee754_atanh(x) diff --git a/lib/msun/src/e_atanhf.c b/lib/msun/src/e_atanhf.c index 1c2cc6450fca..c75915674e5e 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[] = "$Id: e_atanhf.c,v 1.2 1995/05/30 05:48:04 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_cosh.c b/lib/msun/src/e_cosh.c index c0bec61edf6a..4d0ab06b2dfb 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[] = "$Id: e_cosh.c,v 1.3 1996/07/12 18:57:52 jkh Exp $"; #endif /* __ieee754_cosh(x) diff --git a/lib/msun/src/e_coshf.c b/lib/msun/src/e_coshf.c index 25bb9e30aa19..00364368d815 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[] = "$Id: e_coshf.c,v 1.2 1995/05/30 05:48:07 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_exp.c b/lib/msun/src/e_exp.c index 9a3735e1543b..d7f4ba340e78 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.3 1996/07/12 18:57:55 jkh Exp $"; +static char rcsid[] = "$Id: e_exp.c,v 1.3.2.1 1997/02/23 11:03:02 joerg Exp $"; #endif /* __ieee754_exp(x) diff --git a/lib/msun/src/e_expf.c b/lib/msun/src/e_expf.c index ed265784bee7..99e24c902246 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[] = "$Id: e_expf.c,v 1.3 1996/07/12 18:57:56 jkh Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_fmod.c b/lib/msun/src/e_fmod.c index dc9ef8ccfd8d..5e06e80149f7 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.2 1995/05/30 05:48:10 rgrimes Exp $"; +static char rcsid[] = "$Id: e_fmod.c,v 1.2.6.1 1997/02/23 11:03:03 joerg Exp $"; #endif /* diff --git a/lib/msun/src/e_fmodf.c b/lib/msun/src/e_fmodf.c index 4a54d1818b08..c96947e52d03 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[] = "$Id: e_fmodf.c,v 1.2 1995/05/30 05:48:11 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/e_gamma.c b/lib/msun/src/e_gamma.c index 699dc54acad6..fe1cd8622c5a 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[] = "$Id: e_gamma.c,v 1.2 1995/05/30 05:48:12 rgrimes Exp $"; #endif /* __ieee754_gamma(x) diff --git a/lib/msun/src/e_gamma_r.c b/lib/msun/src/e_gamma_r.c index 699af100b171..f571c963741f 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[] = "$Id: e_gamma_r.c,v 1.2 1995/05/30 05:48:13 rgrimes Exp $"; #endif /* __ieee754_gamma_r(x, signgamp) diff --git a/lib/msun/src/e_gammaf.c b/lib/msun/src/e_gammaf.c index 039c25784e36..f994b286c342 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[] = "$Id: e_gammaf.c,v 1.2 1995/05/30 05:48:14 rgrimes Exp $"; #endif /* __ieee754_gammaf(x) diff --git a/lib/msun/src/e_gammaf_r.c b/lib/msun/src/e_gammaf_r.c index 93f17fb825b4..0e01afe1d62b 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[] = "$Id: e_gammaf_r.c,v 1.2 1995/05/30 05:48:15 rgrimes Exp $"; #endif /* __ieee754_gammaf_r(x, signgamp) diff --git a/lib/msun/src/e_hypot.c b/lib/msun/src/e_hypot.c index 42fc80381825..3135465eaf1e 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.5 1997/03/09 16:29:22 bde Exp $"; +static char rcsid[] = "$Id: e_hypot.c,v 1.2.6.1 1997/12/28 19:48:39 steve Exp $"; #endif /* __ieee754_hypot(x,y) diff --git a/lib/msun/src/e_hypotf.c b/lib/msun/src/e_hypotf.c index 399391a1daed..b9869fd89bf4 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.6 1997/03/09 16:29:24 bde Exp $"; +static char rcsid[] = "$Id: e_hypotf.c,v 1.2.6.2 1997/12/28 19:48:42 steve Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_j0.c b/lib/msun/src/e_j0.c index 3a11397a3262..16d2d9d05ed8 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[] = "$Id: e_j0.c,v 1.2 1995/05/30 05:48:18 rgrimes Exp $"; #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..cb54e47e862f 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[] = "$Id: e_j0f.c,v 1.2 1995/05/30 05:48:19 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_j1.c b/lib/msun/src/e_j1.c index f577368048ed..4012d4a9d656 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[] = "$Id: e_j1.c,v 1.2 1995/05/30 05:48:20 rgrimes Exp $"; #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..1897cb445922 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[] = "$Id: e_j1f.c,v 1.2 1995/05/30 05:48:23 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_jn.c b/lib/msun/src/e_jn.c index ae309f0e6b74..9175826d4e93 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[] = "$Id: e_jn.c,v 1.3 1995/05/30 05:48:24 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/e_jnf.c b/lib/msun/src/e_jnf.c index 6393f83df5c1..eeb145ac2130 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[] = "$Id: e_jnf.c,v 1.3 1995/05/30 05:48:25 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_lgamma.c b/lib/msun/src/e_lgamma.c index 39de847aa175..b11a5d9ad0df 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[] = "$Id: e_lgamma.c,v 1.2 1995/05/30 05:48:26 rgrimes Exp $"; #endif /* __ieee754_lgamma(x) diff --git a/lib/msun/src/e_lgamma_r.c b/lib/msun/src/e_lgamma_r.c index 57b24d414de4..3ee6368e369a 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[] = "$Id: e_lgamma_r.c,v 1.2 1995/05/30 05:48:27 rgrimes Exp $"; #endif /* __ieee754_lgamma_r(x, signgamp) diff --git a/lib/msun/src/e_lgammaf.c b/lib/msun/src/e_lgammaf.c index 1d90cdd692a9..6293ffd609ca 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[] = "$Id: e_lgammaf.c,v 1.2 1995/05/30 05:48:28 rgrimes Exp $"; #endif /* __ieee754_lgammaf(x) diff --git a/lib/msun/src/e_lgammaf_r.c b/lib/msun/src/e_lgammaf_r.c index 2cd8ec8ca9c4..419d80785a50 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[] = "$Id: e_lgammaf_r.c,v 1.2 1995/05/30 05:48:29 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_log.c b/lib/msun/src/e_log.c index eca1a8e01561..bcd791d1a523 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.2 1995/05/30 05:48:30 rgrimes Exp $"; +static char rcsid[] = "$Id: e_log.c,v 1.2.6.1 1997/02/23 11:03:05 joerg Exp $"; #endif /* __ieee754_log(x) diff --git a/lib/msun/src/e_log10.c b/lib/msun/src/e_log10.c index eed3d8f4df53..df52ec491221 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.3 1995/05/30 05:48:30 rgrimes Exp $"; +static char rcsid[] = "$Id: e_log10.c,v 1.3.6.1 1997/02/23 11:03:06 joerg Exp $"; #endif /* __ieee754_log10(x) diff --git a/lib/msun/src/e_log10f.c b/lib/msun/src/e_log10f.c index 3caa25abba35..266100a62969 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[] = "$Id: e_log10f.c,v 1.3 1995/05/30 05:48:31 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_logf.c b/lib/msun/src/e_logf.c index 1baef0470b73..1585de78e5e8 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[] = "$Id: e_logf.c,v 1.2 1995/05/30 05:48:32 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_pow.c b/lib/msun/src/e_pow.c index 63972a1c5c3f..abe3af8a34c5 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.5 1997/03/09 16:29:25 bde Exp $"; +static char rcsid[] = "$Id: e_pow.c,v 1.2.6.1 1997/12/28 19:48:42 steve Exp $"; #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 9be3a5d36aec..b46465287e97 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.5 1997/03/09 16:29:26 bde Exp $"; +static char rcsid[] = "$Id: e_powf.c,v 1.2.6.1 1997/12/28 19:48:43 steve Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_rem_pio2.c b/lib/msun/src/e_rem_pio2.c index 5b1c3bf26403..f9533744f1d4 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[] = "$Id: e_rem_pio2.c,v 1.3 1995/05/30 05:48:37 rgrimes Exp $"; #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..1602501951c3 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[] = "$Id: e_rem_pio2f.c,v 1.3 1995/05/30 05:48:38 rgrimes Exp $"; #endif /* __ieee754_rem_pio2f(x,y) diff --git a/lib/msun/src/e_remainder.c b/lib/msun/src/e_remainder.c index e08c0ac6b042..724bc285ea8b 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.2 1995/05/30 05:48:39 rgrimes Exp $"; +static char rcsid[] = "$Id: e_remainder.c,v 1.2.6.1 1997/02/23 11:03:07 joerg Exp $"; #endif /* __ieee754_remainder(x,p) diff --git a/lib/msun/src/e_remainderf.c b/lib/msun/src/e_remainderf.c index cc66ba454aec..df3a52ced4a5 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[] = "$Id: e_remainderf.c,v 1.2 1995/05/30 05:48:40 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_scalb.c b/lib/msun/src/e_scalb.c index d85b0bdb3e80..ff97b3c81804 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.2 1995/05/30 05:48:43 rgrimes Exp $"; +static char rcsid[] = "$Id: e_scalb.c,v 1.2.6.1 1997/02/23 11:03:08 joerg Exp $"; #endif /* diff --git a/lib/msun/src/e_scalbf.c b/lib/msun/src/e_scalbf.c index 0dff855c37c2..8a6e4abf37d6 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[] = "$Id: e_scalbf.c,v 1.2 1995/05/30 05:48:45 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_sinh.c b/lib/msun/src/e_sinh.c index 4b81a2434b86..ec9f4ff97f71 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[] = "$Id: e_sinh.c,v 1.3 1996/07/12 18:57:58 jkh Exp $"; #endif /* __ieee754_sinh(x) diff --git a/lib/msun/src/e_sinhf.c b/lib/msun/src/e_sinhf.c index 9c6e45bed155..f6e3a8f2cc72 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[] = "$Id: e_sinhf.c,v 1.2 1995/05/30 05:48:49 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/e_sqrt.c b/lib/msun/src/e_sqrt.c index ddd33fd9e3e7..934883f0411c 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.2 1995/05/30 05:48:50 rgrimes Exp $"; +static char rcsid[] = "$Id: e_sqrt.c,v 1.2.6.1 1997/02/23 11:03:09 joerg Exp $"; #endif /* __ieee754_sqrt(x) diff --git a/lib/msun/src/e_sqrtf.c b/lib/msun/src/e_sqrtf.c index a4cb172e1bdc..da3c2216e693 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[] = "$Id: e_sqrtf.c,v 1.2 1995/05/30 05:48:52 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/get_hw_float.c b/lib/msun/src/get_hw_float.c index fea5c89a81ec..7702491b48b8 100644 --- a/lib/msun/src/get_hw_float.c +++ b/lib/msun/src/get_hw_float.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: get_hw_float.c,v 1.2 1997/02/22 15:10:42 peter Exp $ */ #include <sys/types.h> diff --git a/lib/msun/src/k_cos.c b/lib/msun/src/k_cos.c index 57ebe6219613..be536d89a3f9 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[] = "$Id: k_cos.c,v 1.2 1995/05/30 05:48:53 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/k_cosf.c b/lib/msun/src/k_cosf.c index 09e2ff72cc2e..f1746d19ad92 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[] = "$Id: k_cosf.c,v 1.2 1995/05/30 05:48:55 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/k_rem_pio2.c b/lib/msun/src/k_rem_pio2.c index 25faf35f40ea..2edb6c50ef15 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[] = "$Id: k_rem_pio2.c,v 1.2 1995/05/30 05:48:57 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/k_rem_pio2f.c b/lib/msun/src/k_rem_pio2f.c index 10615386eb81..d44f40bf3561 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[] = "$Id: k_rem_pio2f.c,v 1.2 1995/05/30 05:49:00 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/k_sin.c b/lib/msun/src/k_sin.c index 394df9276811..7e4bed6fb654 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[] = "$Id: k_sin.c,v 1.2 1995/05/30 05:49:05 rgrimes Exp $"; #endif /* __kernel_sin( x, y, iy) diff --git a/lib/msun/src/k_sinf.c b/lib/msun/src/k_sinf.c index b7c3db935dde..faf57de58d19 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[] = "$Id: k_sinf.c,v 1.2 1995/05/30 05:49:10 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/k_standard.c b/lib/msun/src/k_standard.c index d32362e386b8..bfc9001db7d9 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[] = "$Id: k_standard.c,v 1.2 1995/05/30 05:49:13 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/k_tan.c b/lib/msun/src/k_tan.c index d5851cf2f0f8..7418b653c20c 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[] = "$Id: k_tan.c,v 1.2 1995/05/30 05:49:14 rgrimes Exp $"; #endif /* __kernel_tan( x, y, k ) diff --git a/lib/msun/src/k_tanf.c b/lib/msun/src/k_tanf.c index 9be8d378ade6..ec087d3a5e6f 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[] = "$Id: k_tanf.c,v 1.2 1995/05/30 05:49:15 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index 7523db4b3a13..491da2b895fb 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.2.6.1 1997/12/28 19:45:49 steve Exp $ + * $Id: math.h,v 1.2.6.3 1998/04/23 04:43:26 pst Exp $ */ #ifndef _MATH_H_ diff --git a/lib/msun/src/math_private.h b/lib/msun/src/math_private.h index 232f65b8712f..897e32372eb1 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 $ + * $Id: math_private.h,v 1.2 1995/05/30 05:49:17 rgrimes Exp $ */ #ifndef _MATH_PRIVATE_H_ diff --git a/lib/msun/src/s_asinh.c b/lib/msun/src/s_asinh.c index 4298f1a79245..f6798f1be51e 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.5 1997/03/09 16:29:29 bde Exp $"; +static char rcsid[] = "$Id: s_asinh.c,v 1.2.6.1 1997/12/28 19:48:44 steve Exp $"; #endif /* asinh(x) diff --git a/lib/msun/src/s_asinhf.c b/lib/msun/src/s_asinhf.c index 569b4437bbe3..fb18e285ba96 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.5 1997/03/09 16:29:29 bde Exp $"; +static char rcsid[] = "$Id: s_asinhf.c,v 1.2.6.1 1997/12/28 19:48:45 steve Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_atan.c b/lib/msun/src/s_atan.c index 94c6210c2158..ec6ca02a287a 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.2 1995/05/30 05:49:20 rgrimes Exp $"; +static char rcsid[] = "$Id: s_atan.c,v 1.2.6.1 1997/02/23 11:03:13 joerg Exp $"; #endif /* atan(x) diff --git a/lib/msun/src/s_atanf.c b/lib/msun/src/s_atanf.c index 52beebfcf5ec..3fd85906be40 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[] = "$Id: s_atanf.c,v 1.2 1995/05/30 05:49:22 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_cbrt.c b/lib/msun/src/s_cbrt.c index a3fcc0215b47..c494ab9dcfb1 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[] = "$Id: s_cbrt.c,v 1.2 1995/05/30 05:49:22 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_cbrtf.c b/lib/msun/src/s_cbrtf.c index 8bee2beb4a57..c86453f451fd 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[] = "$Id: s_cbrtf.c,v 1.2 1995/05/30 05:49:23 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_ceil.c b/lib/msun/src/s_ceil.c index 6f49bb4d3b3f..4bcefe7d2d71 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.2 1995/05/30 05:49:25 rgrimes Exp $"; +static char rcsid[] = "$Id: s_ceil.c,v 1.2.6.1 1997/02/23 11:03:14 joerg Exp $"; #endif /* diff --git a/lib/msun/src/s_ceilf.c b/lib/msun/src/s_ceilf.c index b30f5ba8e816..2b5f42d2e088 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[] = "$Id: s_ceilf.c,v 1.2 1995/05/30 05:49:26 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_copysign.c b/lib/msun/src/s_copysign.c index 7ece0ad5873a..73452a4792c3 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.2 1995/05/30 05:49:27 rgrimes Exp $"; +static char rcsid[] = "$Id: s_copysign.c,v 1.2.6.1 1997/02/23 11:03:16 joerg Exp $"; #endif /* diff --git a/lib/msun/src/s_copysignf.c b/lib/msun/src/s_copysignf.c index 07b1a530ab14..3192193cf0c3 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[] = "$Id: s_copysignf.c,v 1.2 1995/05/30 05:49:28 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_cos.c b/lib/msun/src/s_cos.c index f1117f1be54d..000b0a03c070 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.2 1995/05/30 05:49:29 rgrimes Exp $"; +static char rcsid[] = "$Id: s_cos.c,v 1.2.6.1 1997/02/23 11:03:17 joerg Exp $"; #endif /* cos(x) diff --git a/lib/msun/src/s_cosf.c b/lib/msun/src/s_cosf.c index 95fe4e7723d6..700af27cc106 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[] = "$Id: s_cosf.c,v 1.2 1995/05/30 05:49:30 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_erf.c b/lib/msun/src/s_erf.c index 4a06e2043ed2..39a2acd47af0 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[] = "$Id: s_erf.c,v 1.2 1995/05/30 05:49:31 rgrimes Exp $"; #endif /* double erf(double x) diff --git a/lib/msun/src/s_erff.c b/lib/msun/src/s_erff.c index 15e40b13e400..f72279b43575 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[] = "$Id: s_erff.c,v 1.2 1995/05/30 05:49:32 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_expm1.c b/lib/msun/src/s_expm1.c index 9c933e24c885..14df0c3663ad 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[] = "$Id: s_expm1.c,v 1.2 1995/05/30 05:49:33 rgrimes Exp $"; #endif /* expm1(x) diff --git a/lib/msun/src/s_expm1f.c b/lib/msun/src/s_expm1f.c index e7d43514f0cc..fe9a1b428c9c 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[] = "$Id: s_expm1f.c,v 1.2 1995/05/30 05:49:34 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_fabs.c b/lib/msun/src/s_fabs.c index 590d5594ea2e..1192324a4d59 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[] = "$Id: s_fabs.c,v 1.2 1995/05/30 05:49:35 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_fabsf.c b/lib/msun/src/s_fabsf.c index e2462725b9a5..9f36414933a3 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[] = "$Id: s_fabsf.c,v 1.2 1995/05/30 05:49:36 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_finite.c b/lib/msun/src/s_finite.c index d484c056f3e3..3caf24984584 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.2 1995/05/30 05:49:37 rgrimes Exp $"; +static char rcsid[] = "$Id: s_finite.c,v 1.2.6.1 1997/02/23 11:03:17 joerg Exp $"; #endif /* diff --git a/lib/msun/src/s_finitef.c b/lib/msun/src/s_finitef.c index 28b2f791b375..f42241996f46 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[] = "$Id: s_finitef.c,v 1.2 1995/05/30 05:49:38 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_floor.c b/lib/msun/src/s_floor.c index 65cef7adf9a8..539b1077cdd7 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.2 1995/05/30 05:49:39 rgrimes Exp $"; +static char rcsid[] = "$Id: s_floor.c,v 1.2.6.1 1997/02/23 11:03:18 joerg Exp $"; #endif /* diff --git a/lib/msun/src/s_floorf.c b/lib/msun/src/s_floorf.c index 885121380886..e2a82485f74d 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[] = "$Id: s_floorf.c,v 1.2 1995/05/30 05:49:40 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_frexp.c b/lib/msun/src/s_frexp.c index 6a1fadf97849..64b254003ac0 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[] = "$Id: s_frexp.c,v 1.3 1995/05/30 05:49:41 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_frexpf.c b/lib/msun/src/s_frexpf.c index ee97029b6f4d..33d73bef13a1 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[] = "$Id: s_frexpf.c,v 1.3 1995/05/30 05:49:44 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_ilogb.c b/lib/msun/src/s_ilogb.c index 897d606989e4..e0ef1a66f3f5 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.2 1995/05/30 05:49:45 rgrimes Exp $"; +static char rcsid[] = "$Id: s_ilogb.c,v 1.2.6.1 1997/02/23 11:03:19 joerg Exp $"; #endif /* ilogb(double x) diff --git a/lib/msun/src/s_ilogbf.c b/lib/msun/src/s_ilogbf.c index 8c0f162a908d..2014959bd263 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[] = "$Id: s_ilogbf.c,v 1.2 1995/05/30 05:49:46 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_isnan.c b/lib/msun/src/s_isnan.c index 677913f5c114..5f01d48d9de5 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[] = "$Id: s_isnan.c,v 1.2 1995/05/30 05:49:47 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_isnanf.c b/lib/msun/src/s_isnanf.c index 4c4e69ef01a0..85e68c231107 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[] = "$Id: s_isnanf.c,v 1.2 1995/05/30 05:49:48 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_ldexp.c b/lib/msun/src/s_ldexp.c index 1d11ff2ba4b1..971ecd218a37 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[] = "$Id: s_ldexp.c,v 1.2 1995/05/30 05:49:51 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_ldexpf.c b/lib/msun/src/s_ldexpf.c index 7cd0ce06e2e2..6bfa0c5efc7a 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[] = "$Id: s_ldexpf.c,v 1.2 1995/05/30 05:49:53 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_lib_version.c b/lib/msun/src/s_lib_version.c index 7936f89dca0d..a02c715bd8c2 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[] = "$Id: s_lib_version.c,v 1.2 1995/05/30 05:49:56 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_log1p.c b/lib/msun/src/s_log1p.c index 56218d4a720b..6522f155900c 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[] = "$Id: s_log1p.c,v 1.2 1995/05/30 05:49:57 rgrimes Exp $"; #endif /* double log1p(double x) diff --git a/lib/msun/src/s_log1pf.c b/lib/msun/src/s_log1pf.c index 4c4f65244850..4183da498eba 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[] = "$Id: s_log1pf.c,v 1.2 1995/05/30 05:49:58 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_logb.c b/lib/msun/src/s_logb.c index a34950e09bcd..ec003c98cd19 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.2 1995/05/30 05:49:59 rgrimes Exp $"; +static char rcsid[] = "$Id: s_logb.c,v 1.2.6.1 1997/02/23 11:03:20 joerg Exp $"; #endif /* diff --git a/lib/msun/src/s_logbf.c b/lib/msun/src/s_logbf.c index ddc0a04d8f86..aaa1d675d30c 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[] = "$Id: s_logbf.c,v 1.2 1995/05/30 05:50:00 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_matherr.c b/lib/msun/src/s_matherr.c index 219a88c48b02..0d7288e9f209 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[] = "$Id: s_matherr.c,v 1.2 1995/05/30 05:50:02 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_modf.c b/lib/msun/src/s_modf.c index b0ebbd0ff03b..0635159192cf 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[] = "$Id: s_modf.c,v 1.2 1995/05/30 05:50:04 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/s_modff.c b/lib/msun/src/s_modff.c index d1f0e3257bc1..5adc2f4cb780 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[] = "$Id: s_modff.c,v 1.2 1995/05/30 05:50:08 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_nextafter.c b/lib/msun/src/s_nextafter.c index 1936fad89e0f..44a28d2c8ea8 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[] = "$Id: s_nextafter.c,v 1.2 1995/05/30 05:50:11 rgrimes Exp $"; #endif /* IEEE functions diff --git a/lib/msun/src/s_nextafterf.c b/lib/msun/src/s_nextafterf.c index bd870705acc9..a3f3e02787a7 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[] = "$Id: s_nextafterf.c,v 1.2 1995/05/30 05:50:13 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_rint.c b/lib/msun/src/s_rint.c index 27b537c911a4..d8048a91ae27 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.3 1996/08/28 16:34:33 bde Exp $"; +static char rcsid[] = "$Id: s_rint.c,v 1.3.2.1 1997/02/23 11:03:20 joerg Exp $"; #endif /* diff --git a/lib/msun/src/s_rintf.c b/lib/msun/src/s_rintf.c index 90a85a310b48..41b167ee21ab 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[] = "$Id: s_rintf.c,v 1.3 1996/08/28 16:34:36 bde Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_scalbn.c b/lib/msun/src/s_scalbn.c index 4c9c98d6e0f6..1136a274fcec 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.2 1995/05/30 05:50:23 rgrimes Exp $"; +static char rcsid[] = "$Id: s_scalbn.c,v 1.2.6.1 1997/02/23 11:03:21 joerg Exp $"; #endif /* diff --git a/lib/msun/src/s_scalbnf.c b/lib/msun/src/s_scalbnf.c index 08b16406a95a..4f3e004a7df3 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[] = "$Id: s_scalbnf.c,v 1.2 1995/05/30 05:50:24 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_significand.c b/lib/msun/src/s_significand.c index 2f3d9b61db17..85288a47b37d 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.2 1995/05/30 05:50:26 rgrimes Exp $"; +static char rcsid[] = "$Id: s_significand.c,v 1.2.6.1 1997/02/23 11:03:22 joerg Exp $"; #endif /* diff --git a/lib/msun/src/s_significandf.c b/lib/msun/src/s_significandf.c index 445f264151e4..0410f81617f1 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[] = "$Id: s_significandf.c,v 1.2 1995/05/30 05:50:28 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_sin.c b/lib/msun/src/s_sin.c index 80fe27b77ef3..85b68d5a791d 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.2 1995/05/30 05:50:30 rgrimes Exp $"; +static char rcsid[] = "$Id: s_sin.c,v 1.2.6.1 1997/02/23 11:03:22 joerg Exp $"; #endif /* sin(x) diff --git a/lib/msun/src/s_sinf.c b/lib/msun/src/s_sinf.c index 69b4841191e4..52cfc468a08c 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[] = "$Id: s_sinf.c,v 1.2 1995/05/30 05:50:32 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_tan.c b/lib/msun/src/s_tan.c index 1f8e9d8693a9..a40b345c4243 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.2 1995/05/30 05:50:33 rgrimes Exp $"; +static char rcsid[] = "$Id: s_tan.c,v 1.2.6.1 1997/02/23 11:03:23 joerg Exp $"; #endif /* tan(x) diff --git a/lib/msun/src/s_tanf.c b/lib/msun/src/s_tanf.c index 0fb7e19c411c..1148a8569e25 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[] = "$Id: s_tanf.c,v 1.2 1995/05/30 05:50:34 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/s_tanh.c b/lib/msun/src/s_tanh.c index dc1baaab9b9e..046c67895bba 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[] = "$Id: s_tanh.c,v 1.2 1995/05/30 05:50:35 rgrimes Exp $"; #endif /* Tanh(x) diff --git a/lib/msun/src/s_tanhf.c b/lib/msun/src/s_tanhf.c index 47908316047b..cfe602030d4f 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[] = "$Id: s_tanhf.c,v 1.2 1995/05/30 05:50:36 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/w_acos.c b/lib/msun/src/w_acos.c index af5f0227edf7..31b67b3c9034 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[] = "$Id: w_acos.c,v 1.2 1995/05/30 05:50:37 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_acosf.c b/lib/msun/src/w_acosf.c index 1501235e3c40..5ddd21e9f1c1 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[] = "$Id: w_acosf.c,v 1.2 1995/05/30 05:50:38 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_acosh.c b/lib/msun/src/w_acosh.c index d32cd3d32d47..4b2a98ff22db 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[] = "$Id: w_acosh.c,v 1.2 1995/05/30 05:50:39 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_acoshf.c b/lib/msun/src/w_acoshf.c index 232685309174..90fb1991eb06 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[] = "$Id: w_acoshf.c,v 1.2 1995/05/30 05:50:40 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_asin.c b/lib/msun/src/w_asin.c index 7174df657fa1..0079e15ec992 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[] = "$Id: w_asin.c,v 1.2 1995/05/30 05:50:41 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_asinf.c b/lib/msun/src/w_asinf.c index fdc08d4b7ff5..e5894361e3c8 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[] = "$Id: w_asinf.c,v 1.2 1995/05/30 05:50:42 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_atan2.c b/lib/msun/src/w_atan2.c index b408ad6e561a..d6827296f867 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[] = "$Id: w_atan2.c,v 1.2 1995/05/30 05:50:43 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_atan2f.c b/lib/msun/src/w_atan2f.c index 403cc52f22d2..319463e35a78 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[] = "$Id: w_atan2f.c,v 1.2 1995/05/30 05:50:44 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_atanh.c b/lib/msun/src/w_atanh.c index c0774220be44..14f0b1c97be0 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[] = "$Id: w_atanh.c,v 1.2 1995/05/30 05:50:45 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_atanhf.c b/lib/msun/src/w_atanhf.c index 8e6fe1a185e1..d751c8c0aca9 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[] = "$Id: w_atanhf.c,v 1.2 1995/05/30 05:50:46 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_cosh.c b/lib/msun/src/w_cosh.c index 5386838ffc72..306eab1d33e3 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[] = "$Id: w_cosh.c,v 1.2 1995/05/30 05:50:49 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_coshf.c b/lib/msun/src/w_coshf.c index 64fd579640f6..15b44ff31285 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[] = "$Id: w_coshf.c,v 1.2 1995/05/30 05:50:53 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_exp.c b/lib/msun/src/w_exp.c index 0d592ee5004e..3288c53c109d 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[] = "$Id: w_exp.c,v 1.2 1995/05/30 05:50:58 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_expf.c b/lib/msun/src/w_expf.c index e22a951e92c9..276a6d291c58 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[] = "$Id: w_expf.c,v 1.2 1995/05/30 05:51:00 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_fmod.c b/lib/msun/src/w_fmod.c index 4065409d170e..02d2184d135f 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[] = "$Id: w_fmod.c,v 1.2 1995/05/30 05:51:02 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_fmodf.c b/lib/msun/src/w_fmodf.c index 5c0c43209af2..b6681360b27c 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[] = "$Id: w_fmodf.c,v 1.2 1995/05/30 05:51:03 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_gamma.c b/lib/msun/src/w_gamma.c index bf53f1874931..a1ddf9037f47 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[] = "$Id: w_gamma.c,v 1.2 1995/05/30 05:51:04 rgrimes Exp $"; #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..7db1799f524b 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[] = "$Id: w_gamma_r.c,v 1.2 1995/05/30 05:51:06 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_gammaf.c b/lib/msun/src/w_gammaf.c index 89e8f7fa26a1..5aad38ae5d73 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[] = "$Id: w_gammaf.c,v 1.2 1995/05/30 05:51:10 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/w_gammaf_r.c b/lib/msun/src/w_gammaf_r.c index a2585cbb300a..024c5d4cde23 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[] = "$Id: w_gammaf_r.c,v 1.2 1995/05/30 05:51:12 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_hypot.c b/lib/msun/src/w_hypot.c index 9b6f46fcf652..77ccecc891c7 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[] = "$Id: w_hypot.c,v 1.2 1995/05/30 05:51:13 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_hypotf.c b/lib/msun/src/w_hypotf.c index 0b126d702cd7..030dd5dadfcb 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[] = "$Id: w_hypotf.c,v 1.2 1995/05/30 05:51:15 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_j0.c b/lib/msun/src/w_j0.c index c98038a422f4..244f2feb6af2 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.5 1997/02/22 15:12:13 peter Exp $"; +static char rcsid[] = "$Id: w_j0.c,v 1.2.6.1 1997/03/03 14:21:04 bde Exp $"; #endif /* diff --git a/lib/msun/src/w_j0f.c b/lib/msun/src/w_j0f.c index 73b10e5fa021..da6fc6185c5b 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.5 1997/02/22 15:12:14 peter Exp $"; +static char rcsid[] = "$Id: w_j0f.c,v 1.2.6.1 1997/03/03 14:21:05 bde Exp $"; #endif /* diff --git a/lib/msun/src/w_j1.c b/lib/msun/src/w_j1.c index 3ddaf34f519d..dc437393d068 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.5 1997/02/22 15:12:15 peter Exp $"; +static char rcsid[] = "$Id: w_j1.c,v 1.2.6.1 1997/03/03 14:21:05 bde Exp $"; #endif /* diff --git a/lib/msun/src/w_j1f.c b/lib/msun/src/w_j1f.c index b750b57bb965..c93dbd0afc32 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.5 1997/02/22 15:12:16 peter Exp $"; +static char rcsid[] = "$Id: w_j1f.c,v 1.2.6.1 1997/03/03 14:21:06 bde Exp $"; #endif /* diff --git a/lib/msun/src/w_jn.c b/lib/msun/src/w_jn.c index a34299dc1527..f1bb89171ee6 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.6 1997/02/22 15:12:17 peter Exp $"; +static char rcsid[] = "$Id: w_jn.c,v 1.2.6.1 1997/03/03 14:21:06 bde Exp $"; #endif /* diff --git a/lib/msun/src/w_jnf.c b/lib/msun/src/w_jnf.c index 195395f55401..7634894cf02e 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.5 1997/02/22 15:12:18 peter Exp $"; +static char rcsid[] = "$Id: w_jnf.c,v 1.2.6.1 1997/03/03 14:21:08 bde Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/w_lgamma.c b/lib/msun/src/w_lgamma.c index f15cb9d14899..ff197721a1ec 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[] = "$Id: w_lgamma.c,v 1.2 1995/05/30 05:51:28 rgrimes Exp $"; #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..cc0621428dee 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[] = "$Id: w_lgamma_r.c,v 1.2 1995/05/30 05:51:29 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_lgammaf.c b/lib/msun/src/w_lgammaf.c index e4b2aa20ee79..02b0b6e72b6c 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[] = "$Id: w_lgammaf.c,v 1.2 1995/05/30 05:51:31 rgrimes Exp $"; #endif #include "math.h" diff --git a/lib/msun/src/w_lgammaf_r.c b/lib/msun/src/w_lgammaf_r.c index 3fd4f227c533..067e18baea7d 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[] = "$Id: w_lgammaf_r.c,v 1.2 1995/05/30 05:51:32 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_log.c b/lib/msun/src/w_log.c index e5b8afde387f..03f832159968 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[] = "$Id: w_log.c,v 1.2 1995/05/30 05:51:33 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_log10.c b/lib/msun/src/w_log10.c index c09deeb78e3f..2fe95b3ab1f9 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[] = "$Id: w_log10.c,v 1.2 1995/05/30 05:51:34 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_log10f.c b/lib/msun/src/w_log10f.c index 31a94107239f..d86014a6340f 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[] = "$Id: w_log10f.c,v 1.2 1995/05/30 05:51:35 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_logf.c b/lib/msun/src/w_logf.c index 3f3f8d47aab0..fe9b5cd0a7e1 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[] = "$Id: w_logf.c,v 1.2 1995/05/30 05:51:36 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_powf.c b/lib/msun/src/w_powf.c index 40fb91fc858e..68685ae06f2f 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[] = "$Id: w_powf.c,v 1.2 1995/05/30 05:51:38 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_remainder.c b/lib/msun/src/w_remainder.c index dd0f11215714..1386f0fa9cb6 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[] = "$Id: w_remainder.c,v 1.2 1995/05/30 05:51:39 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_remainderf.c b/lib/msun/src/w_remainderf.c index a7f3e469e6cc..fce589524009 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[] = "$Id: w_remainderf.c,v 1.2 1995/05/30 05:51:40 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_scalb.c b/lib/msun/src/w_scalb.c index 9e3ce15042c7..1d79db94c620 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[] = "$Id: w_scalb.c,v 1.2 1995/05/30 05:51:41 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_scalbf.c b/lib/msun/src/w_scalbf.c index 469525cfc17f..f6a5a4f53c3e 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[] = "$Id: w_scalbf.c,v 1.2 1995/05/30 05:51:42 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_sinh.c b/lib/msun/src/w_sinh.c index 8498dbe87e33..ab311429cafa 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[] = "$Id: w_sinh.c,v 1.2 1995/05/30 05:51:43 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_sinhf.c b/lib/msun/src/w_sinhf.c index 5f1467dc1d22..3edbd4473f9e 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[] = "$Id: w_sinhf.c,v 1.2 1995/05/30 05:51:44 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_sqrt.c b/lib/msun/src/w_sqrt.c index bdf97d21e086..21672c40fdf7 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[] = "$Id: w_sqrt.c,v 1.2 1995/05/30 05:51:46 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_sqrtf.c b/lib/msun/src/w_sqrtf.c index 55631bff8012..7b87e6762c3c 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[] = "$Id: w_sqrtf.c,v 1.2 1995/05/30 05:51:47 rgrimes Exp $"; #endif /* diff --git a/lib/msun/src/w_y0.c b/lib/msun/src/w_y0.c index 91b9760a1d8b..071e8f4d8d62 100644 --- a/lib/msun/src/w_y0.c +++ b/lib/msun/src/w_y0.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: w_y0.c,v 1.2 1997/02/22 15:12:36 peter Exp $"; #endif /* diff --git a/lib/msun/src/w_y0f.c b/lib/msun/src/w_y0f.c index 52ed04113bb0..512de59fe3b8 100644 --- a/lib/msun/src/w_y0f.c +++ b/lib/msun/src/w_y0f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: w_y0f.c,v 1.2 1997/02/22 15:12:37 peter Exp $"; #endif /* diff --git a/lib/msun/src/w_y1.c b/lib/msun/src/w_y1.c index b46d81e9282c..f6ecd0013585 100644 --- a/lib/msun/src/w_y1.c +++ b/lib/msun/src/w_y1.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: w_y1.c,v 1.2 1997/02/22 15:12:38 peter Exp $"; #endif /* diff --git a/lib/msun/src/w_y1f.c b/lib/msun/src/w_y1f.c index b4e4633d68ac..f5a895dd6746 100644 --- a/lib/msun/src/w_y1f.c +++ b/lib/msun/src/w_y1f.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: w_y1f.c,v 1.2 1997/02/22 15:12:39 peter Exp $"; #endif /* diff --git a/lib/msun/src/w_yn.c b/lib/msun/src/w_yn.c index af0337657bdd..fad0f44bfac2 100644 --- a/lib/msun/src/w_yn.c +++ b/lib/msun/src/w_yn.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: w_yn.c,v 1.2 1997/02/22 15:12:40 peter Exp $"; #endif /* diff --git a/lib/msun/src/w_ynf.c b/lib/msun/src/w_ynf.c index 0597b92ce2de..20f7a8f0b88d 100644 --- a/lib/msun/src/w_ynf.c +++ b/lib/msun/src/w_ynf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: w_ynf.c,v 1.2 1997/02/22 15:12:41 peter Exp $"; #endif #include "math.h" |