Ruediger Pluem wrote:
Modified: apr/apr/branches/1.4.x/poll/unix/select.c
URL:
http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/poll/unix/select.c?rev=743730&r1=743729&r2=743730&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/poll/unix/select.c (original)
+++ apr/apr/branches/1.4.x/poll/unix/select.c Thu Feb 12 13:26:11 2009
This whole change is NOT in trunk. So how does it get in 1.4.x?
It is now.
@@ -195,6 +195,9 @@
apr_file_t **out,
apr_pool_t *p);
+extern apr_status_t
+apr_file_socket_pipe_close(apr_file_t *file);
Why this when you define it later as static?
It's under different #ifdef, so one is extern from
file_io/win32/pipe.c for WIN32 and other is local
for !APR_FILES_AS_SOCKETS.
Regards
--
^(TM)