15 lines
329 B
Text
15 lines
329 B
Text
|
$NetBSD: patch-ar,v 1.1 2007/06/11 13:38:38 markd Exp $
|
||
|
|
||
|
--- src/floatfns.c.orig 2005-12-29 13:31:17.000000000 +0000
|
||
|
+++ src/floatfns.c
|
||
|
@@ -107,9 +107,6 @@ extern double logb ();
|
||
|
#ifdef FLOAT_CHECK_ERRNO
|
||
|
# include <errno.h>
|
||
|
|
||
|
-#ifndef USE_CRT_DLL
|
||
|
-extern int errno;
|
||
|
-#endif
|
||
|
#endif
|
||
|
|
||
|
/* Avoid traps on VMS from sinh and cosh.
|