freebsd-ports/security/pam_ssh_agent_auth/files/patch-log.c
Martin Wilke 7dfe6bb78e - Update to 0.9.3
PR:		161473
Submitted by:	Corey Smith <corsmith@gmail.com>
2011-10-23 15:46:38 +00:00

11 lines
334 B
C

--- ./log.c 2009-08-08 20:54:21.000000000 -0400
+++ ../../pam_ssh_agent_auth-0.9.3.fixed/log.c 2011-10-10 13:10:35.865388224 -0400
@@ -166,7 +166,7 @@
/* More detailed messages (information that does not need to go to the log). */
void
-verbose(const char *fmt,...)
+pam_ssh_auth_verbose(const char *fmt,...)
{
va_list args;