pkgsrc/security/pam_ssh_agent_auth/patches/patch-aa
agc a26891ad80 Initial import of pam_ssh_agent_auth version 0.9.1 into the packages
collection - kudos to Jan Schaumann for pointing it out.

	PAM module which permits authentication for arbitrary services
	via ssh-agent.  Written with sudo in mind, but like any auth
	PAM module, can be used for for many purposes.
2009-12-11 19:48:12 +00:00

13 lines
293 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 19:48:12 agc Exp $
--- log.h 2009/12/11 15:51:23 1.1
+++ log.h 2009/12/11 15:51:40
@@ -15,6 +15,8 @@
#ifndef SSH_LOG_H
#define SSH_LOG_H
+#include <stdarg.h>
+
/* Supported syslog facilities and levels. */
typedef enum {
SYSLOG_FACILITY_DAEMON,