summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-09 17:01:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-09 17:01:11 +0000
commita575ec2280c9a566873f8bb2a3c2e02fb32850d9 (patch)
treecbb3955e3758e217d8f28855736d821a9360be9d /sys
parent8fdd47f372326a790dcf725c8cdcfeecbde8aa22 (diff)
workaround lack of struct proc. this whole mess must be cleaned out.
userland processes should not see all the kernel components.
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/scsiconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index 2b7ea8ebf93..c44c9e63fcd 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.h,v 1.95 2008/09/12 11:14:04 miod Exp $ */
+/* $OpenBSD: scsiconf.h,v 1.96 2008/11/09 17:01:10 deraadt Exp $ */
/* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */
/*
@@ -106,6 +106,7 @@ struct devid {
*/
struct buf;
+struct proc;
struct scsi_xfer;
struct scsi_link;
struct scsibus_softc;