Steven Dake wrote: > The patch looks good except for the extraneous changes to logsys_t2.c > which are unneeded.
Actually, they are needed. without them logsys_t2.c doesn't compile (on my Fedora 8 system at least) because the preprocessor can't match up parameterised macro in the header file with the non-parameterised macro (it thinks, because of the space after the name) in the .c file. try it ... ;-) > > Please remove that part of the patch and apply. -- Chrissie _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
