]> granicus.if.org Git - linux-pam/commitdiff
PAM_EXTERN isn't needed anymore, but don't remove it to not break lot of
authorThorsten Kukuk <kukuk@thkukuk.de>
Tue, 29 Mar 2016 12:17:34 +0000 (14:17 +0200)
committerThorsten Kukuk <kukuk@thkukuk.de>
Tue, 29 Mar 2016 12:17:34 +0000 (14:17 +0200)
external code using it.

* libpam/include/security/pam_modules.h: Readd PAM_EXTERN for compatibility

libpam/include/security/pam_modules.h

index 37568e996a2095116c39cc5d6b98b3b910a3c2bc..ec65e3e95531ce060b2132da3f616e3fdd338a56 100644 (file)
@@ -75,6 +75,9 @@ int pam_sm_chauthtok(pam_handle_t *pamh, int flags,
 
 #define PAM_DATA_REPLACE   0x20000000     /* used when replacing a data item */
 
+/* PAM_EXTERN isn't needed anymore, but don't remove it to not break
+   lot of external code using it. */
+#define PAM_EXTERN extern
 
 /* take care of any compatibility issues */
 #include <security/_pam_compat.h>