diff options
author | Denis Vlasenko | 2008-03-02 12:53:15 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-03-02 12:53:15 +0000 |
commit | d18f52bd182ac163a4ca87e7f8ffcb047fd063a3 (patch) | |
tree | 2b0804e1014e908150a20acc6bbccbd9b83cfce3 /runit/chpst.c | |
parent | fb29038b59fa639b79de99c4edddfa6462918765 (diff) | |
download | busybox-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.zip busybox-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.tar.gz |
actually add bb_qsort.c
*: s/Denis/Denys/
Diffstat (limited to 'runit/chpst.c')
-rw-r--r-- | runit/chpst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/chpst.c b/runit/chpst.c index 7b70a4d..89d8ce4 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -25,7 +25,7 @@ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* Busyboxed by Denis Vlasenko <vda.linux@googlemail.com> */ +/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ /* Dependencies on runit_lib.c removed */ #include "libbb.h" |