Show
Ignore:
Timestamp:
04/04/12 21:13:41 (15 months ago)
Author:
sdsnyde
Message:

removed references to the aio interface that were causing compile errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/src/client/usrint/openfile-util.c

    r9262 r9271  
    1919#include "openfile-util.h" 
    2020#include "posix-pvfs.h" 
    21 #include "aiocommon.h" 
    2221 
    2322#if PVFS_UCACHE_ENABLE 
     
    547546    } 
    548547#endif 
    549  
    550    /* initialize aio interface */ 
    551    aiocommon_init(); 
    552548} 
    553549