Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2007 21:47:19 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp auth.c
Message-ID:  <200712212147.lBLLlJaK014808@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712212147.lBLLlJaK014808>