Re: [Toybox] [PATCH] Implement dmesg -T.

2017-04-05 Thread enh
On Tue, Apr 4, 2017 at 4:42 PM, Rob Landley wrote: > On 04/04/2017 12:32 PM, enh wrote: > > On Mon, Apr 3, 2017 at 2:43 PM, Rob Landley > > wrote: > > > > On 04/03/2017 03:03 PM, enh wrote: > > > since i have to maintain a

[Toybox] [PATCH] Make fdisk buildable.

2017-04-05 Thread enh
The argument to help_exit is a char*, not a FILE*. --- toys/pending/fdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) From 5bdf187cba299ed2837e5ad0cd7d6b553b447384 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 5 Apr 2017 10:13:47 -0700 Subject: [PATCH]

Re: [Toybox] [PATCH] Make fdisk buildable.

2017-04-05 Thread enh
(someone was asking about fdisk. if it doesn't build, they can't even kick the tires...) On Wed, Apr 5, 2017 at 10:14 AM, enh wrote: > > The argument to help_exit is a char*, not a FILE*. > --- > toys/pending/fdisk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[Toybox] [PATCH] Make ls.test work without awk.

2017-04-05 Thread enh
--- tests/ls.test | 4 1 file changed, 4 insertions(+) From 07389a6dca9572e4377d9fbd6c3d82a0610229d4 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 5 Apr 2017 10:27:58 -0700 Subject: [PATCH] Make ls.test work without awk. --- tests/ls.test | 4 1 file