On Fri, Feb 08, 2002 at 10:14:52AM +0000, Hiten Pandya wrote: > Hi all, > > I am getting jfsutils to compile under FreeBSD. Currently under > 'mkfs', I have converted most of the neccessary stuff, but I > was wondering what the __le32_to_cpu() macro/function is for?
For little-edian machines it does nothing, for big-endian it byte-swaps. In current CVS they are provided independand of the Linux headers. > BTW, I have got libfs.a under a compilable state on FreeBSD, with > some help from the jfs-osx team (Terry Glass). I will report more > on this subject, as I get whole of the jfsutils working. The problem is that this will no more work under Linux. I have a patch pending that provides the mount information on Linux, SVR4 and 4.4BSD/ultrix based on autoconf results. _______________________________________________ Jfs-discussion mailing list [EMAIL PROTECTED] http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion
