VirtualBox

Ignore:
Timestamp:
Dec 7, 2007 7:13:43 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26584
Message:

vboxvfs: make it compile with 2.6.23+, have to check if it works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/regops.c

    r5984 r5995  
    396396        .mmap     = sf_reg_mmap,
    397397#if LINUX_VERSION_CODE >= KERNEL_VERSION (2, 6, 0)
     398# if LINUX_VERSION_CODE >= KERNEL_VERSION (2, 6, 23)
     399        .splice_read = generic_file_splice_read,
     400# else
    398401        .sendfile = generic_file_sendfile,
     402# endif
    399403        .fsync    = simple_sync_file,
    400404#endif
Note: See TracChangeset for help on using the changeset viewer.

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