|> The current code in util-linux does
|>
|> #include <linux/posix_types.h>
|> #define dev_t __kernel_dev_t
|> #include <linux/loop.h>
|> #undef dev_t
|>
|> which is not very elegant but as far as I know works on all systems.
IMHO the right fix is to use __kernel_dev_t in <linux/loop.h> in the first
place.
-- Andreas Schwab "And now for something schwab@issan.cs.uni-dortmund.de completely different" schwab@gnu.org- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/