fix name of argument for non-STDC varargs
authorJohn Kohl <jtkohl@mit.edu>
Wed, 2 May 1990 22:28:45 +0000 (22:28 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 2 May 1990 22:28:45 +0000 (22:28 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@686 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/posix/syslog.c

index d7b9dc9043483c179f667a243401482662cae019..bc8be89e6f3e05164baa2530f146f6933688bb49 100644 (file)
@@ -65,7 +65,7 @@ void
 #ifdef __STDC__
 syslog(int pri, const char *fmt, ...)
 #else
-syslog(pri, fmt, args)
+syslog(pri, fmt, va_alist)
        int pri;
        char *fmt;
        va_dcl