Fix gcc 2.x variant macro support.

This commit is contained in:
Todd C. Miller
2012-06-18 14:03:11 -04:00
parent 45fea137f9
commit 5ac272c03e
2 changed files with 13 additions and 13 deletions

View File

@@ -172,7 +172,7 @@
#if defined(__GNUC__) && __GNUC__ == 2
# define sudo_debug_printf(pri, fmt...) \
sudo_debug_printf2(__func__, __FILE__, __LINE__, (pri)|sudo_debug_subsys, \
(fmt))
fmt)
#else
# define sudo_debug_printf(pri, ...) \
sudo_debug_printf2(__func__, __FILE__, __LINE__, (pri)|sudo_debug_subsys, \