diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-03-03 18:00:50 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-03-03 18:00:50 +0000 |
commit | 5da9549d30ca9c35388416cdcd4c3d585656def2 (patch) | |
tree | 3f2294aa7e84797170380460258802666dfa8f67 /sys/dev/wscons/wsdisplay_compat_usl.c | |
parent | 2b4e92ab980e7aa2f19ee6306d5f5f636d589933 (diff) |
Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11
servers. Pointed out by jmc@, ok deraadt@ millert@
Diffstat (limited to 'sys/dev/wscons/wsdisplay_compat_usl.c')
-rw-r--r-- | sys/dev/wscons/wsdisplay_compat_usl.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/wscons/wsdisplay_compat_usl.c b/sys/dev/wscons/wsdisplay_compat_usl.c index c61b4aa817a..2b6be4afc0c 100644 --- a/sys/dev/wscons/wsdisplay_compat_usl.c +++ b/sys/dev/wscons/wsdisplay_compat_usl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsdisplay_compat_usl.c,v 1.28 2015/09/08 11:13:20 deraadt Exp $ */ +/* $OpenBSD: wsdisplay_compat_usl.c,v 1.29 2016/03/03 18:00:49 naddy Exp $ */ /* $NetBSD: wsdisplay_compat_usl.c,v 1.12 2000/03/23 07:01:47 thorpej Exp $ */ /* @@ -330,11 +330,6 @@ wsdisplay_usl_ioctl1(struct wsdisplay_softc *sc, u_long cmd, caddr_t data, #undef id return (0); #endif -#ifdef WSDISPLAY_COMPAT_SYSCONS - case CONS_GETVERS: - *(int *)data = 0x200; /* version 2.0 */ - return (0); -#endif default: return (-1); |