summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-cq
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/glunix/patches/patch-cq')
-rw-r--r--parallel/glunix/patches/patch-cq21
1 files changed, 21 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-cq b/parallel/glunix/patches/patch-cq
new file mode 100644
index 00000000000..3b148e4347c
--- /dev/null
+++ b/parallel/glunix/patches/patch-cq
@@ -0,0 +1,21 @@
+$NetBSD: patch-cq,v 1.1 2005/05/29 14:38:33 wiz Exp $
+
+--- progs/glurun/glurun.c.orig 1997-04-04 23:45:11.000000000 +0200
++++ progs/glurun/glurun.c
+@@ -1,6 +1,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <ctype.h>
++#include <string.h>
+
+ #include "glib.h"
+
+@@ -26,7 +27,7 @@ print_usage(char *name)
+ return;
+ }
+
+-void
++int
+ main(int argc, char **argv)
+ {
+ int parallelDegree, argCtr, ctr;