15 lines
277 B
Text
15 lines
277 B
Text
$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;
|