trawick 02/03/04 09:00:21
Modified: shmem/unix shm.c
Log:
get rid of some questions now that Aaron has checked it over
Revision Changes Path
1.16 +0 -5 apr/shmem/unix/shm.c
Index: shm.c
===================================================================
RCS file: /home/cvs/apr/shmem/unix/shm.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- shm.c 4 Mar 2002 16:40:58 -0000 1.15
+++ shm.c 4 Mar 2002 17:00:21 -0000 1.16
@@ -484,11 +484,6 @@
return status;
}
-/*
- 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);