Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
$NetBSD: patch-aw,v 1.2 2010/09/21 15:57:30 taca Exp $
* Portability: include <bstring.h> if exists.
--- sql/sql_string.cc.orig 2010-02-04 11:39:53.000000000 +0000
+++ sql/sql_string.cc
@@ -37,6 +37,10 @@ extern void sql_element_free(void *ptr);
#include "sql_string.h"
+#ifdef NEEDS_BSTRING_H
+#include <bstring.h> /* defines bzero() */
+#endif
+
/*****************************************************************************
** String functions
*****************************************************************************/