[PATCH] -Wundef fixes (hamachi)
authorviro@ZenIV.linux.org.uk <viro@ZenIV.linux.org.uk>
Wed, 7 Sep 2005 22:16:59 +0000 (23:16 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 8 Sep 2005 00:17:33 +0000 (17:17 -0700)
commitf20badbe1207bb10a8ad5fdadc2131c94344b5d9
tree8d63cfeb7f9247c336af4859b946f5910fc4d5b6
parent95608261dae863bc43292e6fbd946a3abd3aa49f
[PATCH] -Wundef fixes (hamachi)

All uses of ADDRLEN are comparisons with 64 (it's an address width).
added define to 32 (again, we only care about comparisons with 64)
if not defined.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/hamachi.c