summaryrefslogtreecommitdiff
path: root/devel/generate/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/generate/patches/patch-aa')
-rw-r--r--devel/generate/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/generate/patches/patch-aa b/devel/generate/patches/patch-aa
new file mode 100644
index 00000000000..d5805a4c1e8
--- /dev/null
+++ b/devel/generate/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.3 2005/01/08 15:43:55 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, "%u", 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, "%u", xline);
+
+ while (isspace((int) *p))
+ p++;