]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc64/fcntl.h
[PATCH] dvb: av7110: Siemens DVB-C analog video input support
[linux-2.6-omap-h63xx.git] / include / asm-sparc64 / fcntl.h
index 3db10e076eec252a169f27319226eebba6a933bd..b2aecf0054bd2167b990ddc2da53dec57458aca9 100644 (file)
 #define F_WRLCK                2
 #define F_UNLCK                3
 
-struct flock {
-       short l_type;
-       short l_whence;
-       off_t l_start;
-       off_t l_len;
-       pid_t l_pid;
-       short __unused;
-};
+#define __ARCH_FLOCK_PAD       short __unused;
 
 #include <asm-generic/fcntl.h>