--- /usr/src/usr.bin/nice/nice.c Tue Dec 24 17:13:20 2013 +++ ./nice.c Thu Feb 13 21:20:05 2014 @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/time.h> #include <sys/resource.h> #include <stdio.h> #include <stdlib.h> @@ -72,7 +71,8 @@ main(int argc, char *argv[]) break; } } - argc -= optind; argv += optind; + argc -= optind; + argv += optind; if (argc == 0) usage();