~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-06 18:20:11 UTC
  • mto: (2223.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2224.
  • Revision ID: olafvdspek@gmail.com-20110306182011-b8ndi2y5bv221n5p
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#endif
49
49
#endif                                  /* #ifndef errno */
50
50
 
51
 
#include <drizzled/dynamic_array.h>
52
 
 
53
51
#ifdef HAVE_SYS_MMAN_H 
54
52
#include <sys/mman.h>
55
53
#endif