diff options
author | joerg <joerg@pkgsrc.org> | 2012-05-04 16:08:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-05-04 16:08:49 +0000 |
commit | ebfceaa21f50d2c4cb67cc535988894911633c3a (patch) | |
tree | 600ee3be8062aed33fc395b4ac785f0bd27c4fa0 /devel/dev86/patches | |
parent | a415a57ed789f420e94bbedad7aa17f59eb19ef8 (diff) | |
download | pkgsrc-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.c | 13 |
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; |