diff options
author | Tony Luck <tony.luck@intel.com> | 2005-08-30 18:30:09 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-30 18:30:09 +0200 |
commit | 288ceb8f142249109fd2e9f1bf0492bd6ff6d892 (patch) | |
tree | eab3d229c7a527816db405299ce9603e538b521f /include/asm-ia64 | |
parent | [IA64-SGI] One new use of "UNCACHED" needed fixing for sn2 region cleanup (diff) | |
parent | [INET]: compile errors when DEBUG is defined (diff) | |
download | linux-288ceb8f142249109fd2e9f1bf0492bd6ff6d892.tar.xz linux-288ceb8f142249109fd2e9f1bf0492bd6ff6d892.zip |
Auto-update from upstream
Diffstat (limited to 'include/asm-ia64')
-rw-r--r-- | include/asm-ia64/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ia64/socket.h b/include/asm-ia64/socket.h index 21a9f10d6baa..a255006fb7b5 100644 --- a/include/asm-ia64/socket.h +++ b/include/asm-ia64/socket.h @@ -23,6 +23,8 @@ #define SO_BROADCAST 6 #define SO_SNDBUF 7 #define SO_RCVBUF 8 +#define SO_SNDBUFFORCE 32 +#define SO_RCVBUFFORCE 33 #define SO_KEEPALIVE 9 #define SO_OOBINLINE 10 #define SO_NO_CHECK 11 |