diff options
Diffstat (limited to 'net/gt-itm/patches/patch-itm.c')
-rw-r--r-- | net/gt-itm/patches/patch-itm.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gt-itm/patches/patch-itm.c b/net/gt-itm/patches/patch-itm.c new file mode 100644 index 00000000000..21c016c24ba --- /dev/null +++ b/net/gt-itm/patches/patch-itm.c @@ -0,0 +1,13 @@ +$NetBSD: patch-itm.c,v 1.1 2012/12/25 21:05:20 joerg Exp $ + +--- itm.c.orig 2012-12-25 18:50:14.000000000 +0000 ++++ itm.c +@@ -304,7 +304,7 @@ main(int argc, char **argv) + + if (argc == 1) { + printf("itm <spec-file0> <spec-file1> ....\n\n"); +- return; ++ return 1; + } + while (--argc) { + |