grzegorzborowiak / populatefs

Tool for replacing genext2fs when creating ext4 images
GNU Lesser General Public License v2.1
5 stars 6 forks source link

Fix build with glibc >= 2.27 #6

Closed eigendude closed 1 year ago

eigendude commented 5 years ago

With newer versions of glibc, the build fails due to a deprecated header.

Error was:

src/mod_path.c:176:19: error: called object ‘major’ is not a function or function pointer
    major = (long)major(st.st_rdev);
                  ^~~~~

Tested on Ubuntu Disco 19.04.