mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
- (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.
This commit is contained in:
parent
6d0d6fbfdf
commit
08432d54fa
@ -1,3 +1,6 @@
|
|||||||
|
20060909
|
||||||
|
- (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.
|
||||||
|
|
||||||
20060908
|
20060908
|
||||||
- (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patch
|
- (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patch
|
||||||
from Chris Adams.
|
from Chris Adams.
|
||||||
@ -5415,4 +5418,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4537 2006/09/08 15:05:21 dtucker Exp $
|
$Id: ChangeLog,v 1.4538 2006/09/09 05:59:43 dtucker Exp $
|
||||||
|
@ -109,6 +109,7 @@
|
|||||||
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
|
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user