aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-02-15 19:11:56 +0800
committerChristian Weisgerber <naddy@FreeBSD.org>2002-02-15 19:11:56 +0800
commitbb6d250cce41062e4ded7296a2f87c066eb4480d (patch)
tree63c64a2a07e82bcce7deb452eb8d020583189e02 /comms
parent95cf4aa33bff92511c543ce0b54129518d7ed754 (diff)
downloadfreebsd-ports-bb6d250cce41062e4ded7296a2f87c066eb4480d.tar.gz
freebsd-ports-bb6d250cce41062e4ded7296a2f87c066eb4480d.tar.zst
freebsd-ports-bb6d250cce41062e4ded7296a2f87c066eb4480d.zip
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.c15
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 */