aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/pwd_grp.c
AgeCommit message (Collapse)Author
2006-04-05- include proper headers.Bernhard Reutner-Fischer
2006-03-03Typo fixes brought to you by the letters a, l, and Robert P. Day.Rob Landley
2006-01-25just whitespaceTim Riker
2005-10-28- move GETXXKEY_R_FUNC into an internal helper file to allow for compilingBernhard Reutner-Fischer
with IMA.
2005-10-08Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensionsRob Landley
not in newlib, and also that all the _unlocked variants are kind of pointless in this context.
2004-07-15Replace the old and somewhat buggy pwd_grp stuff with the shinyEric Andersen
new stuff mjn3 wrote for uClibc