Loading...
gen/FreeBSD/time.c.patch Libc-583 Libc-763.11
--- Libc/Libc-583/gen/FreeBSD/time.c.patch
+++ Libc/Libc-763.11/gen/FreeBSD/time.c.patch
@@ -1,6 +1,6 @@
---- time.c.orig	2008-07-30 13:29:30.000000000 -0700
-+++ time.c	2008-07-30 13:36:03.000000000 -0700
-@@ -39,6 +39,7 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/tim
+--- time.c.orig	2009-11-07 14:51:38.000000000 -0800
++++ time.c	2009-11-07 14:51:40.000000000 -0800
+@@ -35,6 +35,7 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/tim
  
  #include <sys/types.h>
  #include <sys/time.h>
@@ -8,7 +8,7 @@
  
  time_t
  time(t)
-@@ -46,12 +47,21 @@ time(t)
+@@ -42,12 +43,21 @@ time(t)
  {
  	struct timeval tt;
  	time_t retval;