diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 10:52:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 10:52:30 +0000 |
commit | 667cca3b61187592b7606362259a4ff73ba8e07d (patch) | |
tree | 1b7beb5ffa20a13d7ff51b9c920ec79065a326fa /net-p2p/libfreenet/files | |
parent | 12a715b2f0fce792e00898720caa72203f179a42 (diff) | |
download | ports-667cca3b61187592b7606362259a4ff73ba8e07d.tar.gz ports-667cca3b61187592b7606362259a4ff73ba8e07d.zip |
Notes
Diffstat (limited to 'net-p2p/libfreenet/files')
-rw-r--r-- | net-p2p/libfreenet/files/patch-testserver.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/libfreenet/files/patch-testserver.c b/net-p2p/libfreenet/files/patch-testserver.c new file mode 100644 index 000000000000..876e5a6733f1 --- /dev/null +++ b/net-p2p/libfreenet/files/patch-testserver.c @@ -0,0 +1,10 @@ +--- testserver.c.orig Tue May 22 05:04:28 2001 ++++ testserver.c Sun May 27 18:47:01 2001 +@@ -19,6 +19,7 @@ + #include <string.h> + #include <unistd.h> + #include <stdlib.h> ++#include <netinet/in.h> + #include <sys/socket.h> + + |