On Thu, 01 Sep 2016 13:27:49 -0400, "Ted Unangst" wrote: > Ted Unangst wrote: > > I'm getting annoying warnings because these functions aren't const. > > so.... > > turns out several of these functions *do* modify their parameters. which is > probably chaos, because i think we sometimes call them with const parameters.
I think you'll have to constify login_cap(3) first since the auth functions call into login_cap(3). - todd