From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 25 Apr 2012 20:14:39 +0800 References: <1334743210-12338-1-git-send-email-ordex@autistici.org> <20120419061026.GC8658@ritirata.org> <20120422065029.GY6871@ZenIV.linux.org.uk> In-Reply-To: <20120422065029.GY6871@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201204252014.39353.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: get rid of pointless cast in memcpy() 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: Al Viro Cc: The list for a Better Approach To Mobile Ad-hoc Networking On Sunday, April 22, 2012 14:50:29 Al Viro wrote: > memcpy() arguments are void *, precisely to avoid that kind of pointless > casts. > > Signed-off-by: Al Viro Applied in revision 815cfb5. Thanks, Marek