Build on Fedora

This commit is contained in:
Martijn van Brummelen
2016-08-03 22:36:20 +02:00
parent 1e1eadbc0a
commit 15c444e2eb

View File

@@ -31,6 +31,11 @@
#define _FILE_OFFSET_BITS 64 #define _FILE_OFFSET_BITS 64
#endif #endif
/* workaround for Fedora */
#ifndef off64_t
# define off64_t off_t
#endif
/* Busybox headers. */ /* Busybox headers. */
#ifdef BB_VER #ifdef BB_VER
#include "busybox.h" #include "busybox.h"