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

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-client_sql_string.h,v 1.1 2013/02/13 21:00:03 adam Exp $
Portability: include <bstring.h> if exists.
--- client/sql_string.h.orig 2013-02-12 11:01:12.000000000 +0000
+++ client/sql_string.h
@@ -21,6 +21,10 @@
#include "m_ctype.h"
#include "my_sys.h"
+#ifdef NEEDS_BSTRING_H
+#include <bstring.h> /* defines bzero() */
+#endif
+
class String;
int sortcmp(const String *a,const String *b, const CHARSET_INFO *cs);
String *copy_if_not_alloced(String *a,String *b,uint32 arg_length);