aaron       02/01/16 13:37:19

  Modified:    shmem/unix shm.c
  Log:
  Remove some cruft from the Unix shm implementation.
  
  Revision  Changes    Path
  1.5       +0 -19     apr/shmem/unix/shm.c
  
  Index: shm.c
  ===================================================================
  RCS file: /home/cvs/apr/shmem/unix/shm.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- shm.c     15 Jan 2002 14:24:51 -0000      1.4
  +++ shm.c     16 Jan 2002 21:37:19 -0000      1.5
  @@ -59,25 +59,6 @@
   #include "apr_user.h"
   #include "apr_strings.h"
   
  -/*
  -#define APR_WANT_MEMFUNC
  -#include "apr_want.h"
  -*/
  -
  -/*
  -#include "apr_portable.h"
  -*/
  -
  -#if 0
  -#if APR_HAVE_SHMEM_SHMGET
  -/* The metadata that is stored in the file that we use to rendevous
  - * with the segment in unrelated processes. */
  -struct apr_shm_shmget_metadata {
  -    apr_size_t reqsize;   /* requested size of the segment */
  -};
  -#endif /* APR_HAVE_SHMEM_SHMGET */
  -#endif
  -
   APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m,
                                            apr_size_t reqsize, 
                                            const char *filename,
  
  
  

Reply via email to