diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-24 03:53:46 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-24 03:53:46 +0000 |
commit | ac4133746eeaad61b2bb2f71bd8861615b052427 (patch) | |
tree | 40d48ebf8a73cbd5ec8a206ab0a953033942d303 /winsup/cygwin/configure.in | |
parent | 09a88426740b765a99759d29da0e2a5f98c7281b (diff) | |
download | cygnal-ac4133746eeaad61b2bb2f71bd8861615b052427.tar.gz cygnal-ac4133746eeaad61b2bb2f71bd8861615b052427.tar.bz2 cygnal-ac4133746eeaad61b2bb2f71bd8861615b052427.zip |
* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.
* grp.cc (pwdgrp::parse_group): Eliminate arg and use class member instead.
Use next_str and next_int to parse arguments.
* passwd.cc (pwdgrp::parse_passwd): Ditto.
(grab_string): Eliminate.
(grab_int): Ditto.
* pwdgrp.h (pwdgrp::parse): Eliminate input arg.
(pwdgrp::parse_passwd): Reflect above change.
(pwdgrp::parse_group): Reflect above change.
(pwdgrp::next_str): New function.
(pwdgrp::next_int): Ditto.
(pwdgrp::gets): Eliminate.
* uinfo.cc (pwdgrp::next_str): New function.
(pwdgrp::next_int): Ditto.
(pwdgrp::add_line): Subsume gets.
(pwdgrp::gets): Eliminate.
(pwdgrp::load): Just call add_line to parse input buffer.
Diffstat (limited to 'winsup/cygwin/configure.in')
-rw-r--r-- | winsup/cygwin/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/configure.in b/winsup/cygwin/configure.in index 3934992a7..84e86b643 100644 --- a/winsup/cygwin/configure.in +++ b/winsup/cygwin/configure.in @@ -254,4 +254,3 @@ AC_SUBST(DEF_DLL_ENTRY) AC_SUBST(ALLOCA) AC_SUBST(CONFIG_DIR) AC_OUTPUT(Makefile cygwin.def:cygwin.din) - |