summaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
commitf78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch)
treed866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/comm
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/Makefile2
-rw-r--r--usr.bin/comm/comm.11
-rw-r--r--usr.bin/comm/comm.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile
index 5f3841c594c..35441331e97 100644
--- a/usr.bin/comm/Makefile
+++ b/usr.bin/comm/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:17 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1995/03/26 09:25:49 glass Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= comm
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1
index ef39aad92d9..8d55d78b0b1 100644
--- a/usr.bin/comm/comm.1
+++ b/usr.bin/comm/comm.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: comm.1,v 1.2 1996/06/26 05:32:17 deraadt Exp $
.\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index 8d7709ba9f4..f83ccfaea1b 100644
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: comm.c,v 1.2 1996/06/26 05:32:18 deraadt Exp $ */
/* $NetBSD: comm.c,v 1.10 1995/09/05 19:57:43 jtc Exp $ */
/*
@@ -46,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)comm.c 8.4 (Berkeley) 5/4/95";
#endif
-static char rcsid[] = "$NetBSD: comm.c,v 1.10 1995/09/05 19:57:43 jtc Exp $";
+static char rcsid[] = "$OpenBSD: comm.c,v 1.2 1996/06/26 05:32:18 deraadt Exp $";
#endif /* not lint */
#include <err.h>