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 /libbb/makedev.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 'libbb/makedev.c')
-rw-r--r-- | libbb/makedev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/makedev.c b/libbb/makedev.c index 81cd82baf..efd51224f 100644 --- a/libbb/makedev.c +++ b/libbb/makedev.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Utility routines. | 2 | * Utility routines. |
3 | * | 3 | * |
4 | * Copyright (C) 2006 Denis Vlasenko | 4 | * Copyright (C) 2006 Denys Vlasenko |
5 | * | 5 | * |
6 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. |
7 | */ | 7 | */ |