VirtualBox

Changeset 87706 in vbox


Ignore:
Timestamp:
Feb 11, 2021 12:03:12 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142750
Message:

SUPDrv: Build fix for older kernels, 2nd attempt. bugref:9937

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h

    r87704 r87706  
    8787#       include <linux/timer.h>
    8888#   endif
    89 #   if RTLNX_VER_MIN(3,2,0) && defined(SUPDRV_AGNOSTIC)
     89#   if RTLNX_VER_MIN(3,2,0)
    9090#       include <linux/export.h>
    9191#   else
    9292#       include <linux/module.h>
    93 #       if defined(RT_ARCH_X86) || defined(RT_ARCH_AMD64) /* fix conflicts with iprt/x86.h */
     93#       if (defined(RT_ARCH_X86) || defined(RT_ARCH_AMD64)) && defined(SUPDRV_AGNOSTIC) /* fix conflicts with iprt/x86.h */
    9494#           undef CS
    9595#           undef SS
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