diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-08-18 09:10:41 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-08-18 09:10:41 +0000 |
commit | 66fb7db4d75fb601ea568ab6dd382f0019450260 (patch) | |
tree | 1aa4a8ff23d199ddc2c14696a5492f12e9cefa66 /sys/dev | |
parent | 175718aff45e6dc62b983e073b934256fc7378bd (diff) |
fix a pasto by marco@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/biovar.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/biovar.h b/sys/dev/biovar.h index 4df28be56d6..48d63e170d8 100644 --- a/sys/dev/biovar.h +++ b/sys/dev/biovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biovar.h,v 1.18 2005/08/18 04:49:52 marco Exp $ */ +/* $OpenBSD: biovar.h,v 1.19 2005/08/18 09:10:40 dlg Exp $ */ /* * Copyright (c) 2002 Niklas Hallqvist. All rights reserved. @@ -151,11 +151,6 @@ struct bioc_blink { #define BIOC_SBUNBLINK 0x00 /* disable blinking */ #define BIOC_SBBLINK 0x01 /* enable blink */ #define BIOC_SBALARM 0x02 /* enable alarm blink */ - - u_int16_t bs_channel; - u_int16_t bs_target; - u_int16_t bs_lun; - u_int16_t bs_other_id; /* unused for now */ }; #define BIOCSETSTATE _IOWR('B', 37, struct bioc_setstate) |