The Samba-Bugzilla – Attachment 8886 Details for
Bug 9885
Bogus #include <readline/history.h> in source4/torture/smbtorture.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix issue
patch-source4_torture_smbtorture_c (text/plain), 580 bytes, created by
Vadim Zhukov
on 2013-05-16 12:23:50 UTC
(
hide
)
Description:
Patch to fix issue
Filename:
MIME Type:
Creator:
Vadim Zhukov
Created:
2013-05-16 12:23:50 UTC
Size:
580 bytes
patch
obsolete
>$OpenBSD$ >This code isn't needed at all because lib/replace/system/readline.h >automatically includes <readline/history.h> if supportted, and it >breaks the build when devel/readline is installed. >--- source4/torture/smbtorture.c.orig Mon May 13 00:27:51 2013 >+++ source4/torture/smbtorture.c Mon May 13 00:31:00 2013 >@@ -34,10 +34,6 @@ > #include "param/param.h" > #include "lib/util/samba_modules.h" > >-#if HAVE_READLINE_HISTORY_H >-#include <readline/history.h> >-#endif >- > static char *prefix_name(TALLOC_CTX *mem_ctx, const char *prefix, const char *name) > { > if (prefix == NULL)
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 9885
:
8886
|
8897