mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7d8925648d
- Add LICENSE.
11 lines
275 B
C
11 lines
275 B
C
--- src/conn.h.orig 2020-08-25 17:08:29 UTC
|
|
+++ src/conn.h
|
|
@@ -80,5 +80,5 @@ struct CONN
|
|
};
|
|
|
|
|
|
-struct ip * ip_last_header; /* FIXME: check */
|
|
-struct tcphdr * tcp_last_header;
|
|
+extern struct ip * ip_last_header; /* FIXME: check */
|
|
+extern struct tcphdr * tcp_last_header;
|