Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.177 retrieving revision 1.178 diff -u -p -r1.177 -r1.178 --- src/sys/netinet/ip_input.c 2003/09/06 00:24:54 1.177 +++ src/sys/netinet/ip_input.c 2003/09/06 03:36:30 1.178 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.177 2003/09/06 00:24:54 itojun Exp $ */ +/* $NetBSD: ip_input.c,v 1.178 2003/09/06 03:36:30 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -98,7 +98,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.177 2003/09/06 00:24:54 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.178 2003/09/06 03:36:30 itojun Exp $"); #include "opt_gateway.h" #include "opt_pfil_hooks.h" @@ -226,7 +226,6 @@ int in_multientries; /* total number o struct in_multihashhead *in_multihashtbl; struct ifqueue ipintrq; struct ipstat ipstat; -u_int16_t ip_id; #ifdef PFIL_HOOKS struct pfil_head inet_pfil_hook; @@ -360,7 +359,6 @@ ip_init() pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW) ip_protox[pr->pr_protocol] = pr - inetsw; LIST_INIT(&ipq); - ip_id = time.tv_sec & 0xffff; ipintrq.ifq_maxlen = ipqmaxlen; TAILQ_INIT(&in_ifaddr); in_ifaddrhashtbl = hashinit(IN_IFADDR_HASH_SIZE, HASH_LIST, M_IFADDR,