summaryrefslogtreecommitdiff
path: root/archivers/xpk/patches/patch-shell_xquery_c
blob: ed7ee738a247d2dc037125f4456228627659ad81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-shell_xquery_c,v 1.1 2011/08/28 20:50:04 dholland Exp $

fix void main.

--- shell/xQuery.c~	2000-04-15 00:37:42.000000000 +0000
+++ shell/xQuery.c
@@ -83,7 +83,7 @@ void packerquery(unsigned int packerid)
   printf("\n");
 }
 
-void main(int argc, char **argv)
+int main(int argc, char **argv)
 {
   struct XpkPackerList list;
   int i;