~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/errors.c

  • Committer: Monty Taylor
  • Date: 2008-09-15 17:24:04 UTC
  • Revision ID: monty@inaugust.com-20080915172404-ygh6hiyu0q7qpa9x
Removed strndup calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "mysys_priv.h"
17
17
#include "mysys_err.h"
18
 
#include <drizzled/gettext.h>
 
18
#include <libdrizzle/gettext.h>
19
19
 
20
20
/* Error message numbers in global map */
21
21
const char * globerrs[GLOBERRS];