]> 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)
commit032abe151ddc42e5d3d2500434e752358faf0d0d
tree65d29b71aeba2c8340edbf789e82361980a8288c
parentc348843f6670862b4c46f8ddced0a8f5f5122b11
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