X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Ffcntl.h;fp=include%2Fasm-mips%2Ffcntl.h;h=00a50ec1c19fd6426bd57732aad5e2bdd64e7807;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=43d047a9a6af06aa986b90a93eba696bb22051ac;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-mips/fcntl.h b/include/asm-mips/fcntl.h index 43d047a9a..00a50ec1c 100644 --- a/include/asm-mips/fcntl.h +++ b/include/asm-mips/fcntl.h @@ -8,7 +8,6 @@ #ifndef _ASM_FCNTL_H #define _ASM_FCNTL_H -#include #define O_APPEND 0x0008 #define O_SYNC 0x0010 @@ -26,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' */