Module Name: src
Committed By: knakahara
Date: Fri Jun 10 09:54:54 UTC 2022
Modified Files:
src/sys/netinet: in_pcb.h
Log Message:
"inp_hash" is not used now.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/netinet/in_pcb.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/in_pcb.h
diff -u src/sys/netinet/in_pcb.h:1.69 src/sys/netinet/in_pcb.h:1.70
--- src/sys/netinet/in_pcb.h:1.69 Tue Sep 8 14:12:57 2020
+++ src/sys/netinet/in_pcb.h Fri Jun 10 09:54:54 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: in_pcb.h,v 1.69 2020/09/08 14:12:57 christos Exp $ */
+/* $NetBSD: in_pcb.h,v 1.70 2022/06/10 09:54:54 knakahara Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -83,7 +83,6 @@ struct mbuf;
*/
struct inpcb {
struct inpcb_hdr inp_head;
-#define inp_hash inp_head.inph_hash
#define inp_queue inp_head.inph_queue
#define inp_af inp_head.inph_af
#define inp_ppcb inp_head.inph_ppcb