You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2002/01/05 16:43:10 UTC

cvs commit: apr/shmem/os2 shmem.c

wrowe       02/01/05 07:43:10

  Modified:    shmem/beos shmem.c
               shmem/os2 shmem.c
  Log:
    Agree with Jeff [thanks] ... completion doesn't need to be so wordy.
  
  Revision  Changes    Path
  1.7       +2 -2      apr/shmem/beos/shmem.c
  
  Index: shmem.c
  ===================================================================
  RCS file: /home/cvs/apr/shmem/beos/shmem.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- shmem.c	5 Jan 2002 08:03:53 -0000	1.6
  +++ shmem.c	5 Jan 2002 15:43:10 -0000	1.7
  @@ -69,7 +69,7 @@
       void *prev;
   };
   
  -typedef struct apr_shmem_t {
  +struct apr_shmem_t {
       apr_pool_t *p;
       void *memblock;
       void *ptr;
  @@ -77,7 +77,7 @@
       area_id aid;
       struct block_t *uselist;
       struct block_t *freelist;
  -} apr_shmem_t;
  +};
   
   #define MIN_BLK_SIZE 128
   
  
  
  
  1.14      +2 -2      apr/shmem/os2/shmem.c
  
  Index: shmem.c
  ===================================================================
  RCS file: /home/cvs/apr/shmem/os2/shmem.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- shmem.c	5 Jan 2002 08:03:53 -0000	1.13
  +++ shmem.c	5 Jan 2002 15:43:10 -0000	1.14
  @@ -60,10 +60,10 @@
   #include <umalloc.h>
   #include <stdlib.h>
   
  -typedef struct apr_shmem_t {
  +struct apr_shmem_t {
       void *memblock;
       Heap_t heap;
  -} apr_shmem_t;
  +};
   
   
   
  
  
  

Re: cvs commit: apr/shmem/os2 shmem.c

Posted by Jeff Trawick <tr...@attglobal.net>.
wrowe@apache.org writes:

> wrowe       02/01/05 07:43:10
> 
>   Modified:    shmem/beos shmem.c
>                shmem/os2 shmem.c
>   Log:
>     Agree with Jeff [thanks] ... completion doesn't need to be so wordy.

In case my commit message was unclear...  this was a matter of
agreeing with various compilers, not with agreeing with Jeff :)

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Re: cvs commit: apr/shmem/os2 shmem.c

Posted by Jeff Trawick <tr...@attglobal.net>.
wrowe@apache.org writes:

> wrowe       02/01/05 07:43:10
> 
>   Modified:    shmem/beos shmem.c
>                shmem/os2 shmem.c
>   Log:
>     Agree with Jeff [thanks] ... completion doesn't need to be so wordy.

In case my commit message was unclear...  this was a matter of
agreeing with various compilers, not with agreeing with Jeff :)

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...