diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h index 4e7dde2ce884..da5a458e64ad 100644 --- a/sys/netinet6/ip6protosw.h +++ b/sys/netinet6/ip6protosw.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip6protosw.h,v 1.16 2005/12/11 12:25:02 christos Exp $ */ +/* $NetBSD: ip6protosw.h,v 1.17 2006/08/27 23:55:54 christos Exp $ */ /* $KAME: ip6protosw.h,v 1.22 2001/02/08 18:02:08 itojun Exp $ */ /* @@ -142,7 +142,6 @@ struct ip6protosw { __P((void)); void (*pr_drain) /* flush any excess space possible */ __P((void)); - int *pr_wassysctl; /* @@@ used to be sysctl for protocol */ }; extern const struct ip6protosw inet6sw[]; diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index a961f2d6b9d9..783261fbdc70 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -1,4 +1,4 @@ -/* $NetBSD: protosw.h,v 1.38 2006/08/16 18:23:40 plunky Exp $ */ +/* $NetBSD: protosw.h,v 1.39 2006/08/27 23:55:16 christos Exp $ */ /*- * Copyright (c) 1982, 1986, 1993 @@ -95,7 +95,6 @@ struct protosw { (void); void (*pr_drain) /* flush any excess space possible */ (void); - int *pr_wassysctl; /* @@@ was sysctl for protocol, now obsolete */ }; #define PR_SLOWHZ 2 /* 2 slow timeouts per second */