More 2.6.26 compat changes

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@153 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
behlendo
2008-08-11 17:56:40 +00:00
parent 6a6cafbe8d
commit 86de8532a9
6 changed files with 46 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef _SPL_FILE_COMPAT_H
#define _SPL_FILE_COMPAT_H
#ifdef HAVE_FDTABLE_HEADER
#include <linux/fdtable.h>
#endif
#endif /* SPL_FILE_COMPAT_H */