search for: args_in

Displaying 3 results from an estimated 3 matches for "args_in".

2015 Feb 11
3
Samba 4.2.0rc4 fails to start up
> On Wed, Feb 11, 2015 at 11:13:42AM +0100, Volker Lendecke wrote: > > On Tue, Feb 10, 2015 at 08:59:21PM -0800, Jeremy Allison wrote: > > > Ah ok - I expected as much. snprintf seems to be > > > broken in that it's returning -1. > > > > > > Is this our snprintf or one from Solaris ? Can > > > you try and track down why it's returning
2015 Feb 12
2
Samba 4.2.0rc4 fails to start up
...changed, 4 insertions(+) > > diff --git a/lib/replace/snprintf.c b/lib/replace/snprintf.c > index 6b4a711..86ba74c 100644 > --- a/lib/replace/snprintf.c > +++ b/lib/replace/snprintf.c > @@ -445,6 +445,10 @@ static int dopr(char *buffer, size_t maxlen, const char *format, va_list args_in > ch = *format++; > } > break; > + case 'j': > + cnk->cflags = DP_C_LLONG; > + ch = *format++; > + break; > case 'L': > cnk->cflags = DP_C_LDOUBLE; > ch = *format++; > -- > 1.9.1 >
2016 Aug 02
6
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 With this change built ok. But patch must be quite different on my platform (see attached) for portable version. And, of course, after autoreconf run. 02.08.2016 10:55, Darren Tucker ?????: > --- a/configure.ac > +++ b/configure.ac > @@ -754,6 +754,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))