diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-02 12:53:15 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-02 12:53:15 +0000 |
commit | d18f52bd182ac163a4ca87e7f8ffcb047fd063a3 (patch) | |
tree | 2b0804e1014e908150a20acc6bbccbd9b83cfce3 /coreutils/od_bloaty.c | |
parent | fb29038b59fa639b79de99c4edddfa6462918765 (diff) | |
download | busybox-w32-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.tar.gz busybox-w32-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.tar.bz2 busybox-w32-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.zip |
actually add bb_qsort.c
*: s/Denis/Denys/
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 501a92b38..a083114c9 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | /* Written by Jim Meyering. */ | 18 | /* Written by Jim Meyering. */ |
19 | 19 | ||
20 | /* Busyboxed by Denis Vlasenko | 20 | /* Busyboxed by Denys Vlasenko |
21 | 21 | ||
22 | Based on od.c from coreutils-5.2.1 | 22 | Based on od.c from coreutils-5.2.1 |
23 | Top bloat sources: | 23 | Top bloat sources: |