Convert to ANSI C

This commit is contained in:
Todd C. Miller
2010-03-04 20:18:22 -05:00
parent 6470a057e1
commit c857c74e3a
14 changed files with 55 additions and 117 deletions

View File

@@ -67,10 +67,7 @@ warningx(const char *fmt, ...)
}
static void
_warning(use_errno, fmt, ap)
int use_errno;
const char *fmt;
va_list ap;
_warning(int use_errno, const char *fmt, va_list ap)
{
int serrno = errno;