summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_hp.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-11-21 18:16:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-11-21 18:16:48 +0000
commit0bec780131c1105ad6cf2a2cbc989ee84ffdbb10 (patch)
tree2286c902bd69d876f7d004015a7f4c743851e804 /sys/dev/isa/if_hp.c
parenteb01b2b7fa7f0eff236c6683e0369227aef6c5ae (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/isa/if_hp.c')
-rw-r--r--sys/dev/isa/if_hp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_hp.c b/sys/dev/isa/if_hp.c
index f929276038f..e1cbd70790d 100644
--- a/sys/dev/isa/if_hp.c
+++ b/sys/dev/isa/if_hp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_hp.c,v 1.14 2004/09/28 01:02:14 brad Exp $ */
+/* $OpenBSD: if_hp.c,v 1.15 2005/11/21 18:16:40 millert Exp $ */
/* $NetBSD: if_hp.c,v 1.21 1995/12/24 02:31:31 mycroft Exp $ */
/* XXX THIS DRIVER IS BROKEN. IT WILL NOT EVEN COMPILE. */
@@ -76,7 +76,7 @@
#include "bpfilter.h"
#if NBPFILTER > 0
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <net/bpf.h>
#endif