summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 1c43bc007..8cb411ccc 100644
--- a/misc.c
+++ b/misc.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: misc.c,v 1.24 2004/06/14 01:44:39 djm Exp $"); 26RCSID("$OpenBSD: misc.c,v 1.25 2004/08/11 21:43:05 avsm Exp $");
27 27
28#include "misc.h" 28#include "misc.h"
29#include "log.h" 29#include "log.h"
@@ -314,7 +314,7 @@ addargs(arglist *args, char *fmt, ...)
314{ 314{
315 va_list ap; 315 va_list ap;
316 char buf[1024]; 316 char buf[1024];
317 int nalloc; 317 u_int nalloc;
318 318
319 va_start(ap, fmt); 319 va_start(ap, fmt);
320 vsnprintf(buf, sizeof(buf), fmt, ap); 320 vsnprintf(buf, sizeof(buf), fmt, ap);