diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-11-21 18:16:48 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-11-21 18:16:48 +0000 |
commit | 0bec780131c1105ad6cf2a2cbc989ee84ffdbb10 (patch) | |
tree | 2286c902bd69d876f7d004015a7f4c743851e804 /sys/dev/ic | |
parent | eb01b2b7fa7f0eff236c6683e0369227aef6c5ae (diff) |
Move contents of sys/select.h to sys/selinfo.h in preparation for a
userland-visible sys/select.h. Consistent with what Net and Free do.
OK deraadt@, tested with full ports build by naddy@.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/com.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/cy.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/elink3.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/opl.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/oplinstrs.c | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 2afb17b734a..9d1cb63e9bc 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.107 2005/11/11 15:22:00 fgsch Exp $ */ +/* $OpenBSD: com.c,v 1.108 2005/11/21 18:16:39 millert Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -65,7 +65,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/ioctl.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <sys/tty.h> #include <sys/proc.h> #include <sys/user.h> diff --git a/sys/dev/ic/cy.c b/sys/dev/ic/cy.c index 897e889b369..cda20beff29 100644 --- a/sys/dev/ic/cy.c +++ b/sys/dev/ic/cy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cy.c,v 1.24 2003/10/03 16:44:51 miod Exp $ */ +/* $OpenBSD: cy.c,v 1.25 2005/11/21 18:16:39 millert Exp $ */ /* * Copyright (c) 1996 Timo Rossi. * All rights reserved. @@ -63,7 +63,7 @@ #include <sys/proc.h> #include <sys/conf.h> #include <sys/user.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <sys/device.h> #include <sys/malloc.h> #include <sys/systm.h> diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index 7e337e5bc86..559c823ddc5 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3.c,v 1.65 2005/11/14 12:24:34 mickey Exp $ */ +/* $OpenBSD: elink3.c,v 1.66 2005/11/21 18:16:39 millert Exp $ */ /* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */ /* @@ -41,7 +41,7 @@ #include <sys/ioctl.h> #include <sys/errno.h> #include <sys/syslog.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <sys/device.h> #include <net/if.h> diff --git a/sys/dev/ic/opl.c b/sys/dev/ic/opl.c index 02704e044e7..c18530ab414 100644 --- a/sys/dev/ic/opl.c +++ b/sys/dev/ic/opl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: opl.c,v 1.6 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: opl.c,v 1.7 2005/11/21 18:16:39 millert Exp $ */ /* $NetBSD: opl.c,v 1.7 1998/12/08 14:26:56 augustss Exp $ */ /* @@ -48,7 +48,7 @@ #include <sys/ioctl.h> #include <sys/syslog.h> #include <sys/device.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <machine/cpu.h> #include <machine/bus.h> diff --git a/sys/dev/ic/oplinstrs.c b/sys/dev/ic/oplinstrs.c index dd32b8faff9..3369277f4e0 100644 --- a/sys/dev/ic/oplinstrs.c +++ b/sys/dev/ic/oplinstrs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: oplinstrs.c,v 1.2 2001/05/01 02:21:42 mickey Exp $ */ +/* $OpenBSD: oplinstrs.c,v 1.3 2005/11/21 18:16:39 millert Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -6,7 +6,7 @@ #include <sys/ioctl.h> #include <sys/syslog.h> #include <sys/device.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <machine/bus.h> |