Date: Wed, 18 Jun 2014 22:18:58 +0000 (UTC) From: Aleksandr Rybalko <ray@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267624 - head/sys/dev/vt Message-ID: <201406182218.s5IMIwtV002042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ray Date: Wed Jun 18 22:18:58 2014 New Revision: 267624 URL: http://svnweb.freebsd.org/changeset/base/267624 Log: syscons(4) and vt(4) can be built together now. MFC after: 1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h Modified: head/sys/dev/vt/vt.h ============================================================================== --- head/sys/dev/vt/vt.h Wed Jun 18 22:16:44 2014 (r267623) +++ head/sys/dev/vt/vt.h Wed Jun 18 22:18:58 2014 (r267624) @@ -50,11 +50,6 @@ #include "opt_syscons.h" #include "opt_splash.h" -#ifdef DEV_SC -#error "Build with both syscons and vt is not supported. Please enable only \ -one 'device sc' or 'device vt'" -#endif - #ifndef VT_MAXWINDOWS #ifdef MAXCONS #define VT_MAXWINDOWS MAXCONS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406182218.s5IMIwtV002042>