Changeset 381 for trunk/mmap.c

Show
Ignore:
Timestamp:
05/10/2007 01:26:12 AM (20 months ago)
Author:
moo
Message:

merged [380] from 1.2: make life easier for debugging

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svnmerge-integrated changed from /branches/1.2:1-324,328,334,339,354,358 to /branches/1.2:1-324,328,334,339,354,358,380
  • trunk/mmap.c

    r337 r381  
    3030 
    3131#include "php.h" 
    32 #define XC_SHM_IMPL 
     32#define XC_SHM_IMPL _xc_mmap_shm_t 
    3333#include "xc_shm.h" 
    3434#include "utils.h" 
     
    3939 
    4040/* {{{ xc_shm_t */ 
    41 struct _xc_shm_t { 
     41struct _xc_mmap_shm_t { 
    4242    xc_shm_handlers_t *handlers; 
    4343    void *ptr;