--- ./mkinit.c.orig 2004-09-15 11:14:23.000000000 +0200
|
|
+++ ./mkinit.c 2004-09-15 11:34:31.000000000 +0200
|
|
@@ -358,6 +358,7 @@
|
|
while (p[-1] == ' ')
|
|
p--;
|
|
*p = '\0';
|
|
+ q[1] = 0;
|
|
}
|
|
}
|
|
addstr("extern", &decls);
|