1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 03:57:11 +00:00

Remove unneeded member nsp_head from struct nspcb.

This commit is contained in:
Poul-Henning Kamp 1997-04-14 18:26:51 +00:00
parent 936342eff1
commit 68bc60e3b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24938

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