diff options
Diffstat (limited to 'include/asm-ia64/socket.h')
-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 5d5eb7b8c..0c75f7961 100644 --- a/include/asm-ia64/socket.h +++ b/include/asm-ia64/socket.h @@ -50,6 +50,8 @@ #define SO_TIMESTAMP 29 #define SCM_TIMESTAMP SO_TIMESTAMP +#define SO_ACCEPTCONN 30 + /* Nast libc5 fixup - bletch */ #if defined(__KERNEL__) /* Socket types. */ |