components/php-5_2/APC/patches/01-apc_pool.c.patch
changeset 461 edabdd6aff23
equal deleted inserted replaced
460:aded0f0f9594 461:edabdd6aff23
       
     1 --- APC-3.0.19/apc_pool.c.ORIG	Thu Jun 26 17:58:56 2008
       
     2 +++ APC-3.0.19/apc_pool.c	Thu Jun 26 17:58:16 2008
       
     3 @@ -43,7 +43,7 @@
       
     4      unsigned char       *mark;
       
     5      struct _pool_block  *next;
       
     6      unsigned             :0; /* this should align to word */
       
     7 -    unsigned char       data[0]; 
       
     8 +    unsigned char       data[1]; 
       
     9  }pool_block;
       
    10  
       
    11  /*