Diff for /libaitsched/src/tasks.c between versions 1.10.2.4 and 1.10.2.5

version 1.10.2.4, 2012/08/01 16:47:06 version 1.10.2.5, 2012/08/01 22:12:39
Line 622  schedAIOWrite(sched_root_task_t * __restrict root, sch Line 622  schedAIOWrite(sched_root_task_t * __restrict root, sch
   
         if (!root || !func)          if (!root || !func)
                 return NULL;                  return NULL;
         else  
                 memset(buffer, 0, buflen);  
   
         if (!(acb = malloc(sizeof(struct aiocb)))) {          if (!(acb = malloc(sizeof(struct aiocb)))) {
                 LOGERR;                  LOGERR;

Removed from v.1.10.2.4  
changed lines
  Added in v.1.10.2.5


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