make loop counter volatile to prevent gcc4.1 from optimizing away entire loop body
[pintos-anon] / src / examples / rm.c
2006-05-23 Ben PfaffAdd EXIT_FAILURE, EXIT_SUCCESS to syscall.h,
2005-06-21 Ben PfaffAdd some more examples.