From 3b61f2c734883b49525045cad4ba0392a59b06d0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 9 Feb 2015 08:53:52 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9235253159..a0c7a855c0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9695,3 +9695,6 @@ Discovery configurations (with base board) to configure the Ethernet driver to use the work queue (vs. interrupt level processing) (2015-4-09). + * libc/unisted/lib_execl.c: Fix bad logic in counting the number of + arguments. This could never have worked. Noted by Pierre-noel + Bouteville (2015-4-09).