summaryrefslogtreecommitdiff
path: root/devel/upnp/files/patch-src::api::upnpapi.c
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-04-14 02:05:22 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-04-14 02:05:22 +0000
commitdc86935656614246608a94d99c864f4c54ff35bf (patch)
tree746cbbce69902c856fafd25ea628694f1eccd718 /devel/upnp/files/patch-src::api::upnpapi.c
parentAdd support for configuring for a AMD64. (diff)
Backout previous commit.
It's a incompatible upgrade; net/linuxigd isn't yet ready for it. Noticed by: kris & bento, and many other linuxigd users.
Notes
Notes: svn path=/head/; revision=78926
Diffstat (limited to 'devel/upnp/files/patch-src::api::upnpapi.c')
-rw-r--r--devel/upnp/files/patch-src::api::upnpapi.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/upnp/files/patch-src::api::upnpapi.c b/devel/upnp/files/patch-src::api::upnpapi.c
new file mode 100644
index 000000000000..d08caa93fc7a
--- /dev/null
+++ b/devel/upnp/files/patch-src::api::upnpapi.c
@@ -0,0 +1,11 @@
+--- src/api/upnpapi.c.orig Fri Jun 15 08:22:15 2001
++++ src/api/upnpapi.c Sat Aug 3 16:29:38 2002
+@@ -44,7 +44,7 @@
+ #include<string.h>
+
+ #include <sys/ioctl.h>
+-#include <linux/if.h>
++#include <net/if.h>
+ #include <sys/utsname.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>