• Adrian Reber's avatar
    zdtm: fix '"makedev" is defined by <sys/sysmacros.h>' · 9a5ff1a0
    Adrian Reber authored
    Compiling zdtm on the latest Fedora rawhide gives errors like this:
    
    ns.c: In function ‘prepare_mntns’:
    ns.c:122:13: error: In the GNU C Library, "makedev" is defined
     by <sys/sysmacros.h>. For historical compatibility, it is
     currently defined by <sys/types.h> as well, but we plan to
     remove this soon. To use "makedev", include <sys/sysmacros.h>
     directly. If you did not intend to use a system-defined macro
     "makedev", you should undefine it after including <sys/types.h>. [-Werror]
       if (mknod("/dev/ptmx", 0666 | S_IFCHR, makedev(5, 2)) == 0) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    cc1: all warnings being treated as errors
    
    This commit fixes those errors.
    
    travis-ci: success for zdtm: fix '"makedev" is defined by <sys/sysmacros.h>'
    Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    9a5ff1a0
Name
Last commit
Last update
Documentation Loading commit data...
contrib Loading commit data...
coredump Loading commit data...
crit Loading commit data...
criu Loading commit data...
images Loading commit data...
include/common Loading commit data...
lib Loading commit data...
scripts Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
INSTALL.md Loading commit data...
Makefile Loading commit data...
Makefile.config Loading commit data...
Makefile.install Loading commit data...
Makefile.versions Loading commit data...
README.md Loading commit data...