mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
src commit 0f617ae48a911caab3130d0e80cfb425bc3b653b moved the prototype of in_pcblookup_local to a new header. src commit 28d0a740dd9a6 added "opt_kern_tls.h" #include to <netinet/tcp_var.h>. PR: 266556 Differential Revision: https://reviews.freebsd.org/D36546
11 lines
299 B
Text
11 lines
299 B
Text
--- ng_ipacct/Makefile.orig 2022-09-13 09:00:08 UTC
|
|
+++ ng_ipacct/Makefile
|
|
@@ -1,7 +1,7 @@ KMOD= ng_ipacct
|
|
# $Id: Makefile,v 1.4 2005/07/31 07:58:18 romanp Exp $
|
|
|
|
KMOD= ng_ipacct
|
|
-SRCS= ng_ipacct.c opt_netgraph.h
|
|
+SRCS= ng_ipacct.c opt_netgraph.h opt_kern_tls.h
|
|
|
|
CFLAGS+= -g -I${.CURDIR}
|
|
|