diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 02:32:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 02:32:27 +0000 |
commit | 3c0a12cefe9585af482adc397e7a1f0859389e4d (patch) | |
tree | 1f46cece935cfb91d01048ee5618646164f23804 /net/cryptcat/files/patch-ab | |
parent | Fix build on -current by removing bogus duplicate declaration from system (diff) |
Fix build on -current by including required headers and not trying to
compile/link c++ code with cc(1)
Notes
Notes:
svn path=/head/; revision=65634
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>
|