Displaying 3 results from an estimated 3 matches for "dp_c_ldoubl".
Did you mean:
dp_c_ldouble
2000 Sep 28
1
[PATCH] Next cleanup part 4 or 5 by now.=)
Changes:
* Removed utimes() posix hack since scp.c moved to utimes()
* Fixed waitpid() to be more proper. It was driving me nuts.
* Made setsid() a #define in next-posix.h
* Removed WCOREDUMP() from next-posix.h since we really don't support
it and now #ifdef .. #else .. #endif around the single place it was
used.
* Fixed typecasting issue in sshd.c with sizeof() returning "long
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
...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
>