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) | |||
149 | /** | 149 | /** |
150 | * Return milliseconds of random delay, up to "secs" seconds. | 150 | * Return milliseconds of random delay, up to "secs" seconds. |
151 | */ | 151 | */ |
152 | static unsigned ATTRIBUTE_ALWAYS_INLINE ms_rdelay(unsigned secs) | 152 | static unsigned ALWAYS_INLINE ms_rdelay(unsigned secs) |
153 | { | 153 | { |
154 | return lrand48() % (secs * 1000); | 154 | return lrand48() % (secs * 1000); |
155 | } | 155 | } |