Age | Commit message (Collapse) | Author |
|
va_start was added in 0f754e29dd3760fc0b172c1220f18b753fb0957e, however
it has the wrong number of args and it's not usable in non-variadic
functions anyway so it breaks things (for example Solaris 2.6 as
reported by Tom G. Christensen).i ok djm@
|
|
reported by Nicholas Lemonias
|
|
Patch from Jan.Pechanec at sun com.
|
|
|
|
glob.c}] Include stdlib.h for malloc and friends in compat code.
|
|
openbsd-compat/rresvport.c] More errno.h.
|
|
openbsd-compat/bsd-snprintf.c openbsd-compat/openbsd-compat.h] Add an
asprintf() implementation, after syncing our {v,}snprintf() implementation
with some extra fixes from Samba's version. With help and debugging from
dtucker and tim; ok dtucker@
|