rbb 99/02/22 08:43:53
Modified: include apr_errno.h
Log:
Changes to allow for APRStatus types. The last word from new-httpd was to use
errno-like return codes.
Revision Changes Path
1.3 +7 -0 apache-apr/include/apr_errno.h
Index: apr_errno.h
===================================================================
RCS file: /home/cvs/apache-apr/include/apr_errno.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apr_errno.h 1999/02/22 15:51:47 1.2
+++ apr_errno.h 1999/02/22 16:43:52 1.3
@@ -53,8 +53,15 @@
*
*/
+#include <errno.h>
+
#ifndef APR_ERRNO_H
#define APR_ERRNO_H
+
+/* If this definition of APRStatus changes, then we can remove this, but
right
+ now, the decision was to use an errno-like implementation.
+*/
+#define APRStatus int
#define ENOSTAT 4001