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_callbacks.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.
Notes
Notes:
svn path=/head/; revision=97196
Diffstat (limited to 'net/gnomenettool/files/patch-gnome-netinfo_callbacks.c')
-rw-r--r-- | net/gnomenettool/files/patch-gnome-netinfo_callbacks.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/gnomenettool/files/patch-gnome-netinfo_callbacks.c b/net/gnomenettool/files/patch-gnome-netinfo_callbacks.c new file mode 100644 index 000000000000..32d818c6f24a --- /dev/null +++ b/net/gnomenettool/files/patch-gnome-netinfo_callbacks.c @@ -0,0 +1,10 @@ +--- gnome-netinfo/callbacks.c.orig Sat Dec 6 23:20:05 2003 ++++ gnome-netinfo/callbacks.c Sat Dec 6 23:20:14 2003 +@@ -27,6 +27,7 @@ + #include <sys/wait.h> + #include <unistd.h> + #include <sys/types.h> ++#include <signal.h> + + #include "callbacks.h" + #include "traceroute.h" |