From: Rich Felker Date: Thu, 4 Apr 2013 23:23:47 +0000 (-0400) Subject: add put*ent functions for passwd/group files and similar for shadow X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=ddfb267b0e72499f6022981733264a063ec881f0;hp=ddfb267b0e72499f6022981733264a063ec881f0 add put*ent functions for passwd/group files and similar for shadow since shadow does not yet support enumeration (getspent), the corresponding FILE-based get and put versions are also subbed out for now. this is partly out of laziness and partly because it's not clear how they should work in the presence of TCB shadow files. the stubs should make it possible to compile some software that expects them to exist, but such software still may not work properly. ---