diff options
Diffstat (limited to 'net/xmftp/patches/patch-ar')
-rw-r--r-- | net/xmftp/patches/patch-ar | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xmftp/patches/patch-ar b/net/xmftp/patches/patch-ar new file mode 100644 index 00000000000..906a9d207ac --- /dev/null +++ b/net/xmftp/patches/patch-ar @@ -0,0 +1,12 @@ +$NetBSD: patch-ar,v 1.1 2007/07/28 01:30:02 joerg Exp $ + +--- program/url.c.orig 2007-07-28 01:08:08.000000000 +0000 ++++ program/url.c +@@ -2,7 +2,6 @@ + #include "url.h" + #include <stdio.h> + #include <string.h> +-#include <malloc.h> + #include <stdlib.h> + + int is_url(char *string); |