]> mj.ucw.cz Git - libucw.git/blobdiff - lib/ff-binary.c
autoconf.cfg: recognize correctly quad-core models of Intel Xeon cpus
[libucw.git] / lib / ff-binary.c
index 5729722aa721a84695305fb1927126d2c648ccd9..81d36dfaa01ee897bff85ea89bf8748dc7afa41f 100644 (file)
@@ -29,6 +29,6 @@ void bput##name##_##endian##_##slow(struct fastbuf *f, type x)        \
 #define FF_ALL(type, name, size) GEN(type,name,size,be) GEN(type,name,size,le)
 
 FF_ALL(int, w, 16)
 #define FF_ALL(type, name, size) GEN(type,name,size,be) GEN(type,name,size,le)
 
 FF_ALL(int, w, 16)
-FF_ALL(u32, l, 32)
+FF_ALL(uns, l, 32)
 FF_ALL(u64, q, 64)
 FF_ALL(u64, 5, 40)
 FF_ALL(u64, q, 64)
 FF_ALL(u64, 5, 40)