* sync.h (muto::initforce): Delete flawed implementation.

* pwdgrp.h (pwdgrp::pglock): Make static.
* grp.cc (pwdgrp::pwdgrp): Eliminate use of initforce.
This commit is contained in:
Christopher Faylor
2005-04-05 06:04:57 +00:00
parent f45c299dbe
commit 2f1086cbca
5 changed files with 12 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ class pwdgrp
char *buf, *lptr;
int max_lines;
bool initialized;
muto pglock;
static muto pglock;
bool parse_passwd ();
bool parse_group ();