aaron       02/02/07 14:51:25

  Modified:    .        CHANGES
  Log:
  HPUX 11.0 doesn't have /dev/null, but HPUX 11i does, so it tries to
  enable MMAP_ZERO which isn't supported. This is a workaround to
  fall back to SHMGET_ANON on hpux11.
  
  Revision  Changes    Path
  1.217     +3 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.216
  retrieving revision 1.217
  diff -u -r1.216 -r1.217
  --- CHANGES   4 Feb 2002 19:33:38 -0000       1.216
  +++ CHANGES   7 Feb 2002 22:51:25 -0000       1.217
  @@ -1,5 +1,8 @@
   Changes with APR b1  
   
  +  *) Disable SHMEM_MMAP_ZERO on HPUX 11.x where it is not supported.
  +     Use SHMEM_SHMGET_ANON instead.  [Aaron Bannert]
  +
     *) Fix a few attempts to add to a void * ptr in the Unix shared
        memory support code.  PR #9710  Per Ekman [EMAIL PROTECTED]
   
  
  
  

Reply via email to