summaryrefslogtreecommitdiffstats
path: root/arithmetic
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-21 11:59:28 +0000
committercgd <cgd@NetBSD.org>1995-03-21 11:59:28 +0000
commit3a98c41abb1c2e2eadc72a29a18b8bcd1f126b17 (patch)
treed77b69930468a65f4d91590fae04c7fb1b08855a /arithmetic
parent045c162979af9765f1d2f9076378613da3cb28f7 (diff)
downloadbsdgames-darwin-3a98c41abb1c2e2eadc72a29a18b8bcd1f126b17.tar.gz
bsdgames-darwin-3a98c41abb1c2e2eadc72a29a18b8bcd1f126b17.tar.zst
bsdgames-darwin-3a98c41abb1c2e2eadc72a29a18b8bcd1f126b17.zip
clean up import.
Diffstat (limited to 'arithmetic')
-rw-r--r--arithmetic/Makefile4
-rw-r--r--arithmetic/arithmetic.611
-rw-r--r--arithmetic/arithmetic.c19
3 files changed, 20 insertions, 14 deletions
diff --git a/arithmetic/Makefile b/arithmetic/Makefile
index eb177ee7..0ef580e7 100644
--- a/arithmetic/Makefile
+++ b/arithmetic/Makefile
@@ -1,5 +1,5 @@
-# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.3 1994/12/22 09:32:40 cgd Exp $
+# $NetBSD: Makefile,v 1.4 1995/03/21 11:59:28 cgd Exp $
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= arithmetic
MAN= arithmetic.6
diff --git a/arithmetic/arithmetic.6 b/arithmetic/arithmetic.6
index 6f69260b..54da170d 100644
--- a/arithmetic/arithmetic.6
+++ b/arithmetic/arithmetic.6
@@ -1,5 +1,7 @@
-.\" Copyright (c) 1989 The Regents of the University of California.
-.\" All rights reserved.
+.\" $NetBSD: arithmetic.6,v 1.4 1995/03/21 11:59:31 cgd Exp $
+.\"
+.\" Copyright (c) 1989, 1993
+.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" Eamonn McManus of Trinity College Dublin.
@@ -32,10 +34,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)arithmetic.6 6.6 (Berkeley) 6/23/90
-.\" $Id: arithmetic.6,v 1.3 1993/08/05 01:46:15 jtc Exp $
+.\" @(#)arithmetic.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd June 23, 1990
+.Dd May 31, 1993
.Dt ARITHMETIC 6
.UC 4
.Sh NAME
diff --git a/arithmetic/arithmetic.c b/arithmetic/arithmetic.c
index 708a8e70..c382cc4f 100644
--- a/arithmetic/arithmetic.c
+++ b/arithmetic/arithmetic.c
@@ -1,6 +1,8 @@
+/* $NetBSD: arithmetic.c,v 1.5 1995/03/21 11:59:32 cgd Exp $ */
+
/*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ * The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Eamonn McManus of Trinity College Dublin.
@@ -35,14 +37,17 @@
*/
#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1989, 1993\n\
+ The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "from: @(#)arithmetic.c 5.5 (Berkeley) 2/27/91";*/
-static char rcsid[] = "$Id: arithmetic.c,v 1.4 1995/02/28 18:30:59 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)arithmetic.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: arithmetic.c,v 1.5 1995/03/21 11:59:32 cgd Exp $";
+#endif
#endif /* not lint */
/*