diff options
Diffstat (limited to 'ANDROID_3.4.5/include/net/netns/unix.h')
-rw-r--r-- | ANDROID_3.4.5/include/net/netns/unix.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ANDROID_3.4.5/include/net/netns/unix.h b/ANDROID_3.4.5/include/net/netns/unix.h deleted file mode 100644 index 284649d4..00000000 --- a/ANDROID_3.4.5/include/net/netns/unix.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Unix network namespace - */ -#ifndef __NETNS_UNIX_H__ -#define __NETNS_UNIX_H__ - -struct ctl_table_header; -struct netns_unix { - int sysctl_max_dgram_qlen; - struct ctl_table_header *ctl; -}; - -#endif /* __NETNS_UNIX_H__ */ |