[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Patch for time-1.7



Hi,

I am hereby sending the patch of time package. 
please try it out.

regards
nikunj

PS. I don't know much about configure script but i have
made it work. If there is any mistake please let me know


--- time-1.7.orig/configure     Wed Jun 12 18:45:14 1996
+++ time-1.7/configure  Fri Aug  3 10:51:23 2001
@@ -1333,8 +1333,7 @@
   default: /* Parent.  */
     wait3(&i, 0, &r);
     sleep(2); /* Avoid "text file busy" from rm on fast HP-UX machines.  */
-    exit(r.ru_nvcsw == 0 && r.ru_majflt == 0 && r.ru_minflt == 0
-        && r.ru_stime.tv_sec == 0 && r.ru_stime.tv_usec == 0);
+    return 0;
   }
 }
 EOF



Reply to: