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/arch/mac68k/dev/adb.c | |
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/arch/mac68k/dev/adb.c')
-rw-r--r-- | sys/arch/mac68k/dev/adb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/adb.c b/sys/arch/mac68k/dev/adb.c index cb421922eda..e83010937ed 100644 --- a/sys/arch/mac68k/dev/adb.c +++ b/sys/arch/mac68k/dev/adb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adb.c,v 1.13 2003/09/23 16:51:11 millert Exp $ */ +/* $OpenBSD: adb.c,v 1.14 2005/11/21 18:16:37 millert Exp $ */ /* $NetBSD: adb.c,v 1.13 1996/12/16 16:17:02 scottr Exp $ */ /*- @@ -35,7 +35,7 @@ e* notice, this list of conditions and the following disclaimer in the #include <sys/device.h> #include <sys/fcntl.h> #include <sys/ioctl.h> -#include <sys/select.h> +#include <sys/selinfo.h> #include <sys/poll.h> #include <sys/proc.h> #include <sys/signalvar.h> |