~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

Viewing changes to modules/linux/shared/autoconf/inode1.c

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *
17
17
 *********************************************************/
18
18
 
19
 
#include <linux/autoconf.h>
20
 
#include <linux/version.h>
 
19
#include "compat_version.h"
 
20
#include "compat_autoconf.h"
21
21
 
22
22
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 20)
23
23
#include <linux/fs.h>