mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 22:40:36 +08:00
* mkpasswd.cc (enum_users): Shorten "unused" passwd field.
This commit is contained in:
parent
271a33443c
commit
c2198f849c
@ -1,3 +1,7 @@
|
|||||||
|
2001-10-15 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* mkpasswd.cc (enum_users): Shorten "unused" passwd field.
|
||||||
|
|
||||||
2001-10-13 Christopher Faylor <cgf@redhat.com>
|
2001-10-13 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* Makefile.in: Allow stdinc searching for dumper.
|
* Makefile.in: Allow stdinc searching for dumper.
|
||||||
|
@ -206,7 +206,7 @@ enum_users (LPWSTR servername, int print_sids, int print_cygpath,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf ("%s:This_field_is_not_used_by_cygwin_on_nt/2000/xp:%d:%d:%s%s%s:%s:/bin/bash\n", username,
|
printf ("%s:unused_by_nt/2000/xp:%d:%d:%s%s%s:%s:/bin/bash\n", username,
|
||||||
uid + id_offset,
|
uid + id_offset,
|
||||||
gid + id_offset,
|
gid + id_offset,
|
||||||
fullname,
|
fullname,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user