From ac4133746eeaad61b2bb2f71bd8861615b052427 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 24 Jan 2003 03:53:46 +0000 Subject: * 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. --- winsup/cygwin/configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/configure.in') 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) - -- cgit v1.2.3