On Sun, Aug 27, 2000 at 04:23:29PM +0200, Andrea Arcangeli wrote:
> >I already have a patch for this sitting in my patch queue but couldn't
> >yet apply it because MIPS is still at test6.
>
> AFIK for MIPS the defines should be:
>
> #define F_GETLK64 33 /* using 'struct flock64' */
> #define F_SETLK64 34
> #define F_SETLKW64 35
>
> typedef struct flock64 {
> short l_type;
> short l_whence;
> loff_t l_start;
> loff_t l_len;
> pid_t l_pid;
> } flock64_t;
Right, that's what I currently have in my working version of test7. Still
needs to be massaged to compile; the new media stuff is poison for the
MIPS linker ...
Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:20 EST