Bring types of variables used with struct stat into the modern world.
authorkrw <krw@openbsd.org>
Tue, 16 Aug 2016 16:09:24 +0000 (16:09 +0000)
committerkrw <krw@openbsd.org>
Tue, 16 Aug 2016 16:09:24 +0000 (16:09 +0000)
commit4442fdb76b12f63502bed7662eb4f521b9516472
tree7b4b657b8ef4ea37f6f2cb5f30b6d65880708c6f
parent6b323d442bf7dafa24498010e9e106f4f2f3fbe8
Bring types of variables used with struct stat into the modern world.

Replace a couple of u_long paramaters with int as they were only passed int
values and the function re-cast them to (int) anyway. Weird.

ok tedu@
bin/ls/ls.c
bin/ls/print.c