mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
428 B
Plaintext
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
|