]> git.ipfire.org Git - thirdparty/hostap.git/commit
kqueue: Use 0 instead of NULL for udata
authorRoy Marples <roy@marples.name>
Wed, 10 Feb 2016 20:39:14 +0000 (20:39 +0000)
committerJouni Malinen <j@w1.fi>
Thu, 18 Feb 2016 15:40:12 +0000 (17:40 +0200)
commite21cecaf543a57e18b747fb98b5f9f5b6216c4c2
tree47c2b483d0be834dcc970a59132dcbd099574b41
parent640b0b933a8fea3f2276198c42c8fd60dd39aaa3
kqueue: Use 0 instead of NULL for udata

Use 0 for udata instead of NULL for portability.
NetBSD uses uintptr_t, others a pointer.

Signed-off-by: Roy Marples <roy@marples.name>
src/utils/eloop.c