Fix typo introduced 5.5 years ago.
Note: this changes the #if test result, but the now #ifdef out code has no effect.
This commit is contained in:
parent
ea0cb93282
commit
926017f7f5
@ -286,7 +286,7 @@ acquire_vt:
|
||||
if (ioctl(xf86Info.consoleFd, VT_SETMODE, &vtmode) < 0) {
|
||||
FatalError("xf86OpenConsole: VT_SETMODE VT_PROCESS failed");
|
||||
}
|
||||
#if !defined(__0penBSD__) && !defined(USE_DEV_IO) && !defined(USE_I386_IOPL)
|
||||
#if !defined(__OpenBSD__) && !defined(USE_DEV_IO) && !defined(USE_I386_IOPL)
|
||||
if (ioctl(xf86Info.consoleFd, KDENABIO, 0) < 0) {
|
||||
FatalError("xf86OpenConsole: KDENABIO failed (%s)",
|
||||
strerror(errno));
|
||||
|
Loading…
Reference in New Issue
Block a user