remove compilation error messages (As noted by Alan Buxey)
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 15 Oct 2012 13:47:42 +0000 (14:47 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 15 Oct 2012 14:07:57 +0000 (15:07 +0100)
commitdf5ebfae4e20ad523dd4eb0be9c8e8133bed5b0b
tree41684f924f1684c8bc117763b47ffe7b8114e15b
parent5a95de4c77d882c867522d5c913e713ebf312d65
remove compilation error messages (As noted by Alan Buxey)

removes the following at compile time:

dhcp.c: In function ‘fr_dhcp_add_arp_entry’:
dhcp.c:1561: warning: format ‘%lu’ expects type ‘long unsigned int’,
but argument 2 has type ‘unsigned int’
dhcp.c:1561: warning: format ‘%lu’ expects type ‘long unsigned int’,
but argument 3 has type ‘size_t’
src/lib/dhcp.c