Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.
This commit is contained in:
parent
83386aca9b
commit
dc34e67676
@ -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"
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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);
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user