CVSROOT:        /cvs
Module name:    src
Changes by:     b...@cvs.openbsd.org    2014/10/22 13:47:28

Modified files:
        usr.sbin/rtadvd: rtadvd.c 

Log message:
Replace abs(3) with llabs(3).

Pointed out by LLVM.

rtadvd.c:979:7: warning: absolute value function 'abs' given an argument of type
'long long' but has parameter of type 'int' which may cause truncation of value
[-Wabsolute-value]

ok dcoppa@ millert@

Reply via email to