The Samba-Bugzilla – Attachment 8897 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 via git format-patch
extra-readline.patch (text/plain), 972 bytes, created by
Vadim Zhukov
on 2013-05-17 08:35:23 UTC
(
hide
)
Description:
Patch to fix issue via git format-patch
Filename:
MIME Type:
Creator:
Vadim Zhukov
Created:
2013-05-17 08:35:23 UTC
Size:
972 bytes
patch
obsolete
>From d54d316f5b3c5307bc678e1da53f2d8e10d2c412 Mon Sep 17 00:00:00 2001 >From: Vadim Zhukov <persgray@gmail.com> >Date: Fri, 17 May 2013 12:29:53 +0400 >Subject: [PATCH] Zap extra #include <readline/history.h> > >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. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=9885 >--- > source4/torture/smbtorture.c | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c >index 1a1fa34..8096c85 100644 >--- a/source4/torture/smbtorture.c >+++ b/source4/torture/smbtorture.c >@@ -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) >-- >1.8.2.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 9885
:
8886
| 8897