rse         98/08/25 02:22:14

  Modified:    src      CHANGES
               src/support ab.c
  Log:
  Make ab.c again pass ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align
  -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''
  without complains after we recently added the POST feature.
  
  Revision  Changes    Path
  1.1034    +5 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1033
  retrieving revision 1.1034
  diff -u -r1.1033 -r1.1034
  --- CHANGES   1998/08/25 09:15:26     1.1033
  +++ CHANGES   1998/08/25 09:22:12     1.1034
  @@ -1,5 +1,10 @@
   Changes with Apache 1.3.2
   
  +  *) Make ab.c again pass ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align
  +     -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''
  +     without complains after we recently added the POST feature.
  +     [Ralf S. Engelschall]
  +
     *) Renamed is_HTTP_xxx() macros to ap_is_HTTP_xxx() name. They are used 
inside
        modules as API functions and we forgot them at the big symbol renaming.
        [Ralf S. Engelschall]
  
  
  
  1.14      +1 -1      apache-1.3/src/support/ab.c
  
  Index: ab.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/support/ab.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ab.c      1998/08/20 04:11:33     1.13
  +++ ab.c      1998/08/25 09:22:14     1.14
  @@ -741,7 +741,7 @@
   
   /* read data to POST from file, save contents and length */
   
  -int open_postfile(char *pfile)
  +static int open_postfile(char *pfile)
   {
       int postfd, status;
       struct stat postfilestat;
  
  
  

Reply via email to