diff --git a/include/local.h b/include/local.h index 51fa4063..268a9ff1 100644 --- a/include/local.h +++ b/include/local.h @@ -84,6 +84,7 @@ #define scandir64 scandir #define versionsort64 versionsort #define alphasort64 alphasort +#define ino64_t ino_t #endif #define _snd_config_iterator list_head diff --git a/src/conf.c b/src/conf.c index 3d2b4a5b..a996e5f9 100644 --- a/src/conf.c +++ b/src/conf.c @@ -3921,7 +3921,7 @@ snd_config_t *snd_config = NULL; struct finfo { char *name; dev_t dev; - ino_t ino; + ino64_t ino; time_t mtime; };