Last change
on this file since ca72aba was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
362 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | --- Linux-PAM-0.99.2.0/modules/pam_echo/pam_echo.c 2005-09-20 11:56:56.000000000 +0000 |
---|
| 2 | +++ pam_echo.c 2005-12-06 10:56:43.000000000 +0000 |
---|
| 3 | @@ -62,7 +62,7 @@ |
---|
| 4 | { |
---|
| 5 | char *output; |
---|
| 6 | size_t length = strlen (mesg) + PAM_MAX_MSG_SIZE; |
---|
| 7 | - char myhostname[HOST_NAME_MAX+1]; |
---|
| 8 | + char myhostname[_SC_HOST_NAME_MAX+1]; |
---|
| 9 | const void *str; |
---|
| 10 | const char *p, *q; |
---|
| 11 | int item; |
---|
Note: See
TracBrowser
for help on using the repository browser.