* grp.cc (read_etc_group): Open file in text mode.

* pwd.cc (read_etc_passwd): Ditto.
* shared.h: Bump PROC_MAGIC.
This commit is contained in:
Christopher Faylor
2000-06-25 03:48:10 +00:00
parent 749bdbe92a
commit 84a1af74a2
4 changed files with 9 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ pinfo *__stdcall procinfo (int n);
enum
{
PROC_MAGIC = 0xaf07f000,
PROC_MAGIC = 0xaf08f000,
PROC_FORK = PROC_MAGIC + 1,
PROC_EXEC = PROC_MAGIC + 2,
PROC_SPAWN = PROC_MAGIC + 3,