Commit 2a0815c8 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Richard Henderson

[PATCH] compat_sys_fcntl{,64} 9/9 Aalpha part

This is only partly to do with the other parts of this patch set.  All it
does is remove struct flock64 from the Alpha port.

diff -ruN 2.5.64-2003030918-32bit.1/include/asm-alpha/fcntl.h 2.5.64-2003030918-32bit.2/include/asm-alpha/fcntl.h
parent 50e48c25
......@@ -69,9 +69,6 @@ struct flock {
__kernel_pid_t l_pid;
};
#ifdef __KERNEL__
#define flock64 flock
#endif
#define F_LINUX_SPECIFIC_BASE 1024
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment