summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-cq
blob: 3b148e4347c8061ba18bec4f4cf314c453ee2006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;