> > Log Message: > > Fix *serious* bug in bswapping definitions for big endian machines. > > Why are you not using the explicit functions from sys/endian.h? It's also better to define and use h2fsNN() and fs2hNN() macros to indicate which value should be in which endian for future maintainers. --- Izumi Tsutsui