summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
commita3ac5dbadb5694f6713891634647a7cef4553c0f (patch)
treefbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/test
parentcb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff)
update rcsid
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/Makefile2
-rw-r--r--bin/test/TEST.csh1
-rw-r--r--bin/test/test.11
-rw-r--r--bin/test/test.c3
4 files changed, 5 insertions, 2 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
index 6905c4b38b7..994f82825d6 100644
--- a/bin/test/Makefile
+++ b/bin/test/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:21:56 deraadt Exp $
# $NetBSD: Makefile,v 1.6 1995/03/21 07:03:50 cgd Exp $
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= test
SRCS= test.c
diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh
index 672e1a0bd5e..fd13b41b546 100644
--- a/bin/test/TEST.csh
+++ b/bin/test/TEST.csh
@@ -1,3 +1,4 @@
+# $OpenBSD: TEST.csh,v 1.2 1996/06/23 14:21:57 deraadt Exp $
# $NetBSD: TEST.csh,v 1.2 1995/03/21 07:03:59 cgd Exp $
# @(#)TEST.csh 5.2 (Berkeley) 4/30/93
diff --git a/bin/test/test.1 b/bin/test/test.1
index f1961ab9ef2..b39808839ae 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: test.1,v 1.3 1996/06/23 14:21:57 deraadt Exp $
.\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
diff --git a/bin/test/test.c b/bin/test/test.c
index 844c0f0db16..4014964d5b7 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: test.c,v 1.2 1996/06/23 14:21:58 deraadt Exp $ */
/* $NetBSD: test.c,v 1.15 1995/03/21 07:04:06 cgd Exp $ */
/*
@@ -11,7 +12,7 @@
*/
#ifndef lint
-static char rcsid[] = "$NetBSD: test.c,v 1.15 1995/03/21 07:04:06 cgd Exp $";
+static char rcsid[] = "$OpenBSD: test.c,v 1.2 1996/06/23 14:21:58 deraadt Exp $";
#endif
#include <sys/types.h>