diff options
| author | Len Brown <len.brown@intel.com> | 2005-09-03 02:44:09 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2005-09-03 02:44:09 -0400 |
| commit | 129521dcc94f781890f8f668219ab79f0073ff9f (patch) | |
| tree | 9f70707c88da65577f38814fe37b24c4b4957d64 /include/linux/socket.h | |
| parent | 824b558bbe2c298b165cdb54c33718994dda30bb (diff) | |
| parent | f505380ba7b98ec97bf25300c2a58aeae903530b (diff) | |
Merge linux-2.6 into linux-acpi-2.6 test
Diffstat (limited to 'include/linux/socket.h')
| -rw-r--r-- | include/linux/socket.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index a5c7d96e4d2e..1739c2d5b95b 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h | |||
| @@ -26,6 +26,13 @@ struct __kernel_sockaddr_storage { | |||
| 26 | #include <linux/types.h> /* pid_t */ | 26 | #include <linux/types.h> /* pid_t */ |
| 27 | #include <linux/compiler.h> /* __user */ | 27 | #include <linux/compiler.h> /* __user */ |
| 28 | 28 | ||
| 29 | extern int sysctl_somaxconn; | ||
| 30 | extern void sock_init(void); | ||
| 31 | #ifdef CONFIG_PROC_FS | ||
| 32 | struct seq_file; | ||
| 33 | extern void socket_seq_show(struct seq_file *seq); | ||
| 34 | #endif | ||
| 35 | |||
| 29 | typedef unsigned short sa_family_t; | 36 | typedef unsigned short sa_family_t; |
| 30 | 37 | ||
| 31 | /* | 38 | /* |
| @@ -271,6 +278,8 @@ struct ucred { | |||
| 271 | #define SOL_IRDA 266 | 278 | #define SOL_IRDA 266 |
| 272 | #define SOL_NETBEUI 267 | 279 | #define SOL_NETBEUI 267 |
| 273 | #define SOL_LLC 268 | 280 | #define SOL_LLC 268 |
| 281 | #define SOL_DCCP 269 | ||
| 282 | #define SOL_NETLINK 270 | ||
| 274 | 283 | ||
| 275 | /* IPX options */ | 284 | /* IPX options */ |
| 276 | #define IPX_TYPE 1 | 285 | #define IPX_TYPE 1 |
