# HG changeset patch # User wight # Date 1091636083 0 # Node ID 82fb5c71f776d3e6f11f86a4f08f9b9ecb8fd2c0 # Parent f9755d9c479ac6353d6c972830b962748ffa0a6c And a tiny compile fix. I should learn to test before apply. diff -r f9755d9c479a -r 82fb5c71f776 osdep/timer-lx.c --- a/osdep/timer-lx.c Wed Aug 04 15:48:43 2004 +0000 +++ b/osdep/timer-lx.c Wed Aug 04 16:14:43 2004 +0000 @@ -6,7 +6,7 @@ #include #include "../config.h" -const char *timer_name() = +const char *timer_name = #ifdef HAVE_NANOSLEEP "nanosleep()"; #else