Changeset 211 in openpam
- Timestamp:
- 05/01/03 23:10:49 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/security/pam_appl.h (modified) (2 diffs)
-
lib/pam_getenv.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/security/pam_appl.h
r157 r211 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/pam_appl.h#1 0$34 * $P4: //depot/projects/openpam/include/security/pam_appl.h#11 $ 35 35 */ 36 36 … … 84 84 const char *_prompt); 85 85 86 c har *86 const char * 87 87 pam_getenv(pam_handle_t *_pamh, 88 88 const char *_name); -
trunk/lib/pam_getenv.c
r204 r211 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_getenv.c#1 2$34 * $P4: //depot/projects/openpam/lib/pam_getenv.c#13 $ 35 35 */ 36 36 … … 49 49 */ 50 50 51 c har *51 const char * 52 52 pam_getenv(pam_handle_t *pamh, 53 53 const char *name)
Note: See TracChangeset
for help on using the changeset viewer.