summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-01-27 10:10:03 +0000
committerbde <bde@FreeBSD.org>1999-01-27 10:10:03 +0000
commit452461a59bb02152445a15d161bc20eaaefb0ee1 (patch)
tree41863e0c3284350fbbf6a88fc8013747001600d8
parent5429c9828c90015a4c41ede2590f556a9fed456f (diff)
downloadFreeBSD-src-452461a59bb02152445a15d161bc20eaaefb0ee1.zip
FreeBSD-src-452461a59bb02152445a15d161bc20eaaefb0ee1.tar.gz
Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.
-rw-r--r--sys/i386/isa/asc.c3
-rw-r--r--sys/i386/isa/sound/dmabuf.c2
-rw-r--r--sys/i386/isa/sound/sequencer.c2
-rw-r--r--sys/i386/isa/sound/soundcard.c1
-rw-r--r--sys/kern/sys_pipe.c3
-rw-r--r--sys/pccard/pccard.c3
6 files changed, 11 insertions, 3 deletions
diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c
index 1a801b0..595a33c 100644
--- a/sys/i386/isa/asc.c
+++ b/sys/i386/isa/asc.c
@@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
- * $Id: asc.c,v 1.31 1998/08/12 18:16:38 bde Exp $
+ * $Id: asc.c,v 1.32 1998/10/22 05:58:38 bde Exp $
*/
#include "asc.h"
@@ -47,6 +47,7 @@
#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/poll.h>
+#include <sys/select.h>
#include "opt_devfs.h"
diff --git a/sys/i386/isa/sound/dmabuf.c b/sys/i386/isa/sound/dmabuf.c
index 76494ad..269f5ae 100644
--- a/sys/i386/isa/sound/dmabuf.c
+++ b/sys/i386/isa/sound/dmabuf.c
@@ -29,6 +29,8 @@
#include <i386/isa/sound/sound_config.h>
+#include <sys/select.h>
+
#include <machine/md_var.h>
#if defined(CONFIG_AUDIO) || defined(CONFIG_GUS)
diff --git a/sys/i386/isa/sound/sequencer.c b/sys/i386/isa/sound/sequencer.c
index 4990774..197bd74 100644
--- a/sys/i386/isa/sound/sequencer.c
+++ b/sys/i386/isa/sound/sequencer.c
@@ -34,6 +34,8 @@
#ifdef CONFIG_SEQUENCER
+#include <sys/select.h>
+
#include <i386/isa/sound/midi_ctrl.h>
static void seq_drain_midi_queues(void);
diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c
index 3b6db0b..648c35a 100644
--- a/sys/i386/isa/sound/soundcard.c
+++ b/sys/i386/isa/sound/soundcard.c
@@ -36,6 +36,7 @@
#if NSND > 0 /* from "snd.h" */
#include "uart.h"
+#include <sys/select.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <sys/mman.h>
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 29e1e97..c0190d2 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: sys_pipe.c,v 1.45 1998/11/11 10:03:55 truckman Exp $
+ * $Id: sys_pipe.c,v 1.46 1998/12/07 21:58:29 archie Exp $
*/
/*
@@ -59,6 +59,7 @@
#include <sys/ttycom.h>
#include <sys/stat.h>
#include <sys/poll.h>
+#include <sys/select.h>
#include <sys/signalvar.h>
#include <sys/sysproto.h>
#include <sys/pipe.h>
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 6220a89..3badb2e 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pccard.c,v 1.67 1998/11/09 09:30:55 peter Exp $
+ * $Id: pccard.c,v 1.68 1999/01/19 00:18:26 peter Exp $
*/
#include "opt_devfs.h"
@@ -39,6 +39,7 @@
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/malloc.h>
+#include <sys/select.h>
#include <sys/sysctl.h>
#include <sys/conf.h>
#ifdef DEVFS
OpenPOWER on IntegriCloud