Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/openpam/dist/include/security fix the link_set ...



details:   https://anonhg.NetBSD.org/src/rev/81192be7aa2a
branches:  trunk
changeset: 773150:81192be7aa2a
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 28 21:52:14 2012 +0000

description:
fix the link_set name.

diffstat:

 external/bsd/openpam/dist/include/security/openpam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 07fd8b2ff083 -r 81192be7aa2a external/bsd/openpam/dist/include/security/openpam.h
--- a/external/bsd/openpam/dist/include/security/openpam.h      Sat Jan 28 21:48:32 2012 +0000
+++ b/external/bsd/openpam/dist/include/security/openpam.h      Sat Jan 28 21:52:14 2012 +0000
@@ -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 @@
                        [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



Home | Main Index | Thread Index | Old Index