X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Falpha%2Finclude%2Fasm%2Fsocket.h;fp=arch%2Falpha%2Finclude%2Fasm%2Fsocket.h;h=3eeb47c501899b4d34b0b5fb93bda49e4df5a9ef;hb=c93f5803e234956a070c7c443fb5a4620d012cc8;hp=06edfefc337332915833c7141fac17f2b1a60bba;hpb=76e0246b1c62a12db0c9af652be580019ee4666a;p=pandora-kernel.git diff --git a/arch/alpha/include/asm/socket.h b/arch/alpha/include/asm/socket.h index 06edfefc3373..3eeb47c50189 100644 --- a/arch/alpha/include/asm/socket.h +++ b/arch/alpha/include/asm/socket.h @@ -69,9 +69,11 @@ #define SO_RXQ_OVFL 40 +#ifdef __KERNEL__ /* O_NONBLOCK clashes with the bits used for socket types. Therefore we * have to define SOCK_NONBLOCK to a different value here. */ #define SOCK_NONBLOCK 0x40000000 +#endif /* __KERNEL__ */ #endif /* _ASM_SOCKET_H */