freebsd-ports/net/gnome-nettool/files/patch-gnome-netinfo_util-mii.c
Joe Marcus Clarke b3fb0c72c0 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.
2004-01-03 08:29:37 +00:00

15 lines
306 B
C

--- 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 <glib.h>
#include <errno.h>
@@ -237,3 +238,4 @@
close (sock);
return data;
}
+#endif