diff options
author | ray <ray@FreeBSD.org> | 2014-06-18 22:18:58 +0000 |
---|---|---|
committer | ray <ray@FreeBSD.org> | 2014-06-18 22:18:58 +0000 |
commit | 9722d2a95d7eb4035bac0f1c09957c18ad48cf98 (patch) | |
tree | 7591d72bef8b8335381cafcecb1916fb1fc5ddeb | |
parent | e4a1f52463cb3c9fdbdb2a70b93093a08fd20520 (diff) | |
download | FreeBSD-src-9722d2a95d7eb4035bac0f1c09957c18ad48cf98.zip FreeBSD-src-9722d2a95d7eb4035bac0f1c09957c18ad48cf98.tar.gz |
syscons(4) and vt(4) can be built together now.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sys/dev/vt/vt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/vt/vt.h b/sys/dev/vt/vt.h index 87a57a2..67f2201 100644 --- a/sys/dev/vt/vt.h +++ b/sys/dev/vt/vt.h @@ -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 |