CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/16 10:09:24
Modified files:
bin/ls : ls.c print.c
Log message:
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@
