Fix two wrong sizeof() usages.
authorSascha Wildner <saw@online.de>
Sat, 9 Jun 2012 09:04:18 +0000 (11:04 +0200)
committerSascha Wildner <saw@online.de>
Sat, 9 Jun 2012 09:04:34 +0000 (11:04 +0200)
commit819bed8cb47c68d0e212fd5d0e34c0ff5d35503c
tree296e0a275dd7fafbcb325d72e6ae28b850de0ebf
parent79bfafa1d2e1ed1744581eceb883a3d7a10349a3
Fix two wrong sizeof() usages.

It should be taking the size of the variable the pointer points to,
instead of the size of the pointer itself.
sys/emulation/dragonfly12/dfbsd12_stat.c
tools/tools/net80211/w00t/redir/buddy.c