Show
Ignore:
Timestamp:
12/07/2012 10:31:27 AM (6 months ago)
Author:
moo
Message:

fix build, part of previous change

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/mod_cacher/xc_cacher.c

    r1187 r1188  
    22542254} 
    22552255/* }}} */ 
    2256 int xc_is_shm(const void *p) /* {{{ */ 
     2256zned_bool xc_is_shm(const void *p) /* {{{ */ 
    22572257{ 
    22582258    return xc_is_ro(p) || xc_is_rw(p);