Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet6 in6p_hash isn't used, either.
details: https://anonhg.NetBSD.org/src/rev/94f365f300e5
branches: trunk
changeset: 366788:94f365f300e5
user: knakahara <knakahara%NetBSD.org@localhost>
date: Wed Jun 15 04:31:22 2022 +0000
description:
in6p_hash isn't used, either.
diffstat:
sys/netinet6/in6_pcb.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 896b84a05c9c -r 94f365f300e5 sys/netinet6/in6_pcb.h
--- a/sys/netinet6/in6_pcb.h Tue Jun 14 19:57:56 2022 +0000
+++ b/sys/netinet6/in6_pcb.h Wed Jun 15 04:31:22 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: in6_pcb.h,v 1.52 2020/09/08 14:12:57 christos Exp $ */
+/* $NetBSD: in6_pcb.h,v 1.53 2022/06/15 04:31:22 knakahara Exp $ */
/* $KAME: in6_pcb.h,v 1.45 2001/02/09 05:59:46 itojun Exp $ */
/*
@@ -79,7 +79,6 @@
struct in6pcb {
struct inpcb_hdr in6p_head;
-#define in6p_hash in6p_head.inph_hash
#define in6p_queue in6p_head.inph_queue
#define in6p_af in6p_head.inph_af
#define in6p_ppcb in6p_head.inph_ppcb
Home |
Main Index |
Thread Index |
Old Index