The Samba-Bugzilla – Attachment 10713 Details for
Bug 11092
texpect requires routines err and errx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
texpect patch
patch.texpect (text/plain), 877 bytes, created by
Tom Schulz
on 2015-02-10 16:05:49 UTC
(
hide
)
Description:
texpect patch
Filename:
MIME Type:
Creator:
Tom Schulz
Created:
2015-02-10 16:05:49 UTC
Size:
877 bytes
patch
obsolete
>gdiff -u a/lib/texpect/texpect.c b/lib/texpect/texpect.c >--- a/lib/texpect/texpect.c Wed Oct 1 05:17:32 2014 >+++ b/lib/texpect/texpect.c Mon Feb 9 21:31:19 2015 >@@ -61,7 +61,14 @@ > > #include <popt.h> > #include <errno.h> >+#ifdef HAVE_ERR_H > #include <err.h> >+#else >+#include <ccan/err/err.h> >+#endif >+#ifdef HAVE_SIGNAL_H >+#include <signal.h> >+#endif > > struct command { > enum { CMD_EXPECT = 0, CMD_SEND, CMD_PASSWORD } type; > >gdiff -u a/lib/texpect/wscript b/lib/texpect/wscript >--- a/lib/texpect/wscript Wed Oct 15 03:51:19 2014 >+++ b/lib/texpect/wscript Mon Feb 9 22:38:01 2015 >@@ -4,4 +4,4 @@ > conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h libutil.h') > > def build(bld): >- bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util', install=False) >+ bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util ccan', install=False)
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 11092
: 10713