~ubuntu-branches/ubuntu/oneiric/virtualbox/oneiric-updates

« back to all changes in this revision

Viewing changes to src/VBox/Additions/linux/sharedfolders/dirops.c

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-09-02 11:50:47 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20110902115047-kfhmsikrpydgyoji
Tags: 4.1.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox.files/source_virtualbox.py
    - debian/virtualbox.install
  - Drop *-source packages.
  - Add vboxguest modalias the to the package control field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
    .readdir = sf_dir_read,
293
293
    .release = sf_dir_release,
294
294
    .read    = generic_read_dir
 
295
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)
 
296
  , .llseek  = generic_file_llseek
 
297
#endif
295
298
};
296
299
 
297
300