From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 4 Jun 2011 13:44:29 +0200 References: <1307184038-32426-1-git-send-email-sven@narfation.org> <1307184038-32426-2-git-send-email-sven@narfation.org> In-Reply-To: <1307184038-32426-2-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201106041344.29995.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Fix signedness problem in parse_gw_bandwidth 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 04 June 2011 12:40:38 Sven Eckelmann wrote: > strict_strtoul as used in parse_gw_bandwidth is defined for unsigned > long and strict_strtol should be used instead for long. Don't we need a strict_strtol macro in compat.h next to the strict_strtoul that we have now ? Cheers, Marek