datapath: Fix build on 2.6.18, which doesn't have "bool" or "false".
authorBen Pfaff <blp@nicira.com>
Thu, 16 Apr 2009 21:43:47 +0000 (14:43 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Apr 2009 21:43:47 +0000 (14:43 -0700)
commit22f261af910d18862111dd31b97117bcc830ba95
tree410d9dded747a078b19d79b1d19b72a350507b51
parent778a396796f263be29b9f74f8da44e0ee1ed92b1
datapath: Fix build on 2.6.18, which doesn't have "bool" or "false".

The "bool" type is a relative newcomer to the Linux kernel, and it is
still frowned up by some developers, so instead of adding a definition
to our compatibility headers (which is what we usually do), this commit
changes "bool" to "int".
datapath/brcompat.c