~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisampack.c

  • Committer: Brian Aker
  • Date: 2008-07-08 01:31:43 UTC
  • Revision ID: brian@tangent.org-20080708013143-cxed3zfbzwr1t0wp
DOS removal. DOS... hard to believe aye?

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <queues.h>
24
24
#include <my_tree.h>
25
25
#include "mysys_err.h"
26
 
#ifdef MSDOS
27
 
#include <io.h>
28
 
#endif
29
26
#ifndef __GNU_LIBRARY__
30
27
#define __GNU_LIBRARY__                 /* Skip warnings in getopt.h */
31
28
#endif