summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/include/sm/errstring.h
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2004-08-01 01:04:57 +0000
committergshapiro <gshapiro@FreeBSD.org>2004-08-01 01:04:57 +0000
commit54475e38255c3f385a9fce62d272ba4577d0d3f4 (patch)
tree7aca7168c7ebd7706eb881e54393aa774eee6862 /contrib/sendmail/include/sm/errstring.h
parent4c0e13fb4e5a686671a71d05d3ab49ef2974b105 (diff)
parent1fc446a819a244515d9461fa50d34ee191414d6f (diff)
downloadFreeBSD-src-54475e38255c3f385a9fce62d272ba4577d0d3f4.zip
FreeBSD-src-54475e38255c3f385a9fce62d272ba4577d0d3f4.tar.gz
This commit was generated by cvs2svn to compensate for changes in r132943,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/sendmail/include/sm/errstring.h')
-rw-r--r--contrib/sendmail/include/sm/errstring.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/sendmail/include/sm/errstring.h b/contrib/sendmail/include/sm/errstring.h
index cc69c51..2b93732 100644
--- a/contrib/sendmail/include/sm/errstring.h
+++ b/contrib/sendmail/include/sm/errstring.h
@@ -6,7 +6,7 @@
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
- * $Id: errstring.h,v 1.4.4.3 2003/06/24 17:16:10 ca Exp $
+ * $Id: errstring.h,v 1.9 2003/12/10 03:19:06 gshapiro Exp $
*/
/*
@@ -17,7 +17,9 @@
# define SM_ERRSTRING_H
#include <errno.h>
+#if NEEDINTERRNO
extern int errno;
+#endif /* NEEDINTERRNO */
/*
** These are used in a few cases where we need some special
@@ -44,6 +46,7 @@ extern int errno;
#define E_DNSBASE (E_PSEUDOBASE + 20) /* base for DNS h_errno */
#define E_SMDBBASE (E_PSEUDOBASE + 40) /* base for libsmdb errors */
#define E_LDAPBASE (E_PSEUDOBASE + 70) /* base for LDAP errors */
+#define E_LDAPURLBASE (E_PSEUDOBASE + 200) /* base for LDAP URL errors */
/* libsmdb */
OpenPOWER on IntegriCloud