summaryrefslogtreecommitdiff
path: root/sysutils/lookupd/files/patch-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/lookupd/files/patch-parser.c')
-rw-r--r--sysutils/lookupd/files/patch-parser.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/lookupd/files/patch-parser.c b/sysutils/lookupd/files/patch-parser.c
new file mode 100644
index 000000000000..f64e849ca88b
--- /dev/null
+++ b/sysutils/lookupd/files/patch-parser.c
@@ -0,0 +1,11 @@
+--- bin/parser.c.orig Tue Aug 10 14:33:43 2004
++++ bin/parser.c Tue Aug 10 14:34:32 2004
+@@ -460,7 +460,7 @@
+ int
+ parser_get_next_line(struct parser_state * pstate)
+ {
+- int len;
++ size_t len;
+ char *new_line;
+ char *next_stream_line;
+