]> sourceware.org Git - newlib-cygwin.git/commit
* grp.cc (etc_group): Removed.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 5 Jun 2002 11:10:15 +0000 (11:10 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 5 Jun 2002 11:10:15 +0000 (11:10 +0000)
commit38f39368891d83c63e6f4aa3b00b19b80444b041
tree84c6f229a06e2dc946c671a4d7b2dab26b314900
parentce006ffa7f6985c2dbe6128d74ba6beda562743a
* grp.cc (etc_group): Removed.
(parse_grp): Make line parameter nonconst.  Don't copy data into new
allocated memory.  Check for CR instead of LF to accomodate new
read method.
(add_grp_line): Make line parameter nonconst.
(read_etc_group): Rearrange using new pwdgrp_read class.
* passwd.cc (parse_pwd): Don't copy data into new allocated memory.
Check for CR instead of LF to accomodate new read method.
(read_etc_passwd): Rearrange using new pwdgrp_read class.
* pwdgrp.h (pwdgrp_check::set_last_modified):  Use different
parameters.
(class pwdgrp_read): New class for opening and reading passwd and
group files.
winsup/cygwin/ChangeLog
winsup/cygwin/grp.cc
winsup/cygwin/passwd.cc
winsup/cygwin/pwdgrp.h
This page took 0.031767 seconds and 5 git commands to generate.