* passwd.cc (pwdgrp::read_passwd): Fix pretty_ls entry tyo contain
the required number of colons.
This commit is contained in:
parent
7b03b0d8ce
commit
b475fe5497
|
@ -1,3 +1,8 @@
|
|||
2012-04-05 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* passwd.cc (pwdgrp::read_passwd): Fix pretty_ls entry tyo contain
|
||||
the required number of colons.
|
||||
|
||||
2012-04-04 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* fhandler.h (fhandler_pty_common::bytes_available): Declare new
|
||||
|
|
|
@ -58,7 +58,7 @@ pwdgrp::read_passwd ()
|
|||
bool searchentry = true;
|
||||
struct passwd *pw;
|
||||
/* must be static */
|
||||
static char NO_COPY pretty_ls[] = "????????:*:-1:-1:";
|
||||
static char NO_COPY pretty_ls[] = "????????:*:-1:-1:::";
|
||||
|
||||
add_line (pretty_ls);
|
||||
cygsid tu = cygheap->user.sid ();
|
||||
|
|
Loading…
Reference in New Issue