diff options
Diffstat (limited to 'networking/libiproute/ip_common.h')
-rw-r--r-- | networking/libiproute/ip_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index 40171bed9..894e380f8 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h | |||
@@ -33,4 +33,8 @@ int FAST_FUNC do_iplink(char **argv); | |||
33 | 33 | ||
34 | POP_SAVED_FUNCTION_VISIBILITY | 34 | POP_SAVED_FUNCTION_VISIBILITY |
35 | 35 | ||
36 | #ifndef INFINITY_LIFE_TIME | ||
37 | #define INFINITY_LIFE_TIME 0xFFFFFFFFU | ||
38 | #endif | ||
39 | |||
36 | #endif | 40 | #endif |