cvs commit: src/usr.sbin/ppp auth.c

Kip Macy kmacy at FreeBSD.org
Fri Dec 21 13:47:20 PST 2007


kmacy       2007-12-21 21:47:19 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/ppp         auth.c 
  Log:
  Fix/workaround build breakage caused by PAM import
  
  struct pam_conv takes a void * for the appdata_ptr  but is being passed
  a const char * - explicitly cast away the const
  
  Revision  Changes    Path
  1.59      +1 -1      src/usr.sbin/ppp/auth.c


More information about the cvs-all mailing list