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

back-meta does not compile (ITS#2483)



Full_Name: Hallvard B. Furuseth
Version: HEAD
OS: Solaris
URL: 
Submission from: (NULL) (129.240.186.42)


Back-meta does not compile.  Some of the errors are:

cache-merge.c:
- merge_entry() initializes slap_callback with wrong types.
- initializes a function pointer with a void* pointer.  Function pointers
  may only be initialized with function pointers or 0.
- passes too few arguments to dnPrettyNormal().

cache-query.c:
- gives too few arguments to dnNormalize().

cache-search.c:
- passes wrong args to dnNormalize(), e.g. NULL to an integer.
- passes too many args to li->glue_be->be_search().
- uses #if 0'ed out members rwinfo, at_map, oc_map ofstruct metatarget.

cache_remove.c:
- more errors:-)