diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-31 08:14:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-31 08:14:52 +0000 |
commit | 2bfce6e09bd489a54af36e827ccff55a0bdbabd4 (patch) | |
tree | e4787b1ea20bdea6d0061b226be0ee4395c5ed70 /sys | |
parent | 8f88c0a4e7b8830020ce30f1c06e1ce3f1be0d77 (diff) |
a cvs test
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/aha.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/aha.c b/sys/dev/isa/aha.c index 1cd5510d58e..54e86db1330 100644 --- a/sys/dev/isa/aha.c +++ b/sys/dev/isa/aha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aha.c,v 1.20 1996/05/27 01:11:44 deraadt Exp $ */ +/* $OpenBSD: aha.c,v 1.21 1996/05/31 08:14:51 deraadt Exp $ */ /* $NetBSD: aha.c,v 1.11 1996/05/12 23:51:23 mycroft Exp $ */ #define AHADIAG @@ -1393,3 +1393,4 @@ aha_timeout(arg) splx(s); } + |