When building Samba with ADS support (heimdal-0.6.3,openldap-2.2.17), I get this error: Compiling lib/replace.c (...) lib/replace.c:419: conflicting types for `vsyslog' include/proto.h:515: previous declaration of `vsyslog' make: *** [lib/replace.o] Error 1
Created attachment 830 [details] Changing the function declaration to match the header' prototype solves the problem "void vsyslog (int facility_priority, char *format, va_list arglist)" becomes "void vsyslog (int facility_priority, const char *format, va_list arglist)" to match include/proto.h's declaration
BTW, it works for me...
Fixed. BTW the setting resolved/worksforme is meant to indicate that the bug was invalid in the first place rather than that the fix you suggested works.
Marking as fixed.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.