[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#9041) cyrus.c includes limits.h twice



Full_Name: Quanah Gibson-Mount
Version: RE24
OS: N/A
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (47.208.128.44)


There appear to have been dueling commits on April 10, 2005 and April 9, 2005,
so that we get:

3e800f20bd      (Kurt Zeilenga  2005-04-10 19:32:14 +0000       28)#ifdef
HAVE_LIMITS_H
3e800f20bd      (Kurt Zeilenga  2005-04-10 19:32:14 +0000       29)#include
<limits.h>
3e800f20bd      (Kurt Zeilenga  2005-04-10 19:32:14 +0000       30)#endif
3e800f20bd      (Kurt Zeilenga  2005-04-10 19:32:14 +0000       31)
bc0cc3272c      (Kurt Zeilenga  2003-02-21 17:48:03 +0000       32)#include
"ldap-int.h"
bc0cc3272c      (Kurt Zeilenga  2003-02-21 17:48:03 +0000       33)
bc0cc3272c      (Kurt Zeilenga  2003-02-21 17:48:03 +0000       34)#ifdef
HAVE_CYRUS_SASL
bc0cc3272c      (Kurt Zeilenga  2003-02-21 17:48:03 +0000       35)
eca819d866      (Howard Chu     2005-04-09 06:41:39 +0000       36)#ifdef
HAVE_LIMITS_H
eca819d866      (Howard Chu     2005-04-09 06:41:39 +0000       37)#include
<limits.h>
eca819d866      (Howard Chu     2005-04-09 06:41:39 +0000       38)#endif

This should be cleaned up.