summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-12-29 02:12:27 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-12-29 02:12:27 +0000
commitad0912c5460f8fcd87a81d2b9e04baaa6f4d476f (patch)
treee8859a24f65012e3bf2832cbcea37b6fd279ea77
parent83d06a0ebbf12c16c79461af26f0cae83a32f896 (diff)
downloadlibapr-ad0912c5460f8fcd87a81d2b9e04baaa6f4d476f.tar.gz
Whoops - fix small typo
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62678 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_errno.h b/include/apr_errno.h
index e2ae31630..1b859a345 100644
--- a/include/apr_errno.h
+++ b/include/apr_errno.h
@@ -492,7 +492,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
#define APR_EXDEV (APR_OS_START_CANONERR + 25)
#endif
-#ifdef EPIPE
+#ifdef ENOTEMPTY
#define APR_ENOTEMPTY ENOTEMPTY
#else
#define APR_ENOTEMPTY (APR_OS_START_CANONERR + 26)