diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
commit | a3ac5dbadb5694f6713891634647a7cef4553c0f (patch) | |
tree | fbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/test/test.c | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/test/test.c')
-rw-r--r-- | bin/test/test.c | 3 |
1 files changed, 2 insertions, 1 deletions
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> |