From 667565e9bc8e470581eb340e70806f7beb34dd45 Mon Sep 17 00:00:00 2001 From: bluhm Date: Mon, 15 Apr 2024 18:31:04 +0000 Subject: [PATCH] Delete unused inp_csumoffset define. OK mvs@ --- sys/netinet/in_pcb.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 683f1a7c49b..a8e72f7c91c 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in_pcb.h,v 1.154 2024/03/22 21:48:38 bluhm Exp $ */ +/* $OpenBSD: in_pcb.h,v 1.155 2024/04/15 18:31:04 bluhm Exp $ */ /* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */ /* @@ -176,9 +176,6 @@ struct inpcb { #define inp_flowinfo inp_hu.hu_ipv6.ip6_flow int inp_cksum6; -#ifndef _KERNEL -#define inp_csumoffset inp_cksum6 -#endif struct icmp6_filter *inp_icmp6filt; struct pf_state_key *inp_pf_sk; /* [L] */ struct mbuf *(*inp_upcall)(void *, struct mbuf *, -- 2.20.1