mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Build on Fedora
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user