- (dtucker) [openbsd-compat/setproctitle.c] Include stdarg.h.
This commit is contained in:
parent
2c1a02a8d0
commit
767e4134f1
|
@ -58,6 +58,7 @@
|
|||
- (dtucker) [loginrec.c openbsd-compat/xmmap.c openbsd-compat/bindresvport.c
|
||||
openbsd-compat/glob.c openbsd-compat/mktemp.c openbsd-compat/port-tun.c
|
||||
openbsd-compat/readpassphrase.c openbsd-compat/strtonum.c] Include <errno.h>.
|
||||
- (dtucker) [openbsd-compat/setproctitle.c] Include stdarg.h.
|
||||
|
||||
20060711
|
||||
- (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
|
||||
|
@ -4907,4 +4908,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.4402 2006/07/12 12:40:50 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4403 2006/07/12 12:43:28 dtucker Exp $
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
#ifndef HAVE_SETPROCTITLE
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_SYS_PSTAT_H
|
||||
#include <sys/pstat.h>
|
||||
|
|
Loading…
Reference in New Issue