Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet "inp_hash" is not used now.



details:   https://anonhg.NetBSD.org/src/rev/bbed15cc4bd5
branches:  trunk
changeset: 366706:bbed15cc4bd5
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Fri Jun 10 09:54:54 2022 +0000

description:
"inp_hash" is not used now.

diffstat:

 sys/netinet/in_pcb.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9f06e14c5e86 -r bbed15cc4bd5 sys/netinet/in_pcb.h
--- a/sys/netinet/in_pcb.h      Fri Jun 10 09:51:10 2022 +0000
+++ b/sys/netinet/in_pcb.h      Fri Jun 10 09:54:54 2022 +0000
@@ -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 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



Home | Main Index | Thread Index | Old Index