mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
12 lines
265 B
Diff
12 lines
265 B
Diff
--- a/src/bmx.h
|
|
+++ b/src/bmx.h
|
|
@@ -290,7 +290,7 @@ enum ADGSN {
|
|
#define SUCCESS 0
|
|
#define FAILURE -1
|
|
|
|
-const void* FAILURE_PTR;
|
|
+extern const void* FAILURE_PTR;
|
|
|
|
|
|
#define MAX_SELECT_TIMEOUT_MS 1100 /* MUST be smaller than (1000/2) to fit into max tv_usec */
|