CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/01/19 20:47:31

Modified files:
        games/hunt/huntd: conf.c 
        usr.bin/getcap : getcap.c 
        usr.sbin/rbootd: utils.c 

Log message:
In "%.*s" the * takes (int). gcc whines if you try to use the result
of pointer subtraction without a cast. So cast those expressions
to (int).

Switch one local variable to the same type as the parameter it is
compared to.

ok deraadt@ guenther@ beck@

Reply via email to