diff options
Diffstat (limited to 'archivers/mscompress/patches/patch-msexpand_c')
-rw-r--r-- | archivers/mscompress/patches/patch-msexpand_c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/mscompress/patches/patch-msexpand_c b/archivers/mscompress/patches/patch-msexpand_c new file mode 100644 index 00000000000..547e76e22e4 --- /dev/null +++ b/archivers/mscompress/patches/patch-msexpand_c @@ -0,0 +1,15 @@ +$NetBSD: patch-msexpand_c,v 1.1 2011/08/28 20:31:13 dholland Exp $ + +- fix void main + +--- msexpand.c.orig 2000-04-15 13:15:45.000000000 +0000 ++++ msexpand.c +@@ -215,7 +215,7 @@ usage (char *progname) + exit (0); + } + +-void ++int + main (int argc, char **argv) + { + int in, out; |