$NetBSD: patch-cj,v 1.1 2005/11/02 08:56:40 taca Exp $

--- util.h.orig	2004-09-21 18:35:28.000000000 +0900
+++ util.h
@@ -61,6 +61,7 @@ char *ruby_getcwd _((void));
 #define my_getcwd() ruby_getcwd()
 
 double ruby_strtod _((const char*, char **));
+#undef strtod
 #define strtod(s,e) ruby_strtod(s,e)
 
 #endif /* UTIL_H */
