Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Be a bit cleaner and reduce the amount of namesp...
details: https://anonhg.NetBSD.org/src/rev/a418be9c6ea9
branches: trunk
changeset: 765853:a418be9c6ea9
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Jun 07 22:51:32 2011 +0000
description:
Be a bit cleaner and reduce the amount of namespace pollution
diffstat:
sys/netinet/tcp_vtw.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r 90c2d4385ebe -r a418be9c6ea9 sys/netinet/tcp_vtw.h
--- a/sys/netinet/tcp_vtw.h Tue Jun 07 20:23:14 2011 +0000
+++ b/sys/netinet/tcp_vtw.h Tue Jun 07 22:51:32 2011 +0000
@@ -387,9 +387,11 @@
struct vtw_ctl *ctl;
} vestigial_inpcb_t;
+#ifdef _KERNEL
void vtw_restart(vestigial_inpcb_t*);
int vtw_earlyinit(void);
int sysctl_tcp_vtw_enable(SYSCTLFN_PROTO);
+#endif /* _KERNEL */
#ifdef VTW_DEBUG
typedef struct sin_either {
Home |
Main Index |
Thread Index |
Old Index