2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

Fix compilation on K&C

This commit is contained in:
Todd C. Miller
2001-12-14 23:33:38 +00:00
parent 82a1cba52c
commit 3d723eda82

View File

@@ -89,7 +89,7 @@ static void
#ifdef __STDC__
mysyslog(int pri, const char *fmt, ...)
#else
mysyslog(pri, fmt, ap)
mysyslog(pri, fmt, va_alist)
int pri;
const char *fmt;
va_dcl