Hopefully finally enabled correct compilation on Debian mips and mipsel

master
Thomas Schmitt 8 years ago
parent c5275761f4
commit ea8f2ad517

@ -279,7 +279,8 @@ int Xorriso_fake_stbuf(struct XorrisO *xorriso, char *path, struct stat *stbuf,
stbuf->st_mode|= S_IFLNK;
else if(LIBISO_ISCHR(*node)) {
stbuf->st_mode|= S_IFCHR;
Xorriso_node_get_dev(xorriso, *node, path, &(stbuf->st_rdev), 0);
Xorriso_node_get_dev(xorriso, *node, path, &dev_number, 0);
stbuf->st_rdev= dev_number;
} else if(LIBISO_ISBLK(*node)) {
stbuf->st_mode|= S_IFBLK;
/* ts B11124:

@ -1 +1 @@
#define Xorriso_timestamP "2015.09.06.194259"
#define Xorriso_timestamP "2015.09.15.182031"

Loading…
Cancel
Save