aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-02 12:53:15 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-02 12:53:15 +0000
commitd18f52bd182ac163a4ca87e7f8ffcb047fd063a3 (patch)
tree2b0804e1014e908150a20acc6bbccbd9b83cfce3 /runit
parentfb29038b59fa639b79de99c4edddfa6462918765 (diff)
downloadbusybox-w32-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.tar.gz
busybox-w32-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.tar.bz2
busybox-w32-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.zip
actually add bb_qsort.c
*: s/Denis/Denys/
Diffstat (limited to 'runit')
-rw-r--r--runit/chpst.c2
-rw-r--r--runit/runit_lib.c2
-rw-r--r--runit/runsv.c2
-rw-r--r--runit/runsvdir.c2
-rw-r--r--runit/sv.c2
-rw-r--r--runit/svlogd.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/runit/chpst.c b/runit/chpst.c
index 7b70a4d5a..89d8ce443 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
25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26*/ 26*/
27 27
28/* Busyboxed by Denis Vlasenko <vda.linux@googlemail.com> */ 28/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
29/* Dependencies on runit_lib.c removed */ 29/* Dependencies on runit_lib.c removed */
30 30
31#include "libbb.h" 31#include "libbb.h"
diff --git a/runit/runit_lib.c b/runit/runit_lib.c
index bedd5401f..f33619d28 100644
--- a/runit/runit_lib.c
+++ b/runit/runit_lib.c
@@ -25,7 +25,7 @@ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26*/ 26*/
27 27
28/* Busyboxed by Denis Vlasenko <vda.linux@googlemail.com> */ 28/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
29/* Collected into one file from runit's many tiny files */ 29/* Collected into one file from runit's many tiny files */
30/* TODO: review, eliminate unneeded stuff, move good stuff to libbb */ 30/* TODO: review, eliminate unneeded stuff, move good stuff to libbb */
31 31
diff --git a/runit/runsv.c b/runit/runsv.c
index 02dcf50ca..5d4e1584e 100644
--- a/runit/runsv.c
+++ b/runit/runsv.c
@@ -25,7 +25,7 @@ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26*/ 26*/
27 27
28/* Busyboxed by Denis Vlasenko <vda.linux@googlemail.com> */ 28/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
29/* TODO: depends on runit_lib.c - review and reduce/eliminate */ 29/* TODO: depends on runit_lib.c - review and reduce/eliminate */
30 30
31#include <sys/poll.h> 31#include <sys/poll.h>
diff --git a/runit/runsvdir.c b/runit/runsvdir.c
index 3ff1d4c23..0ab672ef4 100644
--- a/runit/runsvdir.c
+++ b/runit/runsvdir.c
@@ -25,7 +25,7 @@ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26*/ 26*/
27 27
28/* Busyboxed by Denis Vlasenko <vda.linux@googlemail.com> */ 28/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
29/* TODO: depends on runit_lib.c - review and reduce/eliminate */ 29/* TODO: depends on runit_lib.c - review and reduce/eliminate */
30 30
31#include <sys/poll.h> 31#include <sys/poll.h>
diff --git a/runit/sv.c b/runit/sv.c
index a89e24439..141f7a8bc 100644
--- a/runit/sv.c
+++ b/runit/sv.c
@@ -150,7 +150,7 @@ Exit Codes
150 is 99. sv exits 100 on error. 150 is 99. sv exits 100 on error.
151*/ 151*/
152 152
153/* Busyboxed by Denis Vlasenko <vda.linux@googlemail.com> */ 153/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
154/* TODO: depends on runit_lib.c - review and reduce/eliminate */ 154/* TODO: depends on runit_lib.c - review and reduce/eliminate */
155 155
156#include <sys/poll.h> 156#include <sys/poll.h>
diff --git a/runit/svlogd.c b/runit/svlogd.c
index d7da18093..c69cb545c 100644
--- a/runit/svlogd.c
+++ b/runit/svlogd.c
@@ -25,7 +25,7 @@ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26*/ 26*/
27 27
28/* Busyboxed by Denis Vlasenko <vda.linux@googlemail.com> */ 28/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
29/* TODO: depends on runit_lib.c - review and reduce/eliminate */ 29/* TODO: depends on runit_lib.c - review and reduce/eliminate */
30 30
31#include <sys/poll.h> 31#include <sys/poll.h>