Remove unneeded member nsp_head from struct nspcb.

This commit is contained in:
phk 1997-04-14 18:26:51 +00:00
parent 387f29bd05
commit 387d65afaa

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ns_pcb.h 8.1 (Berkeley) 6/10/93
* $Id$
* $Id: ns_pcb.h,v 1.8 1997/02/22 09:42:21 peter Exp $
*/
#ifndef _NETNS_NS_PCB_H_
@ -43,7 +43,6 @@
struct nspcb {
struct nspcb *nsp_next; /* doubly linked list */
struct nspcb *nsp_prev;
struct nspcb *nsp_head;
struct socket *nsp_socket; /* back pointer to socket */
struct ns_addr nsp_faddr; /* destination address */
struct ns_addr nsp_laddr; /* socket's address */