The Samba-Bugzilla – Attachment 10807 Details for
Bug 10833
lib/textpect/texpect.c requires signal.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for 4.2.0.
0001-lib-texpect-Fix-compile-on-Solaris-FreeBSD.patch (text/plain), 757 bytes, created by
Jeremy Allison
on 2015-03-02 23:09:00 UTC
(
hide
)
Description:
Proposed patch for 4.2.0.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2015-03-02 23:09:00 UTC
Size:
757 bytes
patch
obsolete
>From af3d10bdb6f8fc934d9839e4c7451c78368e8a50 Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Mon, 2 Mar 2015 15:04:32 -0800 >Subject: [PATCH] lib: texpect: Fix compile on Solaris / FreeBSD. > >https://bugzilla.samba.org/show_bug.cgi?id=10833 > >Signed-off-by: Jeremy Allison <jra@samba.org> >--- > lib/texpect/texpect.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/lib/texpect/texpect.c b/lib/texpect/texpect.c >index c1a6a99..0aa35a7 100644 >--- a/lib/texpect/texpect.c >+++ b/lib/texpect/texpect.c >@@ -31,7 +31,9 @@ > * SUCH DAMAGE. > */ > >-#include "config.h" >+#include "replace.h" >+#include "system/filesys.h" >+#include "system/wait.h" > > #ifndef HAVE_SYS_TYPES_H > #include <sys/types.h> >-- >2.2.0.rc0.207.ga3a616c >
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 10833
:
10807
|
10809