summaryrefslogtreecommitdiff
path: root/devel/dev86/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-05-04 16:08:49 +0000
committerjoerg <joerg@pkgsrc.org>2012-05-04 16:08:49 +0000
commitebfceaa21f50d2c4cb67cc535988894911633c3a (patch)
tree600ee3be8062aed33fc395b4ac785f0bd27c4fa0 /devel/dev86/patches
parenta415a57ed789f420e94bbedad7aa17f59eb19ef8 (diff)
downloadpkgsrc-ebfceaa21f50d2c4cb67cc535988894911633c3a.tar.gz
Fix function declaration to match usage.
Diffstat (limited to 'devel/dev86/patches')
-rw-r--r--devel/dev86/patches/patch-unproto_tok__io.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/dev86/patches/patch-unproto_tok__io.c b/devel/dev86/patches/patch-unproto_tok__io.c
new file mode 100644
index 00000000000..6f3b56bf030
--- /dev/null
+++ b/devel/dev86/patches/patch-unproto_tok__io.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-unproto_tok__io.c,v 1.1 2012/05/04 16:08:50 joerg Exp $
+
+--- unproto/tok_io.c.orig 2012-04-27 20:58:44.000000000 +0000
++++ unproto/tok_io.c
+@@ -189,7 +189,7 @@ static char *ignore_directives[] = {
+
+ /* do_control - parse control line */
+
+-static int do_control()
++static void do_control(void)
+ {
+ struct token *t;
+ int line;