summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-07-27 08:49:48 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-07-27 08:49:48 +0000
commit4c06652fc3b32d5e6dcef02caea5fca2553b2ec4 (patch)
treeb959440089a24f80e46f6e9801fb562ceeddc1c8 /sys/arch/pmax
parent0819586c17319a87d8286b2cb0bdee655ab50c5e (diff)
s/disk_pages/scsi_disk_pages/
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r--sys/arch/pmax/dev/rz.c4
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;
};
/*