freebsd-ports/net/gnome-nettool/files/patch-src_nettool.c
Joe Marcus Clarke 3d44025101 Add gnomenettool after a repo-copy from gnomenetwork. Gnome-nettool is the
netinfo piece of gnome-network broken out into its own distribution.
Gnome-nettool is a MacOS X-like Network Utility that disaplys interface
information as well as front-ends many useful network tools like ping,
netstat, traceroute, host, finger, and whois.
2004-07-05 19:36:26 +00:00

10 lines
267 B
C

--- src/nettool.c.orig Sun Jul 4 15:52:03 2004
+++ src/nettool.c Sun Jul 4 15:53:11 2004
@@ -21,6 +21,7 @@
#include <gnome.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <signal.h>
#include <errno.h>
#include <sys/wait.h>