diff options
Diffstat (limited to 'databases/postgresql/patches/patch-ar')
-rw-r--r-- | databases/postgresql/patches/patch-ar | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/databases/postgresql/patches/patch-ar b/databases/postgresql/patches/patch-ar deleted file mode 100644 index f7fa377898e..00000000000 --- a/databases/postgresql/patches/patch-ar +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ar,v 1.1 2000/03/18 17:43:17 jlam Exp $ - ---- interfaces/odbc/psqlodbc.c.orig Mon Dec 28 20:49:57 1998 -+++ interfaces/odbc/psqlodbc.c Thu Mar 16 17:49:45 2000 -@@ -33,8 +33,8 @@ - - GLOBAL_VALUES globals; - --BOOL _init(void); --BOOL _fini(void); -+static BOOL _init(void); -+static BOOL _fini(void); - RETCODE SQL_API SQLDummyOrdinal(void); - - #ifdef WIN32 -@@ -98,7 +98,7 @@ - #endif - - /* These two functions do shared library initialziation on UNIX, well at least -- * on Linux. I don't know about other systems. -+ * on Linux and NetBSD. I don't know about other systems. - */ - BOOL - _init(void) |