From b3fb0c72c03546e312c443de99d9246c106afc93 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 3 Jan 2004 08:29:37 +0000 Subject: Add gnomenetwork, a suite of tools that allow for remote desktop connections, SSH, and RSH shells, as well as a network information tool similar to MacOS X's Netinfo. --- net/gnome-nettool/files/patch-gnome-netinfo_util-mii.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net/gnome-nettool/files/patch-gnome-netinfo_util-mii.c (limited to 'net/gnome-nettool/files/patch-gnome-netinfo_util-mii.c') diff --git a/net/gnome-nettool/files/patch-gnome-netinfo_util-mii.c b/net/gnome-nettool/files/patch-gnome-netinfo_util-mii.c new file mode 100644 index 000000000000..9d38a3d3daa6 --- /dev/null +++ b/net/gnome-nettool/files/patch-gnome-netinfo_util-mii.c @@ -0,0 +1,15 @@ +--- gnome-netinfo/util-mii.c.orig Sat Dec 6 23:30:50 2003 ++++ gnome-netinfo/util-mii.c Sat Dec 6 23:38:14 2003 +@@ -39,6 +39,7 @@ + * http://www.national.com/pf/DP/DP83840.html + */ + ++#ifdef __linux__ + #include + + #include +@@ -237,3 +238,4 @@ + close (sock); + return data; + } ++#endif -- cgit v1.2.3