tag 441190 patch
thanks

Michael Ablassmeier <[EMAIL PROTECTED]> (07/09/2007):
> at_pam.c:166: error: 'PAM_UPDATE_AUTHTOK' undeclared (first use in this 
> function)

Missing security/pam_modules.h include; builds fine once the attached
patch applied, tagging accordingly.

Cheers,

-- 
Cyril Brulebois
--- src/AdminTools/at_pam.c~	2007-09-12 14:28:48.000000000 +0000
+++ src/AdminTools/at_pam.c	2007-09-12 14:28:54.000000000 +0000
@@ -93,6 +93,8 @@
 #define THIS_LOW ((ATSTORAGE*)Pike_fp->current_storage)
 #define THIS ((PAM_OBJECT_DATA*)THIS_LOW->object_data)
 
+#include <security/pam_modules.h>
+
 static char *_object_name = "PAM";
 static struct program *pam_program;
 

Attachment: pgpuUDYFU7erx.pgp
Description: PGP signature

Reply via email to