Module Name: src
Committed By: christos
Date: Sat Jan 28 21:52:14 UTC 2012
Modified Files:
src/external/bsd/openpam/dist/include/security: openpam.h
Log Message:
fix the link_set name.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/openpam/dist/include/security/openpam.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/openpam/dist/include/security/openpam.h
diff -u src/external/bsd/openpam/dist/include/security/openpam.h:1.3 src/external/bsd/openpam/dist/include/security/openpam.h:1.4
--- src/external/bsd/openpam/dist/include/security/openpam.h:1.3 Sun Dec 25 18:18:56 2011
+++ src/external/bsd/openpam/dist/include/security/openpam.h Sat Jan 28 16:52:14 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: openpam.h,v 1.3 2011/12/25 23:18:56 christos Exp $ */
+/* $NetBSD: openpam.h,v 1.4 2012/01/28 21:52:14 christos Exp $ */
/*-
* Copyright (c) 2002-2003 Networks Associates Technology, Inc.
@@ -346,7 +346,7 @@ struct pam_module {
[PAM_SM_CHAUTHTOK] = _PAM_SM_CHAUTHTOK \
}, \
}; \
- DATA_SET(_openpam_static_modules, _pam_module)
+ DATA_SET(openpam_static_modules, _pam_module)
#else
/* normal case */
# define PAM_EXTERN