2013-09-26 17:14:40 +02:00

14 lines
428 B
Plaintext

$NetBSD: patch-aa,v 1.10 2012/08/10 15:14:54 drochner Exp $
--- src/stdfn.h.orig 2011-09-21 11:43:50.000000000 +0000
+++ src/stdfn.h
@@ -349,7 +349,7 @@ size_t strnlen __PROTO((const char *str,
#endif
/* sleep delay time, where delay is a double value */
-#if defined(HAVE_USLEEP)
+#if 0 /*defined(HAVE_USLEEP)*/
# define GP_SLEEP(delay) usleep((unsigned int) ((delay)*1e6))
# ifndef HAVE_SLEEP
# define HAVE_SLEEP