Change the GCC specific __FUNCTION__ to C99's __func__.
OK'ed by: des
This commit is contained in:
parent
af7ca25b1e
commit
c67bd97df8
@ -51,6 +51,6 @@ __END_DECLS
|
||||
return (arg)
|
||||
|
||||
#define PAM_VERBOSE_ERROR(...) \
|
||||
_pam_verbose_error(pamh, flags, __FILE__, __FUNCTION__, __VA_ARGS__)
|
||||
_pam_verbose_error(pamh, flags, __FILE__, __func__, __VA_ARGS__)
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user