diff options
Diffstat (limited to 'sys/arch/pmax/dev/rz.c')
-rw-r--r-- | sys/arch/pmax/dev/rz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/dev/rz.c b/sys/arch/pmax/dev/rz.c index 7f5be603627..ab39d7b31e1 100644 --- a/sys/arch/pmax/dev/rz.c +++ b/sys/arch/pmax/dev/rz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rz.c,v 1.17 1998/10/04 20:40:08 millert Exp $ */ +/* $OpenBSD: rz.c,v 1.18 1999/07/27 08:49:47 niklas Exp $ */ /* $NetBSD: rz.c,v 1.38 1998/05/08 00:05:19 simonb Exp $ */ /* @@ -194,7 +194,7 @@ int rzdebug = RZB_ERROR; struct scsi_mode_sense_data { struct scsi_mode_header header; struct scsi_blk_desc blk_desc; - union disk_pages pages; + union scsi_disk_pages pages; }; /* |