diff options
Diffstat (limited to 'contrib/openpam/include/security/pam_constants.h')
-rw-r--r-- | contrib/openpam/include/security/pam_constants.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/openpam/include/security/pam_constants.h b/contrib/openpam/include/security/pam_constants.h index f3f8d304be123..b005c7f4f8920 100644 --- a/contrib/openpam/include/security/pam_constants.h +++ b/contrib/openpam/include/security/pam_constants.h @@ -1,5 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. + * Copyright (c) 2004-2007 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and @@ -31,11 +32,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/include/security/pam_constants.h#22 $ + * $Id: pam_constants.h 408 2007-12-21 11:36:24Z des $ */ -#ifndef _PAM_CONSTANTS_H_INCLUDED -#define _PAM_CONSTANTS_H_INCLUDED +#ifndef SECURITY_PAM_CONSTANTS_H_INCLUDED +#define SECURITY_PAM_CONSTANTS_H_INCLUDED #include <security/openpam_version.h> @@ -132,4 +133,4 @@ enum { } #endif -#endif +#endif /* !SECURITY_PAM_CONSTANTS_H_INCLUDED */ |