summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getgrent.c
AgeCommit message (Collapse)Author
1997-12-19gid_t is unsignedTheo de Raadt
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1997-01-25sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.seJason Downs
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely.
1996-03-25Prototype internal functionsThorsten Lockert
Do the right thing in presense of __STDC__
1995-10-18initial import of NetBSD treeTheo de Raadt