The Samba-Bugzilla – Attachment 4045 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]
Proposed patch
look (text/plain), 359 bytes, created by
Jeremy Allison
on 2009-04-01 17:59:48 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2009-04-01 17:59:48 UTC
Size:
359 bytes
patch
obsolete
>diff --git a/source/include/includes.h b/source/include/includes.h >index ccdb886..8b916c7 100644 >--- a/source/include/includes.h >+++ b/source/include/includes.h >@@ -224,7 +224,11 @@ typedef int ber_int_t; > #endif > > #ifndef ENOATTR >+#ifdef ENODATA > #define ENOATTR ENODATA >+#else >+#define ENOATTR ENOENT >+#endif > #endif > > /* mutually exclusive (SuSE 8.2) */
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