mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
14 lines
354 B
C
14 lines
354 B
C
$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;
|