CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2017/08/31 10:19:22
Modified files: usr.sbin/sasyncd: carp.c Log message: enum can be signed or unsigned depending on the compiler; so make sure we cast to unsigned and test for > X to avoid warnings that comparing an unsigned < 0 make no sense; ok deraadt@