Fix symbol name conflict with sudo_printf.

This commit is contained in:
Todd C. Miller
2010-06-02 11:10:04 -04:00
parent 41436a7869
commit 2b8fc46e2c
3 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ err:
}
int
sudo_printf(int msg_type, const char *fmt, ...)
_sudo_printf(int msg_type, const char *fmt, ...)
{
va_list ap;
FILE *fp;