Displaying 1 result from an estimated 1 matches for "cpu_to_".
Did you mean:
cpu_to
2004 Oct 11
1
util/typefs breaks with recent headers
With the recent kernel patch
viro@www.linux.org.uk[torvalds]|include/linux/
romfs_fs.h|20041006145144|23705
aka "romfs endianness annotations" utils/fstype.c no longer links
because
cpu_to_be32 is undefined.
Options:
1) Change the header to be ok for userspace
diff -ur ../linux-2.5/include/linux/romfs_fs.h
linux/include/linux/romfs_fs.h
--- ../linux-2.5/include/linux/romfs_fs.h 2004-10-08 21:37:26.000000000
+0200
+++ linux/include/linux/romfs_fs.h 2004-10-11 17:35:23.000000000...