openbsd-ports/www/transproxy/patches/patch-ab
1998-06-18 06:22:53 +00:00

19 lines
385 B
Plaintext

*** tproxy.c.orig Thu Jun 18 13:03:43 1998
--- tproxy.c Thu Jun 18 13:05:06 1998
***************
*** 35,41 ****
--- 35,47 ----
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <net/if.h>
+
+ #ifdef __OpenBSD__
+ #include <netinet/ip_fil_compat.h>
+ #else
#include <netinet/ip_compat.h>
+ #endif
+
#include <netinet/ip_fil.h>
#include <netinet/ip_nat.h>
#endif