mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change the GCC specific __FUNCTION__ to C99's __func__.
OK'ed by: des
This commit is contained in:
parent
af7ca25b1e
commit
c67bd97df8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue