diff options
-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 */ |