summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 22:43:28 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 22:43:28 +1000
commit767e4134f13ed22a941f2fb747026b0881f9e827 (patch)
treeaef1f7725224430370eac5af2dc25d041ac34460
parent2c1a02a8d03069163d8cae21484f4e5656e904fe (diff)
- (dtucker) [openbsd-compat/setproctitle.c] Include stdarg.h.
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/setproctitle.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f585990..72c56beb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
diff --git a/openbsd-compat/setproctitle.c b/openbsd-compat/setproctitle.c
index 95b662e4..32e987de 100644
--- a/openbsd-compat/setproctitle.c
+++ b/openbsd-compat/setproctitle.c
@@ -35,6 +35,7 @@
#ifndef HAVE_SETPROCTITLE
+#include <stdarg.h>
#include <unistd.h>
#ifdef HAVE_SYS_PSTAT_H
#include <sys/pstat.h>