VirtualBox

Changeset 69524 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Oct 30, 2017 11:10:42 AM (7 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: fix preprocessor error.
bugref:8524: Additions/linux: play nicely with distribution-installed Additions

Revision r118452/r69143 introduced a pre-processor syntax error. This change
fixes it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_drv.c

    r69143 r69524  
    310310static int __init vbox_init(void)
    311311{
    312 #ifdef CONFIG_VGA_CONSOLE || LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)
     312#if defined(CONFIG_VGA_CONSOLE) || LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)
    313313        if (vgacon_text_force() && vbox_modeset == -1)
    314314                return -EINVAL;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette