You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@locus.apache.org on 2000/12/05 14:50:30 UTC

cvs commit: httpd-2.0/os/os2 util_os2.c

bjh         00/12/05 05:50:30

  Modified:    os/os2   util_os2.c
  Log:
  Clean up some warnings about APR string functions by including appropriate
  header.
  
  Revision  Changes    Path
  1.18      +1 -0      httpd-2.0/os/os2/util_os2.c
  
  Index: util_os2.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/os2/util_os2.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- util_os2.c	2000/11/26 04:47:35	1.17
  +++ util_os2.c	2000/12/05 13:50:28	1.18
  @@ -67,6 +67,7 @@
   #include <sys/signal.h>
   #include <ctype.h>
   #include <string.h>
  +#include <apr_strings.h>
   
   
   AP_DECLARE(char *)ap_os_case_canonical_filename(apr_pool_t *pPool, const char *szFile)
  
  
  

Re: cvs commit: httpd-2.0/os/os2 util_os2.c

Posted by Brian Havard <br...@kheldar.apana.org.au>.
On Tue, 5 Dec 2000 06:28:08 -0800 (PST), rbb@covalent.net wrote:

>
>>    #include <sys/signal.h>
>>    #include <ctype.h>
>>    #include <string.h>
>>   +#include <apr_strings.h>
>
>Shouldn't that be "apr_strings.h" to be consistent with the rest of
>Apache?

Err, yeah, quite right or it won't end up in the dependencies.

-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  brianh@kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------


Re: cvs commit: httpd-2.0/os/os2 util_os2.c

Posted by rb...@covalent.net.
>    #include <sys/signal.h>
>    #include <ctype.h>
>    #include <string.h>
>   +#include <apr_strings.h>

Shouldn't that be "apr_strings.h" to be consistent with the rest of
Apache?

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: cvs commit: httpd-2.0/os/os2 util_os2.c

Posted by rb...@covalent.net.
>    #include <sys/signal.h>
>    #include <ctype.h>
>    #include <string.h>
>   +#include <apr_strings.h>

Shouldn't that be "apr_strings.h" to be consistent with the rest of
Apache?

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------