Change off64_t into uint64_t
[fio.git] / os / os-openbsd.h
index 43a649d447bcaeaa3d72f6cdd4dcd58194bd4393..085a6f2b7f397272a3ed0c3fcb20ccdfaea7c6f0 100644 (file)
@@ -35,8 +35,6 @@
 #define fio_swap32(x)  bswap32(x)
 #define fio_swap64(x)  bswap64(x)
 
-typedef off_t off64_t;
-
 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)
 {
        struct disklabel dl;