diff options
Diffstat (limited to 'include/asm-ppc/socket.h')
-rw-r--r-- | include/asm-ppc/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/socket.h b/include/asm-ppc/socket.h index 40b648d47..5bcb396c6 100644 --- a/include/asm-ppc/socket.h +++ b/include/asm-ppc/socket.h @@ -49,6 +49,8 @@ #define SO_TIMESTAMP 29 #define SCM_TIMESTAMP SO_TIMESTAMP +#define SO_ACCEPTCONN 30 + /* Nast libc5 fixup - bletch */ #if defined(__KERNEL__) /* Socket types. */ |