gc unused member.

This commit is contained in:
christos 2006-08-27 23:55:16 +00:00
parent ff62f5c658
commit 8f1ca4d223
2 changed files with 2 additions and 4 deletions

View File

@ -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[];

View File

@ -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 */