diff options
author | Erik Andersen | 2000-01-27 02:40:21 +0000 |
---|---|---|
committer | Erik Andersen | 2000-01-27 02:40:21 +0000 |
commit | ccc7488615f0079032d8b017f57e6bf6a994cf84 (patch) | |
tree | 4f4f709ad3b66e3f94fabd3567eb85df9e935393 /Changelog | |
parent | de7965ca7ee65f21042739f1be5a337da4138343 (diff) | |
download | busybox-ccc7488615f0079032d8b017f57e6bf6a994cf84.zip busybox-ccc7488615f0079032d8b017f57e6bf6a994cf84.tar.gz |
Fixed ls formatting for 8 char user names.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |