Fix dos2unix compile problem with certain glibc versions
This commit is contained in:
@ -34,8 +34,8 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include "busybox.h"
|
#include "busybox.h"
|
||||||
|
|
||||||
/* Teach libc5 what a uint64_t is */
|
/* Teach older glibc and libc5 what a uint64_t is */
|
||||||
#if (__GLIBC__ <= 2) && (__GLIBC_MINOR__ < 1)
|
#if (__GLIBC__ <= 2) && (__GLIBC_MINOR__ < 3)
|
||||||
typedef unsigned long int uint64_t;
|
typedef unsigned long int uint64_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include "busybox.h"
|
#include "busybox.h"
|
||||||
|
|
||||||
/* Teach libc5 what a uint64_t is */
|
/* Teach older glibc and libc5 what a uint64_t is */
|
||||||
#if (__GLIBC__ <= 2) && (__GLIBC_MINOR__ < 1)
|
#if (__GLIBC__ <= 2) && (__GLIBC_MINOR__ < 3)
|
||||||
typedef unsigned long int uint64_t;
|
typedef unsigned long int uint64_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user