Re: BUG/PATCH: include/asm-*/fcntl.h

From: Andrea Arcangeli (andrea@suse.de)
Date: Sun Aug 27 2000 - 09:23:29 EST


On Sat, 26 Aug 2000, Ralf Baechle 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;

Andrea

-
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:19 EST