From 0bec780131c1105ad6cf2a2cbc989ee84ffdbb10 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 21 Nov 2005 18:16:48 +0000 Subject: 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@. --- sys/dev/ic/com.c | 4 ++-- sys/dev/ic/cy.c | 4 ++-- sys/dev/ic/elink3.c | 4 ++-- sys/dev/ic/opl.c | 4 ++-- sys/dev/ic/oplinstrs.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'sys/dev/ic') 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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include 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 #include #include -#include +#include #include #include 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 #include @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include -- cgit v1.2.3