bug in samba-3.0.25c includes.h

Frear from_nabble at frear.com
Wed Dec 5 22:05:19 GMT 2007



Herb Lewis wrote:
> 
> Following code is found in includes.h
> 
> #ifndef ENOATTR
> #define ENOATTR ENODATA
> #endif
> 
> however there is no test for ENODATA being defined.
> I'm getting compile failures because neither ENOATTR
> nor ENODATA is defined on my FreeBSD system. We probably
> need a configure test for this. Otherwise what is in
> other FreeBSD files is
> 
> #ifndef ENODATA
> #define ENODATA EAGAIN
> #endif
> 
> and this could be added to includes.h
> 

Herb and Bjorn, I want to thank you for posting this discussion on a public
forum.  I have also run into the issue Herb describes and I believe I have
fixed it.  I'd like to refer you to:

https://bugzilla.samba.org/show_bug.cgi?id=5123
-- 
View this message in context: http://www.nabble.com/bug-in-samba-3.0.25c-includes.h-tf4314063.html#a14181183
Sent from the Samba - samba-technical mailing list archive at Nabble.com.



More information about the samba-technical mailing list