i'm currently seeing these build warnings: libmount/python/fs.c:110:40: warning: implicit declaration of function 'major' libmount/python/fs.c:111:7: warning: implicit declaration of function 'minor' this is handled for most of the code in include/c.h: #ifdef HAVE_SYS_SYSMACROS_H # include <sys/sysmacros.h> /* for major, minor */ #endif but the python code doesn't include that header. i'm not sure what the preference is here (make the python code pull in that header or just copy over the sysmacros.h logic), so i'm skipping writing a patch. -mike
Attachment:
signature.asc
Description: Digital signature