diff options
Diffstat (limited to 'net/xmftp/patches/patch-an')
-rw-r--r-- | net/xmftp/patches/patch-an | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xmftp/patches/patch-an b/net/xmftp/patches/patch-an new file mode 100644 index 00000000000..67a436191b1 --- /dev/null +++ b/net/xmftp/patches/patch-an @@ -0,0 +1,12 @@ +$NetBSD: patch-an,v 1.1 2007/07/28 01:30:01 joerg Exp $ + +--- program/site_db/site_db.c.orig 2007-07-28 00:56:25.000000000 +0000 ++++ program/site_db/site_db.c +@@ -3,7 +3,6 @@ + /***************************************************************************/ + + #include <string.h> +-#include <malloc.h> + #include <stdio.h> + #include <sys/types.h> + #include <stdlib.h> |