openbsd-ports/devel/py-openbsd/patches/patch-openbsd__netstat_c
ajacoutot e697908a24 - fix building after ipx removal (from mbalmer@)
- don't use substitution for PKGNAME
- remove quotes around COMMENT while here

ok mbalmer@
2007-07-25 16:43:44 +00:00

15 lines
431 B
Plaintext

$OpenBSD: patch-openbsd__netstat_c,v 1.2 2007/07/25 16:43:45 ajacoutot Exp $
--- openbsd/_netstat.c.orig Tue Dec 21 07:32:04 2004
+++ openbsd/_netstat.c Mon Jul 23 18:59:18 2007
@@ -54,10 +54,6 @@
#include <netinet/ip_esp.h>
#include <netinet/ip_ipip.h>
#include <netinet/ip_ipcomp.h>
-#include <netns/ns.h>
-#include <netns/ns_if.h>
-#include <netipx/ipx.h>
-#include <netipx/ipx_if.h>
#include <kvm.h>
#include <Python.h>