Add off64_t to FreeBSD
authorJens Axboe <jaxboe@fusionio.com>
Tue, 22 Jun 2010 08:30:11 +0000 (10:30 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 22 Jun 2010 08:30:11 +0000 (10:30 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
os/os-freebsd.h

index d1313e8ccb868ccdf8bdc11974cd8b384bb684f8..44b60606327ec1d28f1a974047bdac90c8805a1e 100644 (file)
@@ -11,6 +11,8 @@
 
 #define OS_MAP_ANON            MAP_ANON
 
+typedef off_t off64_t;
+
 static inline int blockdev_invalidate_cache(int fd)
 {
        return EINVAL;