GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / ia64 / include / asm / fcntl.h
blob1dd275dc8f653a0b6be00f469998bfa8711044a0
1 #ifndef _ASM_IA64_FCNTL_H
2 #define _ASM_IA64_FCNTL_H
3 /*
4 * Modified 1998-2000
5 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
6 */
8 #define force_o_largefile() \
9 (personality(current->personality) != PER_LINUX32)
11 #include <asm-generic/fcntl.h>
13 #endif /* _ASM_IA64_FCNTL_H */