summaryrefslogtreecommitdiff
path: root/devel/generate/patches/patch-aa
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-05 10:38:05 +0000
committerrillig <rillig>2007-01-05 10:38:05 +0000
commitd4793f06f87ed553669caa0bc8b782ff43b475aa (patch)
tree2c8e11e921591a2b06983b58c20a000161d0b65a /devel/generate/patches/patch-aa
parent4be67f2c52319c7238e0a1db2e67309c735234c5 (diff)
downloadpkgsrc-d4793f06f87ed553669caa0bc8b782ff43b475aa.tar.gz
The patches have been applied upstream.
Diffstat (limited to 'devel/generate/patches/patch-aa')
-rw-r--r--devel/generate/patches/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/generate/patches/patch-aa b/devel/generate/patches/patch-aa
deleted file mode 100644
index 81afd90c3a5..00000000000
--- a/devel/generate/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2005/01/12 10:55:36 darcy Exp $
-
---- generate.c.orig 2005-01-04 08:15:47.000000000 -0500
-+++ generate.c
-@@ -364,7 +364,7 @@ replace_macro(const char *src, char *dst
- char lenbuf[2048];
-
- replace_macro(buf + 2, lenbuf, pre_param);
-- sprintf(dst, "%d", strlen(lenbuf));
-+ sprintf(dst, "%lu", (unsigned long) strlen(lenbuf));
- continue;
- }
-
-@@ -828,7 +828,7 @@ get_input(FILE * in_fp, int if_flag)
- continue;
-
- p = pp;
-- sprintf(cur_line_str, "%d", xline);
-+ sprintf(cur_line_str, "%lu", (unsigned long) xline);
-
- while (isspace((int) *p))
- p++;