diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-15 11:11:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-15 11:11:56 +0000 |
commit | bb6d250cce41062e4ded7296a2f87c066eb4480d (patch) | |
tree | 63c64a2a07e82bcce7deb452eb8d020583189e02 /comms | |
parent | Add SSL support. (diff) |
Forgotten in 8.0.201 update.
Notes
Notes:
svn path=/head/; revision=54743
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/files/patch-ckuath.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/kermit/files/patch-ckuath.c b/comms/kermit/files/patch-ckuath.c new file mode 100644 index 000000000000..5d655b8657cc --- /dev/null +++ b/comms/kermit/files/patch-ckuath.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- ckuath.c.orig Thu Feb 14 21:31:55 2002 ++++ ckuath.c Thu Feb 14 21:32:23 2002 +@@ -114,7 +114,9 @@ + #include <stdio.h> + #include <time.h> + #include <fcntl.h> ++#ifndef FREEBSD4 + #include <malloc.h> ++#endif + #ifdef OS2 + #include <io.h> + #endif /* OS2 */ |