Le 29/04/2018 à 16:24, Christos Zoulas a écrit :
In article <20180429121242.6ca71f...@cvs.netbsd.org>,
Maxime Villard <source-changes-d@NetBSD.org> wrote:
-=-=-=-=-=-
Module Name: src
Committed By: maxv
Date: Sun Apr 29 12:12:42 UTC 2018
Modified Files:
src/sys/netinet: tcp_var.h tcpip.h
Log Message:
Move struct tcpiphdr from tcpip.h to tcp_var.h, to match UDP (udpiphdr in
udp_var.h).
tcpip.h is now empty, and can be removed.
That broke the build; ipfilter uses it.
christos
Ok?
Index: ipsend.h
===================================================================
RCS file: /cvsroot/src/external/bsd/ipf/dist/ipsend/ipsend.h,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 ipsend.h
--- ipsend.h 22 Jul 2012 13:44:36 -0000 1.1.1.2
+++ ipsend.h 29 Apr 2018 15:26:25 -0000
@@ -29,7 +29,8 @@
#ifdef linux
#include <linux/sockios.h>
#endif
-#include "netinet/tcpip.h"
+#include "netinet/tcp_timer.h"
+#include "netinet/tcp_var.h"
#include "ipt.h"
extern int resolve __P((char *, char *));