diff options
Diffstat (limited to 'net/cryptcat/files/patch-ab')
-rw-r--r-- | net/cryptcat/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/cryptcat/files/patch-ab b/net/cryptcat/files/patch-ab new file mode 100644 index 000000000000..fda7a69c4da9 --- /dev/null +++ b/net/cryptcat/files/patch-ab @@ -0,0 +1,10 @@ +--- farm9crypt.cc.orig Mon Oct 2 05:08:44 2000 ++++ farm9crypt.cc Wed Sep 4 19:27:56 2002 +@@ -21,6 +21,7 @@ + #include <sys/types.h> // suggested by several people -- for OpenBSD, FreeBSD compiles
+ #include <sys/socket.h> /* basics, SO_ and AF_ defs, sockaddr, ... */
+ #include <stdlib.h>
++#include <string.h> + #else
+ #include <fcntl.h>
+ #include <io.h>
|