Changeset 100

Show
Ignore:
Timestamp:
05/15/05 23:40:26 (3 years ago)
Author:
zoeloelip
Message:

Compile fix for bug 1201564. Seems like a type because HAVE_UNION_SEMUN is
defined in config.m4 and not HAVE_SEMUN. This bug only can only apear on
systems using sysvipc for shared memory type.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r99 r100  
     12005-04-15 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2        * Compile fix for bug 1201564. 
     3 
    142005-05-14 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    25 
  • eaccelerator/trunk/mm.c

    r73 r100  
    265265#define MM_SEM_TYPE "sysvipc" 
    266266 
    267 #ifndef HAVE_SEMUN 
     267#ifndef HAVE_UNION_SEMUN 
    268268union semun { 
    269269    int val;