]> www.infradead.org Git - mtd-utils.git/commit
[PATCH] [MTD] mtd-utils: fec.c: bzero->memset, bcopy->memcpy, bcmp->memcmp
authorMitch Davis <mjd-linux-mtd@afork.com>
Wed, 8 Oct 2008 02:36:13 +0000 (13:36 +1100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 8 Oct 2008 14:47:13 +0000 (15:47 +0100)
commitd055f1c3e5dad8c0a73a511e1b8d2f82c9b7ab01
treef6ef3c0b336b6ff47e0139fafc4f75639d4dec71
parentd92356a3823632812b1094aead137cda827ff42e
[PATCH] [MTD] mtd-utils: fec.c: bzero->memset, bcopy->memcpy, bcmp->memcmp

This patch alters fec.c so it does not use the deprecated bzero, bcopy
and bcmp functions.  This can help on platforms that do not have these
functions.

Signed-off-by: Mitch Davis <mitch.davis@symstream.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
fec.c