summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-be')
-rw-r--r--net/arla/patches/patch-be15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/arla/patches/patch-be b/net/arla/patches/patch-be
new file mode 100644
index 00000000000..0a3b83072f4
--- /dev/null
+++ b/net/arla/patches/patch-be
@@ -0,0 +1,15 @@
+$NetBSD: patch-be,v 1.4 2005/03/25 17:40:25 wennmach Exp $
+
+Shut up gcc.
+
+--- lib/ko/gensysname.c.orig 2005-03-22 14:43:34.000000000 +0100
++++ lib/ko/gensysname.c 2005-03-22 14:47:20.000000000 +0100
+@@ -230,7 +230,7 @@
+ static void
+ usage(void)
+ {
+- arg_printusage(args, NULL, "[sysname]", 0);
++ arg_printusage(args, 0, "[sysname]", 0);
+ exit(1);
+
+ }