remove IA64 lint

This commit is contained in:
Kurt Zeilenga 2000-06-09 06:24:10 +00:00
parent cd23b57eee
commit dc1e5a9392
2 changed files with 2 additions and 2 deletions

View file

@ -255,7 +255,7 @@ LIBLDBM_F (Datum) ldbm_nextkey( LDBM ldbm, Datum key, LDBMCursor *cursor );
/* initialization of Datum structures */
#if defined( HAVE_BERKELEY_DB ) && (DB_VERSION_MAJOR >= 2)
LIBLDBM_F (void *) ldbm_malloc( size_t size );
# define ldbm_datum_init(d) ((void)memset(&(d), 0, sizeof(Datum)))
# define ldbm_datum_init(d) ((void)memset(&(d), '\0', sizeof(Datum)))
#else
# define ldbm_datum_init(d) ((void)0)
#endif /* HAVE_BERKELEY_DB */

View file

@ -489,7 +489,7 @@ typedef struct slap_filter {
} Filter;
/* compare routines can return undefined */
#define SLAPD_COMPARE_UNDEFINED ((ber_tag_t) -1)
#define SLAPD_COMPARE_UNDEFINED ((ber_int_t) -1)
/*
* represents an attribute (description + values)