~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_fstream.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  size_t writtenbytes =0;
48
48
  my_off_t seekptr;
49
49
#if !defined(NO_BACKGROUND) && defined(USE_MY_STREAM)
50
 
  uint errors;
 
50
  uint32_t errors;
51
51
#endif
52
52
 
53
53
#if !defined(NO_BACKGROUND) && defined(USE_MY_STREAM)