[EMAIL PROTECTED] writes:

> trawick     02/03/04 08:40:58
> 
>   Modified:    shmem/unix shm.c
>   Log:
>   preserve the proper alignment when we use the start of the shared
>   memory for metadata
>   

>   +/*
>   +         XXX use APR_ALIGN_DEFAULT() somewhere here?
>   +         XXX do we need to seek() prior to the mmap()?
>   +*/
>   +
>            nbytes = sizeof(new_m->realsize);
>            status = apr_file_read(file, (void *)&(new_m->realsize),
>                                   &nbytes);

Perhaps whoever wrote this could take a look at the section of code
where I added that comment?

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to