source:
npl/system/pam/pam_echo.patch
@
08cf024
Last change on this file since 08cf024 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 362 bytes |
-
pam_echo.c
old new 62 62 { 63 63 char *output; 64 64 size_t length = strlen (mesg) + PAM_MAX_MSG_SIZE; 65 char myhostname[ HOST_NAME_MAX+1];65 char myhostname[_SC_HOST_NAME_MAX+1]; 66 66 const void *str; 67 67 const char *p, *q; 68 68 int item;
Note: See TracBrowser
for help on using the repository browser.