summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslog.c b/syslog.c
index 3fa60176..6a54adc7 100644
--- a/syslog.c
+++ b/syslog.c
@@ -111,7 +111,7 @@ val setlogmask_wrap(val mask)
return num(setlogmask(c_num(mask, self)));
}
-val syslog_wrapv(val prio, val fmt, struct args *args)
+val syslog_wrapv(val prio, val fmt, varg args)
{
val self = lit("syslog");
val text = formatv(nil, fmt, args);