Changeset 193
- Timestamp:
- 04/05/06 00:16:40 (3 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/eaccelerator.c (modified) (1 diff)
- eaccelerator/trunk/mm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r191 r193 1 2006-04-04 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * Fixed some error introduced by fixing some win32 stuff :( 4 1 5 2006-04-03 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 6 eaccelerator/trunk/eaccelerator.c
r191 r193 1227 1227 time_t compile_time; 1228 1228 int stat_result = 0; 1229 struct timeval tv_start; 1229 1230 1230 1231 #ifdef EACCELERATOR_USE_INODE eaccelerator/trunk/mm.c
r191 r193 45 45 #endif 46 46 47 #include "debug.h" 47 #if !defined(MM_TEST_SEM) && !defined(MM_TEST_SHM) 48 # include "debug.h" 49 #endif 48 50 49 51 #include <sys/types.h>