summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa
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/arch/vax/vsa
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/arch/vax/vsa')
-rw-r--r--sys/arch/vax/vsa/lk201.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vsa/lk201.c b/sys/arch/vax/vsa/lk201.c
index 3413416ee00..3ffcdd36352 100644
--- a/sys/arch/vax/vsa/lk201.c
+++ b/sys/arch/vax/vsa/lk201.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lk201.c,v 1.5 2002/03/14 03:16:02 millert Exp $ */
+/* $OpenBSD: lk201.c,v 1.6 2005/11/21 18:16:37 millert Exp $ */
/*
* The LK201 keycode mapping routine is here, along with initialization
@@ -8,7 +8,7 @@
#include <sys/param.h>
#include <sys/syslog.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <dev/cons.h>
#include <pmax/include/pmioctl.h>