This must have been brought up before, but a quick goolgle search only confirmed that a couple of other have had to work around the inline functions defined in mbuff.h
In v2.2 and v3.1, I have had to modify the mbuff.h file such that all of the inline functions (eg. mbuff_attach) are now defined as static inline functions so that I do not get "multply defined" linker errors. Is there a good reason to leave those functions "exportable" (ie. not static)? Patrick -- Senior Software Engineer Tel: (613) 839-6161 or 1 (800) 895 1122 Applied AI Systems, Inc. Fax: (613) 839-6616 http://www.AAI.ca email: [EMAIL PROTECTED] _______________________________________________ Rtl mailing list [EMAIL PROTECTED] http://www2.fsmlabs.com/mailman/listinfo.cgi/rtl
