update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / ReZound / patches / patch-aa
1 $NetBSD$
2 --- config/platform/bsd.h.orig  2005-05-01 04:53:38.000000000 +0200
3 +++ config/platform/bsd.h
4 @@ -29,7 +29,10 @@
5          * be slightly faster because it doesn't raise the inexact math exception.
6          */
7         #define nearbyint rint
8 +       #define __USE_ISOC99
9 +/*
10         #define round rintf
11 +*/
12         #define atoll(v)  strtoll((v),NULL,10)
13  #endif
14