From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 2 Sep 2012 16:32:46 +0800 References: <1345885079-23652-1-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1345885079-23652-1-git-send-email-lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201209021632.47039.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 1/2] batctl: rename bisect to bisect_iv Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday, August 25, 2012 16:57:58 Marek Lindner wrote: > Signed-off-by: Marek Lindner > --- > Makefile | 2 +- > README | 34 +- > bisect.c | 1596 > ---------------------------------------------------------- > bisect.h | 97 ---- > bisect_iv.c | 1596 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > bisect_iv.h | 97 ++++ > main.c | 10 +- > man/batctl.8 | 14 +- > 8 files changed, 1722 insertions(+), 1724 deletions(-) > delete mode 100644 bisect.c > delete mode 100644 bisect.h > create mode 100644 bisect_iv.c > create mode 100644 bisect_iv.h Applied in revision ac02d8a. Regards, Marek