Merge pull request #516 from xambroz/patch-2

move the define off64_t
This commit is contained in:
PartialVolume
2023-11-04 21:10:00 +00:00
committed by GitHub

View File

@@ -36,15 +36,6 @@ void* signal_hand( void* );
#define _FILE_OFFSET_BITS 64
#endif
/* workaround for Fedora */
#ifndef off64_t
#ifndef off_t
#define off64_t int64_t
#else
#define off64_t off_t
#endif
#endif
/* Busybox headers. */
#ifdef BB_VER
#include "busybox.h"
@@ -68,6 +59,15 @@ void* signal_hand( void* );
#include <time.h>
#include <unistd.h>
/* workaround for Fedora */
#ifndef off64_t
#ifndef off_t
#define off64_t int64_t
#else
#define off64_t off_t
#endif
#endif
/*#include "config.h"*/
/* System errors. */