Hi Ralf, F_SETSIG and F_GETSIG are already defined in asm-generic/fcntl.h Yoichi Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> diff -pruN -X mips/Documentation/dontdiff mips-orig/include/asm-mips/fcntl.h mips/include/asm-mips/fcntl.h --- mips-orig/include/asm-mips/fcntl.h 2006-08-07 00:51:04.347826750 +0900 +++ mips/include/asm-mips/fcntl.h 2006-08-07 00:49:09.836670250 +0900 @@ -25,8 +25,6 @@ #define F_SETOWN 24 /* for sockets. */ #define F_GETOWN 23 /* for sockets. */ -#define F_SETSIG 10 /* for sockets. */ -#define F_GETSIG 11 /* for sockets. */ #ifndef __mips64 #define F_GETLK64 33 /* using 'struct flock64' */