commit | f20badbe1207bb10a8ad5fdadc2131c94344b5d9 | [log] [tgz] |
---|---|---|
author | viro@ZenIV.linux.org.uk <viro@ZenIV.linux.org.uk> | Wed Sep 07 23:16:59 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 17:17:33 2005 -0700 |
tree | 8d63cfeb7f9247c336af4859b946f5910fc4d5b6 | |
parent | 95608261dae863bc43292e6fbd946a3abd3aa49f [diff] |
[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>