View | Details | Raw Unified | Return to bug 170067
Collapse All | Expand All

(-)head/devel/dev86/files/patch-unproto__tok_io.c (+11 lines)
Line 0 Link Here
1
--- unproto/tok_io.c.orig	2012-07-22 15:06:47.000000000 +0200
2
+++ unproto/tok_io.c	2012-07-22 15:08:08.000000000 +0200
3
@@ -189,7 +189,7 @@
4
 
5
 /* do_control - parse control line */
6
 
7
-static int do_control()
8
+static void do_control()
9
 {
10
     struct token *t;
11
     int     line;

Return to bug 170067