summaryrefslogtreecommitdiffstats
path: root/sys/dev/scd/scdvar.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-11-05 09:50:15 +0000
committermdodd <mdodd@FreeBSD.org>2002-11-05 09:50:15 +0000
commit313e62ce9c91e875cee05aacdfcbf7e6f34c78ab (patch)
treec06b994acd926336b04f4763c39f01dc4c5c5b4a /sys/dev/scd/scdvar.h
parenta7a511811501bf4ea163053b4fa97a83173a6d91 (diff)
downloadFreeBSD-src-313e62ce9c91e875cee05aacdfcbf7e6f34c78ab.zip
FreeBSD-src-313e62ce9c91e875cee05aacdfcbf7e6f34c78ab.tar.gz
Fix for GEOM.
Tested on: i386
Diffstat (limited to 'sys/dev/scd/scdvar.h')
-rw-r--r--sys/dev/scd/scdvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/scd/scdvar.h b/sys/dev/scd/scdvar.h
index d7faa88..9eb0199 100644
--- a/sys/dev/scd/scdvar.h
+++ b/sys/dev/scd/scdvar.h
@@ -8,7 +8,6 @@ struct scd_mbx {
int sz;
u_long skip;
struct bio * bp;
- int p_offset;
short count;
};
@@ -18,7 +17,6 @@ struct scd_data {
short flags;
int blksize;
u_long disksize;
- struct disklabel dlabel;
int openflag;
struct {
unsigned int adr :4;
OpenPOWER on IntegriCloud