diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-03 08:29:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-03 08:29:37 +0000 |
commit | b3fb0c72c03546e312c443de99d9246c106afc93 (patch) | |
tree | 617da6819b2e2b01ee03cbb1249d6127c25bc6d0 /net/gnomenettool/files/patch-gnome-netinfo_util-mii.c | |
parent | Add gnomenetstatus, a GNOME 2 applet that displays network usage similar to (diff) |
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.
Diffstat (limited to 'net/gnomenettool/files/patch-gnome-netinfo_util-mii.c')
-rw-r--r-- | net/gnomenettool/files/patch-gnome-netinfo_util-mii.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/gnomenettool/files/patch-gnome-netinfo_util-mii.c b/net/gnomenettool/files/patch-gnome-netinfo_util-mii.c new file mode 100644 index 000000000000..9d38a3d3daa6 --- /dev/null +++ b/net/gnomenettool/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 <glib.h> + + #include <errno.h> +@@ -237,3 +238,4 @@ + close (sock); + return data; + } ++#endif |