VirtualBox

Changeset 21103 in vbox


Ignore:
Timestamp:
Jun 30, 2009 8:51:27 PM (16 years ago)
Author:
vboxsync
Message:

additions build fix.

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r21100 r21103  
    3939 VBoxGuest_NOINST.linux  = true
    4040 VBoxGuest_DEFS.linux    = KBUILD_MODNAME=KBUILD_STR\(vboxguest\) KBUILD_BASENAME=KBUILD_STR\(vboxguest\)
     41 ifdef VBOX_LINUX_VERSION_2_4
     42  VBoxGuest_DEFS.linux  += EXPORT_SYMTAB
     43 endif
    4144 VBoxGuest_DEFS.solaris  = VBOX_SVN_REV=$(VBOX_SVN_REV)
    4245 VBoxGuest_DEPS.solaris += $(VBOX_SVN_REV_KMK)
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c

    r21102 r21103  
    138138    ioctl:          vboxguestLinuxIOCtl,
    139139#endif
     140    fasync:         vboxguestFAsync,
    140141    read:           vboxguestRead,
    141142    poll:           vboxguestPoll,
    142     fasync:         vboxguestFAsync,
     143    llseek:         no_llseek,
    143144};
    144145
     
    149150    name:           DEVICE_NAME,
    150151    fops:           &g_FileOps,
    151 #if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 17)
    152     devfs_name:     DEVICE_NAME,
    153 #endif
    154152};
    155153
     
    175173    name:           DEVICE_NAME_USER,
    176174    fops:           &g_FileOpsUser,
    177 #if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 17)
    178     devfs_name:     DEVICE_NAME_USER,
    179 #endif
    180175};
    181176
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