]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
get rid of a non-portable use of errno
authorJeff Trawick <trawick@apache.org>
Tue, 9 Jan 2001 04:48:18 +0000 (04:48 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 9 Jan 2001 04:48:18 +0000 (04:48 +0000)
commit4796d863d14ce8d1e11bba7fce09f07f43d523d7
tree65d29b71aeba2c8340edbf789e82361980a8288c
parentb7c731a3259653e155a9f2ca0baa695798c4d7e0
get rid of a non-portable use of errno

don't return errno as an error flag after an APR function fails; return
something guaranteed to be non-zero on all platforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87628 13f79535-47bb-0310-9956-ffa450edef68
support/ab.c