diff -rc linux/include/linux/byteorder/swab.h patch/include/linux/byteorder/swab.h *** linux/include/linux/byteorder/swab.h Mon May 15 17:06:32 2000 --- patch/include/linux/byteorder/swab.h Sun May 28 20:49:34 2000 *************** *** 90,98 **** ___swab64((x)) : \ __fswab64((x))) #else ! # define __swab16(x) __fswab16(x) ! # define __swab32(x) __fswab32(x) ! # define __swab64(x) __fswab64(x) #endif /* OPTIMIZE */ --- 90,98 ---- ___swab64((x)) : \ __fswab64((x))) #else ! # define __swab16(x) ___swab16(x) ! # define __swab32(x) ___swab32(x) ! # define __swab64(x) ___swab64(x) #endif /* OPTIMIZE */