mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
This is probably fixed in CVS. Unfortunately, I have no idea how to import such a patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
126 B
Diff
12 lines
126 B
Diff
--- a/compat_getline.c
|
|
+++ b/compat_getline.c
|
|
@@ -2,7 +2,7 @@
|
|
|
|
#if HAVE_GETLINE
|
|
|
|
-int dummy;
|
|
+extern int dummy;
|
|
|
|
#else
|
|
|