-Index: nice.c
-===================================================================
-RCS file: /cvs/root/Libc/gen/FreeBSD/nice.c,v
-retrieving revision 1.2
-diff -u -d -b -w -p -r1.2 nice.c
---- nice.c 2003/05/20 22:21:02 1.2
-+++ nice.c 2005/04/06 22:28:10
-@@ -42,7 +42,9 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/nic
+--- nice.c.orig 2009-11-07 14:51:38.000000000 -0800
++++ nice.c 2009-11-07 14:51:40.000000000 -0800
+@@ -38,7 +38,9 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/nic
#include <sys/resource.h>
#include <errno.h>
#include <unistd.h>
/*
* Backwards compatible nice.
*/
-@@ -50,11 +52,18 @@ int
+@@ -46,11 +48,18 @@ int
nice(incr)
int incr;
{