You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2001/09/24 23:37:58 UTC

[Patch:NETWARE] Required for 1.3.21?

This is in my tree, it is now unneccessary?

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, "://");