]> sjero.net Git - wget/blobdiff - src/ptimer.c
Updated config.guess, config.sub, install.sh.
[wget] / src / ptimer.c
index 0f5b5db0c8d3309bbc09eadd790446ef0b5ec1a7..88ad049dbc204ccf777d9caaa4b59de1dd6a5a8e 100644 (file)
@@ -50,8 +50,6 @@ as that of the covered work.  */
      double secs = ptimer_measure ();
      printf ("The loop took %.2fs\n", secs);  */
 
-#define USE_GNULIB_ALLOC
-
 #include "wget.h"
 
 #include <stdio.h>
@@ -135,7 +133,7 @@ posix_init (void)
 #endif
     { CLOCK_REALTIME, NO_SYSCONF_CHECK },
   };
-  int i;
+  size_t i;
 
   /* Determine the clock we can use.  For a clock to be usable, it
      must be confirmed with sysconf (where applicable) and with