Skip to content
Snippets Groups Projects
Commit dc1e5a93 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

remove IA64 lint

parent cd23b57e
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment