VirtualBox

Changeset 24824 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Nov 20, 2009 2:12:35 PM (15 years ago)
Author:
vboxsync
Message:

Runtime: Linux 2.4 symbol fiddling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/iprt.h

    r22150 r24824  
    4545# define bool linux_bool /* see r0drv/linux/the-linux-kernel.h */
    4646# include <linux/autoconf.h>
     47# if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS)
     48#  include <linux/version.h>
     49#  define MODVERSIONS
     50#  if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 71)
     51#   include <linux/modversions.h>
     52#  endif
     53# endif
    4754# include <linux/module.h>
    4855# undef bool
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