diff options
author | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 19:02:33 +0000 |
---|---|---|
committer | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 19:02:33 +0000 |
commit | 77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae (patch) | |
tree | c9e08ed007a78e975754bf5c595ad0b593db4b52 /libpam/include | |
parent | 6a36792321ef91dc91c9887d5c56db88e6546047 (diff) | |
download | pam-77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae.tar.gz pam-77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae.tar.bz2 pam-77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae.zip |
Relevant BUGIDs: 124391
Purpose of commit: cleanup
Commit summary:
---------------
* removed unnecessary CVS Log tags from all over the source
Diffstat (limited to 'libpam/include')
-rw-r--r-- | libpam/include/security/pam_malloc.h | 14 | ||||
-rw-r--r-- | libpam/include/security/pam_modules.h | 26 |
2 files changed, 2 insertions, 38 deletions
diff --git a/libpam/include/security/pam_malloc.h b/libpam/include/security/pam_malloc.h index 8daf3f7c..62777ca8 100644 --- a/libpam/include/security/pam_malloc.h +++ b/libpam/include/security/pam_malloc.h @@ -1,15 +1,5 @@ -/* $Id$ - * - * $Log$ - * Revision 1.1 2000/06/20 22:11:23 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * - * Revision 1.1 1996/11/10 21:23:14 morgan - * Initial revision - * +/* + * $Id$ */ /* diff --git a/libpam/include/security/pam_modules.h b/libpam/include/security/pam_modules.h index 945c1711..b555e8b2 100644 --- a/libpam/include/security/pam_modules.h +++ b/libpam/include/security/pam_modules.h @@ -3,32 +3,6 @@ * * $Id$ * - * This header file documents the PAM SPI --- that is, interface - * between the PAM library and a PAM service library which is called - * by the PAM library. - * - * Note, the copyright information is at end of file. - * - * $Log$ - * Revision 1.1 2000/06/20 22:11:23 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * - * Revision 1.8 1997/01/04 20:14:42 morgan - * moved PAM_DATA_SILENT to _pam_types.h so applications can use it too - * - * Revision 1.7 1996/11/10 19:57:08 morgan - * pam_get_user prototype. - * - * Revision 1.6 1996/09/05 06:18:45 morgan - * added some data error_status masks, changed prototype for cleanup() - * - * Revision 1.5 1996/06/02 07:58:37 morgan - * altered the way in which modules obtain static prototypes for - * functions - * */ #ifndef _SECURITY_PAM_MODULES_H |