diff options
Diffstat (limited to 'sys/dev/usb/uscanner.c')
-rw-r--r-- | sys/dev/usb/uscanner.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c index d1c219f2469..c49018b5947 100644 --- a/sys/dev/usb/uscanner.c +++ b/sys/dev/usb/uscanner.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uscanner.c,v 1.18 2005/08/01 05:36:49 brad Exp $ */ +/* $OpenBSD: uscanner.c,v 1.19 2005/11/21 18:16:44 millert Exp $ */ /* $NetBSD: uscanner.c,v 1.40 2003/01/27 00:32:44 wiz Exp $ */ /* @@ -55,11 +55,7 @@ #endif #include <sys/tty.h> #include <sys/file.h> -#if defined(__FreeBSD__) && __FreeBSD_version >= 500014 #include <sys/selinfo.h> -#else -#include <sys/select.h> -#endif #include <sys/proc.h> #include <sys/vnode.h> #include <sys/poll.h> |