diff options
Diffstat (limited to 'mail/gld/patches/patch-ag')
-rw-r--r-- | mail/gld/patches/patch-ag | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/gld/patches/patch-ag b/mail/gld/patches/patch-ag new file mode 100644 index 00000000000..59b419b464f --- /dev/null +++ b/mail/gld/patches/patch-ag @@ -0,0 +1,17 @@ +$NetBSD: patch-ag,v 1.1 2006/07/10 20:32:59 sketch Exp $ + +--- sql.c.orig Sun Feb 5 20:17:36 2006 ++++ sql.c Sun Feb 5 20:18:50 2006 +@@ -33,10 +33,10 @@ + void SQLClose(void) + { + #ifdef _DB_MYSQL_ +-return(MySQLClose()); ++MySQLClose(); + #endif + #ifdef _DB_PGSQL_ +-return(PgSQLClose()); ++PgSQLClose(); + #endif + } + |