View | Details | Raw Unified | Return to bug 108063
Collapse All | Expand All

(-)/home/trasz/py-psycopg2/files/patch-psycopg-config.h (+11 lines)
Line 0 Link Here
1
--- psycopg/config.h.orig	Thu Jan 18 01:23:39 2007
2
+++ psycopg/config.h	Thu Jan 18 01:24:57 2007
3
@@ -102,7 +102,7 @@
4
 #define inline
5
 #endif
6
 
7
-#if defined(__FreeBSD__) || defined(_WIN32) || defined(__sun__)
8
+#if defined(_WIN32) || defined(__sun__)
9
 /* what's this, we have no round function either? */
10
 static double round(double num)
11
 {

Return to bug 108063