diff options
Diffstat (limited to 'net/xmftp/patches/patch-ak')
-rw-r--r-- | net/xmftp/patches/patch-ak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xmftp/patches/patch-ak b/net/xmftp/patches/patch-ak new file mode 100644 index 00000000000..98bce3d9ba8 --- /dev/null +++ b/net/xmftp/patches/patch-ak @@ -0,0 +1,12 @@ +$NetBSD: patch-ak,v 1.1 2007/07/28 01:30:01 joerg Exp $ + +--- ui/connection.c.orig 2007-07-28 00:42:56.000000000 +0000 ++++ ui/connection.c +@@ -13,7 +13,6 @@ + #include <Xm/List.h> + #include <stdio.h> + #include <stdlib.h> +-#include <malloc.h> + #include "xmftp.h" + #include "operations.h" + #include "../program/misc.h" |