Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37852727
en ru br
ALT Linux repositórios
S:1.7.0-alt4
D:1.2.12-alt2.1
5.0: 1.4.6-alt0.M51.1
4.1: 1.2.12-alt2
4.0: 1.2.8-alt1.2
+updates:1.2.8-alt1.2

Group :: Sistema/Bibliotecas
RPM: apr1

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: apr-1.4.4-alt-016_sendfile_hurd.dpatch
Download


 network_io/unix/sendrecv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/network_io/unix/sendrecv.c b/network_io/unix/sendrecv.c
index d15ed69..979aedf 100644
--- a/network_io/unix/sendrecv.c
+++ b/network_io/unix/sendrecv.c
@@ -245,7 +245,7 @@ do_select:
 /* Define a structure to pass in when we have a NULL header value */
 static apr_hdtr_t no_hdtr;
 
-#if defined(__linux__) && defined(HAVE_WRITEV)
+#if (defined(__linux__) || defined(__GNU__)) && defined(HAVE_WRITEV)
 
 /* Helper function for apr_socket_sendfile.
  * Takes care of sendfile vs. sendfile64 (must be detected at runtime),
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009