$OpenBSD$
authortodd <todd@openbsd.org>
Thu, 2 Mar 2000 00:29:47 +0000 (00:29 +0000)
committertodd <todd@openbsd.org>
Thu, 2 Mar 2000 00:29:47 +0000 (00:29 +0000)
55 files changed:
lib/libcompat/4.1/gtty.c
lib/libcompat/4.1/stty.c
lib/libcompat/4.3/insque.3
lib/libcompat/4.3/insque.c
lib/libcompat/4.3/regex.c
lib/libcompat/4.3/remque.c
lib/libcompat/4.4/cuserid.3
lib/libcrypto/des/supp.c
lib/libdes/rnd_keys.c
lib/libdes/supp.c
lib/libm/man/acos.3
lib/libm/man/acosh.3
lib/libm/man/asin.3
lib/libm/man/asinh.3
lib/libm/man/atan.3
lib/libm/man/atan2.3
lib/libm/man/atanh.3
lib/libm/man/ceil.3
lib/libm/man/cos.3
lib/libm/man/cosh.3
lib/libm/man/erf.3
lib/libm/man/exp.3
lib/libm/man/fabs.3
lib/libm/man/floor.3
lib/libm/man/fmod.3
lib/libm/man/hypot.3
lib/libm/man/ieee.3
lib/libm/man/ieee_test.3
lib/libm/man/j0.3
lib/libm/man/lgamma.3
lib/libm/man/math.3
lib/libm/man/rint.3
lib/libm/man/sin.3
lib/libm/man/sinh.3
lib/libm/man/sqrt.3
lib/libm/man/tan.3
lib/libm/man/tanh.3
lib/libm/src/math_private.h
lib/libresolv/Makefile
lib/libskey/Makefile
lib/libssl/src/crypto/des/supp.c
lib/liby/Makefile
lib/liby/main.c
lib/liby/yyerror.c
lib/libz/adler32.c
lib/libz/compress.c
lib/libz/crc32.c
lib/libz/deflate.c
lib/libz/deflate.h
lib/libz/gzio.c
lib/libz/trees.c
lib/libz/uncompr.c
lib/libz/zconf.h
lib/libz/zutil.c
lib/libz/zutil.h

index ec0ed7e..465bd16 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $   */
+
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
  * All rights reserved.
@@ -29,7 +31,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: gtty.c,v 1.1.1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: gtty.c,v 1.2 2000/03/02 00:29:47 todd Exp $";
 #endif /* not lint */
 
 #include <sgtty.h>
index 3d1b08c..53ae840 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $   */
+
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
  * All rights reserved.
@@ -29,7 +31,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: stty.c,v 1.1.1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: stty.c,v 1.2 2000/03/02 00:29:48 todd Exp $";
 #endif /* not lint */
 
 #include <sgtty.h>
index 59002e2..b16eb2e 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: insque.3,v 1.4 2000/03/02 00:29:48 todd Exp $
 .\" Copyright (c) 1993 John Brezak
 .\" All rights reserved.
 .\"
@@ -24,7 +25,6 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: insque.3,v 1.3 1999/07/09 13:35:24 aaron Exp $
 .\"
 .Dd August 12, 1993
 .Dt INSQUE 3
index 3ce30cc..d1c6484 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: insque.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
+
 /*
  *  Copyright (c) 1993 John Brezak
  *  All rights reserved.
@@ -27,7 +29,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$Id: insque.c,v 1.1.1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char *rcsid = "$OpenBSD: insque.c,v 1.2 2000/03/02 00:29:48 todd Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <search.h>
index 31a04ca..829ced3 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: regex.c,v 1.3 2000/03/02 00:29:48 todd Exp $  */
+
 /*-
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
@@ -43,7 +45,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 /*static char sccsid[] = "from: @(#)regex.c    5.1 (Berkeley) 3/29/92";*/
-static char rcsid[] = "$Id: regex.c,v 1.2 1999/08/02 17:10:47 downsj Exp $";
+static char rcsid[] = "$OpenBSD: regex.c,v 1.3 2000/03/02 00:29:48 todd Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 2da27d1..e316e02 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: remque.c,v 1.2 2000/03/02 00:29:48 todd Exp $ */
+
 /*
  *  Copyright (c) 1993 John Brezak
  *  All rights reserved.
@@ -27,7 +29,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$Id: remque.c,v 1.1.1.1 1995/10/18 08:42:34 deraadt Exp $";
+static char *rcsid = "$OpenBSD: remque.c,v 1.2 2000/03/02 00:29:48 todd Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <search.h>
index 550b46f..44fceb7 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: cuserid.3,v 1.4 2000/03/02 00:29:48 todd Exp $
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)ctermid.3    5.2 (Berkeley) 4/19/91
-.\"    $Id: cuserid.3,v 1.3 1999/07/09 13:35:23 aaron Exp $
 .\"
 .Dd November 28, 1993
 .Dt CUSERID 3
index 8c570c2..7afea88 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: supp.c,v 1.3 2000/03/02 00:29:51 todd Exp $   */
 /* crypto/des/supp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
@@ -87,7 +88,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: supp.c,v 1.2 1999/09/29 04:36:01 beck Exp $
  */
 
 #include <stdio.h>
index ced5da7..aac5d14 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: rnd_keys.c,v 1.1.1.1 1997/06/29 10:24:52 provos Exp $      */
+/*     $OpenBSD: rnd_keys.c,v 1.2 2000/03/02 00:29:48 todd Exp $       */
 
 /* Copyright (C) 1993 Eric Young - see COPYING for more details */
 #include "des_locl.h"
index 61cf84d..e721720 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: supp.c,v 1.2 2000/03/02 00:29:48 todd Exp $       */
 /* crypto/des/supp.c */
 /* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
  * All rights reserved.
@@ -87,7 +88,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: supp.c,v 1.1.1.1 1997/06/29 10:24:53 provos Exp $
  */
 
 #include <stdio.h>
index 6cf587f..3ff5270 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: acos.3,v 1.7 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)acos.3       5.1 (Berkeley) 5/2/91
-.\"    $Id: acos.3,v 1.6 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd May 2, 1991
 .Dt ACOS 3
index 87f9773..82a7f51 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: acosh.3,v 1.7 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)acosh.3      5.2 (Berkeley) 5/6/91
-.\"    $Id: acosh.3,v 1.6 1999/07/09 13:35:26 aaron Exp $
 .\"
 .Dd May 6, 1991
 .Dt ACOSH 3
index cf6a4ba..bfd7be3 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: asin.3,v 1.7 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)asin.3       5.1 (Berkeley) 5/2/91
-.\"    $Id: asin.3,v 1.6 1999/07/09 13:35:26 aaron Exp $
 .\"
 .Dd May 2, 1991
 .Dt ASIN 3
index ea7abe1..540e14f 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: asinh.3,v 1.7 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)asinh.3      6.4 (Berkeley) 5/6/91
-.\"    $Id: asinh.3,v 1.6 1999/07/09 13:35:26 aaron Exp $
 .\"
 .Dd May 6, 1991
 .Dt ASINH 3
index b7b8db5..ebe1120 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: atan.3,v 1.7 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)atan.3       5.1 (Berkeley) 5/2/91
-.\"    $Id: atan.3,v 1.6 1999/07/09 13:35:26 aaron Exp $
 .\"
 .Dd May 2, 1991
 .Dt ATAN 3
index a88acea..2e2c536 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: atan2.3,v 1.6 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)atan2.3      5.1 (Berkeley) 5/2/91
-.\"    $Id: atan2.3,v 1.5 1999/07/09 13:35:26 aaron Exp $
 .\"
 .Dd May 2, 1991
 .Dt ATAN2 3
index 5185cd0..726fd30 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: atanh.3,v 1.7 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)atanh.3      5.2 (Berkeley) 5/6/91
-.\"    $Id: atanh.3,v 1.6 1999/07/07 10:50:05 aaron Exp $
 .\"
 .Dd May 6, 1991
 .Dt ATANH 3
index 87ef104..31c1b33 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: ceil.3,v 1.6 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)ceil.3       5.1 (Berkeley) 5/2/91
-.\"    $Id: ceil.3,v 1.5 1999/07/01 00:06:40 deraadt Exp $
 .\"
 .Dd March 10, 1994
 .Dt CEIL 3
index 5fdf6a3..a5a5b8f 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: cos.3,v 1.6 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)cos.3        5.1 (Berkeley) 5/2/91
-.\"    $Id: cos.3,v 1.5 1999/07/09 13:35:26 aaron Exp $
 .\"
 .Dd May 2, 1991
 .Dt COS 3
index 8255a9b..2c0da84 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: cosh.3,v 1.6 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)cosh.3       5.1 (Berkeley) 5/2/91
-.\"    $Id: cosh.3,v 1.5 1999/07/01 00:06:40 deraadt Exp $
 .\"
 .Dd May 2, 1991
 .Dt COSH 3
index 8441034..5c60a86 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: erf.3,v 1.8 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)erf.3        6.4 (Berkeley) 4/20/91
-.\"    $Id: erf.3,v 1.7 1999/07/09 13:35:26 aaron Exp $
 .\"
 .Dd April 20, 1991
 .Dt ERFC 3
index 90ce33b..d354c4c 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: exp.3,v 1.8 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)exp.3        6.12 (Berkeley) 7/31/91
-.\"    $Id: exp.3,v 1.7 1999/07/09 13:35:26 aaron Exp $
 .\"
 .Dd July 31, 1991
 .Dt EXP 3
index 4464cff..2684932 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: fabs.3,v 1.6 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -31,7 +32,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)fabs.3       5.1 (Berkeley) 5/2/91
-.\"    $Id: fabs.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd May 2, 1991
 .Dt FABS 3
index abe9a8e..8d6be32 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: floor.3,v 1.6 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1985, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)floor.3      6.5 (Berkeley) 4/19/91
-.\"    $Id: floor.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd March 10, 1994
 .Dt FLOOR 3
index 8c72462..fc9bac5 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: fmod.3,v 1.5 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)fmod.3       5.1 (Berkeley) 5/2/91
-.\"    $Id: fmod.3,v 1.4 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd May 2, 1991
 .Dt FMOD 3
index a5bc6d4..ce4b441 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: hypot.3,v 1.7 2000/03/02 00:29:49 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)hypot.3      6.7 (Berkeley) 5/6/91
-.\"    $Id: hypot.3,v 1.6 1999/07/07 10:50:06 aaron Exp $
 .\"
 .Dd May 6, 1991
 .Dt HYPOT 3
index bd27382..a11c50d 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: ieee.3,v 1.6 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)ieee.3       6.4 (Berkeley) 5/6/91
-.\"    $Id: ieee.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd February 25, 1994
 .Dt IEEE 3
index 2b48a72..dd2062c 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: ieee_test.3,v 1.7 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)ieee.3       6.4 (Berkeley) 5/6/91
-.\"    $Id: ieee_test.3,v 1.6 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd March 10, 1994
 .Dt IEEE_TEST 3
index 497398d..d252486 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: j0.3,v 1.8 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)j0.3 6.7 (Berkeley) 4/19/91
-.\"    $Id: j0.3,v 1.7 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd April 19, 1991
 .Dt J0 3
index eff8e0b..1a69d0f 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: lgamma.3,v 1.9 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)lgamma.3     6.6 (Berkeley) 12/3/92
-.\"    $Id: lgamma.3,v 1.8 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd December 3, 1992
 .Dt LGAMMA 3
index 6250f12..c252b49 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: math.3,v 1.8 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1985 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"    from: @(#)math.3        6.10 (Berkeley) 5/6/91
-.\"    $Id: math.3,v 1.7 1999/08/16 23:26:02 deraadt Exp $
 .\"
 .TH MATH 3 "May 6, 1991"
 .UC 4
index 1406bf3..a37af93 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: rint.3,v 1.5 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)rint.3       5.1 (Berkeley) 5/2/91
-.\"    $Id: rint.3,v 1.4 1999/07/01 00:06:40 deraadt Exp $
 .\"
 .Dd March 10, 1994
 .Dt RINT 3
index 0c7aa73..9fba6f1 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: sin.3,v 1.5 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -31,7 +32,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)sin.3        6.7 (Berkeley) 4/19/91
-.\"    $Id: sin.3,v 1.4 1999/07/01 00:06:40 deraadt Exp $
 .\"
 .Dd April 19, 1991
 .Dt SIN 3
index e0ccd54..cd7e006 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: sinh.3,v 1.6 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"    from: @(#)sinh.3        6.6 (Berkeley) 4/19/91
-.\"    $Id: sinh.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
 .Dd April 19, 1991
 .Dt SINH 3
 .Os
index ef4ccca..25547de 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: sqrt.3,v 1.6 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1985, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)sqrt.3       6.4 (Berkeley) 5/6/91
-.\"    $Id: sqrt.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd May 6, 1991
 .Dt SQRT 3
index e687afa..3131235 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: tan.3,v 1.6 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)tan.3        5.1 (Berkeley) 5/2/91
-.\"    $Id: tan.3,v 1.5 1999/07/09 13:35:27 aaron Exp $
 .\"
 .Dd May 2, 1991
 .Dt TAN 3
index 44769e1..99af7a9 100644 (file)
@@ -1,3 +1,4 @@
+.\"    $OpenBSD: tanh.3,v 1.5 2000/03/02 00:29:50 todd Exp $
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -30,7 +31,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)tanh.3       5.1 (Berkeley) 5/2/91
-.\"    $Id: tanh.3,v 1.4 1999/07/01 00:06:40 deraadt Exp $
 .\"
 .Dd May 2, 1991
 .Dt TANH 3
index 94ce77b..942d4a7 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: math_private.h,v 1.5 2000/03/02 00:29:50 todd Exp $   */
 /*
  * ====================================================
  * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@@ -11,7 +12,6 @@
 
 /*
  * from: @(#)fdlibm.h 5.1 93/09/24
- * $Id: math_private.h,v 1.4 1996/11/14 14:21:51 etheisen Exp $
  */
 
 #ifndef _MATH_PRIVATE_H_
index 69f8603..2e8acd0 100644 (file)
@@ -1,5 +1,4 @@
-#      from: @(#)Makefile      5.1 (Berkeley) 6/5/90
-#      $Id: Makefile,v 1.3 2000/01/01 10:03:01 matthieu Exp $
+#      $OpenBSD: Makefile,v 1.4 2000/03/02 00:29:51 todd Exp $
 
 # libresolv no longer needs a special version of the resolver routines.
 # The resolver is always in libc.
index 3c6a145..714b31d 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1997/04/27 20:56:15 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2000/03/02 00:29:51 todd Exp $
 
 LIB=   skey
 SRCS=  skeylogin.c skeysubr.c put.c
index 8c570c2..7afea88 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: supp.c,v 1.3 2000/03/02 00:29:51 todd Exp $   */
 /* crypto/des/supp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
@@ -87,7 +88,6 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: supp.c,v 1.2 1999/09/29 04:36:01 beck Exp $
  */
 
 #include <stdio.h>
index d36968f..dd1ff7a 100644 (file)
@@ -1,5 +1,4 @@
-#      from: @(#)Makefile      5.5 (Berkeley) 5/15/90
-#      $Id: Makefile,v 1.1.1.1 1995/10/18 08:43:14 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.2 2000/03/02 00:29:51 todd Exp $
 
 LIB=   y
 SRCS=  main.c yyerror.c
index 338f323..2c7ff45 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: main.c,v 1.3 2000/03/02 00:29:51 todd Exp $   */
+
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
@@ -33,7 +35,7 @@
 
 #ifndef lint
 /*static char sccsid[] = "from: @(#)main.c     5.3 (Berkeley) 1/13/91";*/
-static char rcsid[] = "$Id: main.c,v 1.2 1997/06/21 12:33:13 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.3 2000/03/02 00:29:51 todd Exp $";
 #endif /* not lint */
 
 #include <stdlib.h>
index f32deb9..f34ed7c 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: yyerror.c,v 1.3 2000/03/02 00:29:51 todd Exp $        */
+
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
@@ -33,7 +35,7 @@
 
 #ifndef lint
 /*static char sccsid[] = "from: @(#)yyerror.c  5.2 (Berkeley) 5/15/90";*/
-static char rcsid[] = "$Id: yyerror.c,v 1.2 1997/06/21 12:33:15 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: yyerror.c,v 1.3 2000/03/02 00:29:51 todd Exp $";
 #endif /* not lint */
 
 #include <stdio.h>
index 58b0004..f96ee38 100644 (file)
@@ -1,9 +1,9 @@
+/*     $OpenBSD: adler32.c,v 1.3 2000/03/02 00:29:51 todd Exp $        */
 /* adler32.c -- compute the Adler-32 checksum of a data stream
  * Copyright (C) 1995-1998 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id: adler32.c,v 1.2 1998/08/08 20:57:07 millert Exp $ */
 
 #include "zlib.h"
 
index 34b0437..fcadd36 100644 (file)
@@ -1,9 +1,9 @@
+/*     $OpenBSD: compress.c,v 1.3 2000/03/02 00:29:51 todd Exp $       */
 /* compress.c -- compress a memory buffer
  * Copyright (C) 1995-1998 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id: compress.c,v 1.2 1998/08/08 20:57:09 millert Exp $ */
 
 #include "zlib.h"
 
index 14fead8..8f0d2a1 100644 (file)
@@ -1,9 +1,9 @@
+/*     $OpenBSD: crc32.c,v 1.3 2000/03/02 00:29:51 todd Exp $  */
 /* crc32.c -- compute the CRC-32 of a data stream
  * Copyright (C) 1995-1998 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id: crc32.c,v 1.2 1998/08/08 20:57:10 millert Exp $ */
 
 #include "zlib.h"
 
index fbcce1a..6379429 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: deflate.c,v 1.4 2000/03/02 00:29:51 todd Exp $        */
 /* deflate.c -- compress data using the deflation algorithm
  * Copyright (C) 1995-1998 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h 
@@ -47,7 +48,6 @@
  *
  */
 
-/* @(#) $Id: deflate.c,v 1.3 1998/08/08 20:57:11 millert Exp $ */
 
 #include "deflate.h"
 
index 6da6ce5..972cbfa 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: deflate.h,v 1.3 2000/03/02 00:29:51 todd Exp $        */
 /* deflate.h -- internal compression state
  * Copyright (C) 1995-1998 Jean-loup Gailly
  * For conditions of distribution and use, see copyright notice in zlib.h 
@@ -8,7 +9,6 @@
    subject to change. Applications should only use zlib.h.
  */
 
-/* @(#) $Id: deflate.h,v 1.2 1998/08/08 20:57:13 millert Exp $ */
 
 #ifndef _DEFLATE_H
 #define _DEFLATE_H
index dea5668..6048d54 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: gzio.c,v 1.5 2000/03/02 00:29:52 todd Exp $   */
 /* gzio.c -- IO on .gz files
  * Copyright (C) 1995-1998 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h
@@ -5,7 +6,6 @@
  * Compile this file with -DNO_DEFLATE to avoid the compression code.
  */
 
-/* @(#) $Id: gzio.c,v 1.4 1998/08/08 20:57:14 millert Exp $ */
 
 #include <stdio.h>
 
index c3dad13..f2a4e03 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: trees.c,v 1.4 2000/03/02 00:29:52 todd Exp $  */
 /* trees.c -- output deflated data using Huffman coding
  * Copyright (C) 1995-1998 Jean-loup Gailly
  * For conditions of distribution and use, see copyright notice in zlib.h 
@@ -29,7 +30,6 @@
  *          Addison-Wesley, 1983. ISBN 0-201-06672-6.
  */
 
-/* @(#) $Id: trees.c,v 1.3 1998/08/08 20:57:28 millert Exp $ */
 
 /* #define GEN_TREES_H */
 
index 4d70ea1..fb5881b 100644 (file)
@@ -1,9 +1,9 @@
+/*     $OpenBSD: uncompr.c,v 1.3 2000/03/02 00:29:52 todd Exp $        */
 /* uncompr.c -- decompress a memory buffer
  * Copyright (C) 1995-1998 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id: uncompr.c,v 1.2 1998/08/08 20:57:30 millert Exp $ */
 
 #include "zlib.h"
 
index fe708a1..eb82946 100644 (file)
@@ -1,9 +1,9 @@
+/*     $OpenBSD: zconf.h,v 1.3 2000/03/02 00:29:52 todd Exp $  */
 /* zconf.h -- configuration of the zlib compression library
  * Copyright (C) 1995-1998 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id: zconf.h,v 1.2 1998/08/08 20:57:31 millert Exp $ */
 
 #ifndef _ZCONF_H
 #define _ZCONF_H
index b8935b5..7846ce9 100644 (file)
@@ -1,9 +1,9 @@
+/*     $OpenBSD: zutil.c,v 1.4 2000/03/02 00:29:52 todd Exp $  */
 /* zutil.c -- target dependent utility functions for the compression library
  * Copyright (C) 1995-1998 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) $Id: zutil.c,v 1.3 1998/08/08 20:57:33 millert Exp $ */
 
 #include "zutil.h"
 
index 7e87044..5eaecbf 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: zutil.h,v 1.5 2000/03/02 00:29:52 todd Exp $  */
 /* zutil.h -- internal interface and configuration of the compression library
  * Copyright (C) 1995-1998 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h
@@ -8,7 +9,6 @@
    subject to change. Applications should only use zlib.h.
  */
 
-/* @(#) $Id: zutil.h,v 1.4 1998/09/08 04:05:19 millert Exp $ */
 
 #ifndef _Z_UTIL_H
 #define _Z_UTIL_H