source: npl/system/pam/pam_echo.patch @ f9ce31e

perl-5.22
Last change on this file since f9ce31e 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
  • pam_echo.c

    old new  
    6262{
    6363  char *output;
    6464  size_t length = strlen (mesg) + PAM_MAX_MSG_SIZE;
    65   char myhostname[HOST_NAME_MAX+1];
     65  char myhostname[_SC_HOST_NAME_MAX+1];
    6666  const void *str;
    6767  const char *p, *q;
    6868  int item;
Note: See TracBrowser for help on using the repository browser.