$NetBSD: patch-ae,v 1.8 2005/11/14 08:05:27 jlam Exp $

--- auth/pampass.c.orig	2005-10-12 13:03:28.000000000 -0400
+++ auth/pampass.c
@@ -43,6 +43,10 @@
 
 #include <security/pam_appl.h>
 
+#ifndef PAM_AUTHTOK_RECOVER_ERR  
+#define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
+#endif
+
 /*
  * Structure used to communicate between the conversation function
  * and the server_login/change password functions.
