diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-09 19:19:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-09 19:19:47 +0000 |
commit | fbcde38ef1d9a7e003bfabddd4cd7eb0c039712c (patch) | |
tree | ad9d878aad672e5a8d372665943188f928c9d91f /net/netmap/files/patch-netmap::lookup.c | |
parent | add py-ciphon 0.3.5 (diff) |
add netmap 0.1.2b
Make a graphical representation of the surounding network
Notes
Notes:
svn path=/head/; revision=54449
Diffstat (limited to 'net/netmap/files/patch-netmap::lookup.c')
-rw-r--r-- | net/netmap/files/patch-netmap::lookup.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netmap/files/patch-netmap::lookup.c b/net/netmap/files/patch-netmap::lookup.c new file mode 100644 index 000000000000..8b432ab3d9a4 --- /dev/null +++ b/net/netmap/files/patch-netmap::lookup.c @@ -0,0 +1,11 @@ +--- netmap/lookup.c.orig Sun Feb 10 02:57:26 2002 ++++ netmap/lookup.c Sun Feb 10 02:59:22 2002 +@@ -1,6 +1,8 @@ + #include <strstream> + #include <iostream> + ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netdb.h> //hostent def + + //from belgolib |