freebsd-ports/net/linuxigd/files/patch-ipcon.cpp
Clive Lin af66874f38 New port: linuxigd, Linux UPnP Internet Gateway Device.
This project is a deamon that emulates Microsoft's Internet Connection
Service (ICS). It implements the UPnP Internet Gateway Device specification
(IGD) and allows UPnP aware clients, such as MSN Messenger to work properly
from behind a NAT firewall.

PR: ports/41295
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Submitter sponsored by: Miss WeiWei.
2002-08-04 07:37:39 +00:00

12 lines
314 B
C++

--- ipcon.cpp.orig Wed May 15 23:48:24 2002
+++ ipcon.cpp Sat Aug 3 22:10:54 2002
@@ -25,7 +25,8 @@
#include <stdio.h>
#include <unistd.h>
#include <arpa/inet.h>
-#include <linux/sockios.h>
+#include <sys/sockio.h>
+#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
#include <sys/ioctl.h>