Displaying 1 result from an estimated 1 matches for "cmd_expect".
Did you mean:
cmd_exec
2015 Jan 25
0
SmartOS: nss_wrapper: conflicting types
...--------
--- ../orig/samba-4.2.0rc4/lib/texpect/texpect.c 2014-10-01 09:17:32.000000000 +0000
+++ lib/texpect/texpect.c 2015-01-25 02:47:54.666545647 +0000
@@ -63,6 +63,8 @@
#include <errno.h>
#include <err.h>
+#include <signal.h>
+
struct command {
enum { CMD_EXPECT = 0, CMD_SEND, CMD_PASSWORD } type;
unsigned int lineno;
-------------- next part --------------
--- ../orig/samba-4.2.0rc4/source3/lib/unix_msg/unix_msg.c 2014-10-01 09:17:32.000000000 +0000
+++ source3/lib/unix_msg/unix_msg.c 2015-01-25 02:59:29.958547508 +0000
@@ -505,7 +505,9 @...