The Samba-Bugzilla – Attachment 4054 Details for
Bug 5714
NetBSD, ENODATA undefined, at least some releases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Sample patch to fix undefined ENODATA compile error
includes.patch (text/plain), 273 bytes, created by
A. Wik (dead mail address)
on 2009-04-06 02:00:29 UTC
(
hide
)
Description:
Sample patch to fix undefined ENODATA compile error
Filename:
MIME Type:
Creator:
A. Wik (dead mail address)
Created:
2009-04-06 02:00:29 UTC
Size:
273 bytes
patch
obsolete
>--- includes.h.orig Tue Aug 5 06:22:33 2008 >+++ includes.h Sat Aug 23 09:26:45 2008 >@@ -223,6 +223,10 @@ > #include <sys/attributes.h> > #endif > >+#if !defined(ENOATTR) && !defined(ENODATA) >+#define ENOATTR EAGAIN >+#endif >+ > #ifndef ENOATTR > #define ENOATTR ENODATA > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5714
:
4045
| 4054