From: jsg Date: Fri, 7 Jun 2024 13:43:21 +0000 (+0000) Subject: remove ph_ppp_proto define, unused since rev 1.123 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=baaf996cfeff5108596dd2e4bbfac745dfbb7528;p=openbsd remove ph_ppp_proto define, unused since rev 1.123 --- diff --git a/sys/net/pipex.c b/sys/net/pipex.c index ed038c11d39..ba3038ed07b 100644 --- a/sys/net/pipex.c +++ b/sys/net/pipex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex.c,v 1.153 2024/01/23 17:57:21 mvs Exp $ */ +/* $OpenBSD: pipex.c,v 1.154 2024/06/07 13:43:21 jsg Exp $ */ /*- * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -104,9 +104,6 @@ int pipex_prune = 1; /* [I] walk list every seconds */ struct mbuf_queue pipexoutq = MBUF_QUEUE_INITIALIZER( IFQ_MAXLEN, IPL_SOFTNET); -/* borrow an mbuf pkthdr field */ -#define ph_ppp_proto ether_vtag - #ifdef PIPEX_DEBUG int pipex_debug = 0; /* [A] systcl net.inet.ip.pipex_debug */ #endif