Loading...
gen/FreeBSD/nice.c.patch Libc-763.13 Libc-498.1.1
--- Libc/Libc-763.13/gen/FreeBSD/nice.c.patch
+++ Libc/Libc-498.1.1/gen/FreeBSD/nice.c.patch
@@ -1,6 +1,11 @@
---- 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
+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
  #include <sys/resource.h>
  #include <errno.h>
  #include <unistd.h>
@@ -11,7 +16,7 @@
  /*
   * Backwards compatible nice.
   */
-@@ -46,11 +48,18 @@ int
+@@ -50,11 +52,18 @@ int
  nice(incr)
  	int incr;
  {