Fixed ls formatting for 8 char user names.

-Erik
This commit is contained in:
Erik Andersen
2000-01-27 02:40:21 +00:00
parent de7965ca7e
commit ccc7488615
5 changed files with 5 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
* Fixed mount and umount. Previously they could leak loop device
allocations, causing the system to quickly run out. Fix for umount
by Ben Collins <bcollins@debian.org>, and mount was fixed by me.
* ls formatting on 8 char user names fixed by Randolph Chung <tausq@debian.org>.
-Erik Andersen