]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: libfec: use standard C type instead of u_long
authorImre Kaloz <kaloz@openwrt.org>
Mon, 4 May 2015 13:36:34 +0000 (15:36 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 28 May 2015 23:31:34 +0000 (16:31 -0700)
commitf4d4ad26d57ed2d57509ed8fda2da99ce7b5f9ec
tree1b60c230b610ed89ab7252fd1e97163abbc2f9e4
parentce9757872796a8ae31bc641ec37f3d8df4aea2ee
mtd-utils: libfec: use standard C type instead of u_long

Fixes compilation on hosts with the musl C library.
Also drops the unused u_short typedef.

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
lib/libfec.c