> This is in my tree, it is now unneccessary?
no, I think it's still necessary in order to get it compiled with gcc. Brad checked 
this in, or? I did just a recompile with CodeWarrior and this change: no problems.
Guenter.


> Index: src/os/netware/os.h
> ===================================================================
> RCS file: /home/cvs/apache-1.3/src/os/netware/os.h,v
> retrieving revision 1.19
> diff -u -r1.19 os.h
> --- src/os/netware/os.h 2001/08/21 20:22:09     1.19
> +++ src/os/netware/os.h 2001/09/24 21:36:11
> @@ -136,7 +136,7 @@
>  void AMCSocketCleanup(void);
>  void clean_parent_exit(int code);

> -inline int ap_os_is_path_absolute(const char *file)
> +static inline int ap_os_is_path_absolute(const char *file)
>  {
>      char *s = strstr (file, "://");




Reply via email to