> Modified Files: > syssrc/sys/kern: kern_resource.c > > Log Message: > check negative arg. from openbsd Due to the `(u_int)' cast -- which I added just about 5 years ago -- this code already handled negative arguments correctly. Your change is a noop.