Diff for /libaitio/src/aitio.c between versions 1.10.6.5 and 1.10.6.6

version 1.10.6.5, 2012/05/23 14:06:08 version 1.10.6.6, 2012/05/23 14:37:36
Line 108  io_mm_inuse() Line 108  io_mm_inuse()
 void  void
 _init()  _init()
 {  {
 #ifdef USE_MPOOL  
         ioLibInit(IO_MPOOL, 0);          ioLibInit(IO_MPOOL, 0);
 #else  
         ioLibInit(IO_SYSM, 0);  
 #endif  
 }  }
   
 // fini libaitio routine  // fini libaitio routine

Removed from v.1.10.6.5  
changed lines
  Added in v.1.10.6.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>