diff options
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 3b67a032e..eb0a7ba41 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -149,7 +149,7 @@ static int run(char *argv[3], const char *intf, struct in_addr *ip) /** * Return milliseconds of random delay, up to "secs" seconds. */ -static unsigned ATTRIBUTE_ALWAYS_INLINE ms_rdelay(unsigned secs) +static unsigned ALWAYS_INLINE ms_rdelay(unsigned secs) { return lrand48() % (secs * 1000); } |