~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include "mysys_priv.h"
17
17
#include "my_static.h"
18
18
#include "mysys_err.h"
19
 
#include <m_string.h>
20
 
#include <m_ctype.h>
 
19
#include <mystrings/m_string.h>
 
20
#include <mystrings/m_ctype.h>
21
21
#include <signal.h>
22
22
 
23
23
bool my_init_done= 0;
118
118
    struct rusage rus;
119
119
#ifdef HAVE_purify
120
120
    /* Purify assumes that rus is uninitialized after getrusage call */
121
 
    bzero((char*) &rus, sizeof(rus));
 
121
    memset((char*) &rus, 0, sizeof(rus));
122
122
#endif
123
123
    if (!getrusage(RUSAGE_SELF, &rus))
124
124
      fprintf(info_file,"\n\