diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-03 07:19:10 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-03 07:19:10 +0000 |
commit | 15252feb685ac515dbb0d558a6ec060640c366cf (patch) | |
tree | 4abc281bdcbf990848ecd6e99a5c410c10513b1f /sys/arch/hp300/stand/samachdep.h | |
parent | 60db6b673069c7f048e846a8c3d9c396051e6594 (diff) |
rd -> hd
Diffstat (limited to 'sys/arch/hp300/stand/samachdep.h')
-rw-r--r-- | sys/arch/hp300/stand/samachdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/samachdep.h b/sys/arch/hp300/stand/samachdep.h index b17698ba0bd..123278d1779 100644 --- a/sys/arch/hp300/stand/samachdep.h +++ b/sys/arch/hp300/stand/samachdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: samachdep.h,v 1.2 1997/01/17 08:32:58 downsj Exp $ */ +/* $OpenBSD: samachdep.h,v 1.3 1997/02/03 07:19:09 downsj Exp $ */ /* $NetBSD: samachdep.h,v 1.7 1996/10/14 07:34:48 thorpej Exp $ */ /* @@ -40,7 +40,7 @@ #define NHPIB 4 #define NSCSI 2 -#define NRD 8 +#define NHD 8 #define NCT 8 #define NSD 8 |