diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-09 17:01:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-09 17:01:11 +0000 |
commit | a575ec2280c9a566873f8bb2a3c2e02fb32850d9 (patch) | |
tree | cbb3955e3758e217d8f28855736d821a9360be9d /sys | |
parent | 8fdd47f372326a790dcf725c8cdcfeecbde8aa22 (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.h | 3 |
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; |