squashfs-tools: need to include sys/sysmacros.h
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 15 Aug 2019 11:47:02 +0000 (08:47 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 15 Aug 2019 12:41:28 +0000 (09:41 -0300)
commit7f4420baa20417713c4677223e9387025925f84d
treeb8596701dabc57ce6fbbd4e01a0f500352f68913
parent3a80fa9cb8a5f700b504921679e6d7485a8467f0
squashfs-tools: need to include sys/sysmacros.h

The inclusion of <sys/sysmacros.h> by <sys/types.h> was deprecated and
removed.  This is causing major, minor, and makedev to be undefined.

The patch is an upstream commit fixing it.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
utils/squashfs-tools/patches/0005-mksquashfs-unsquashfs-fix-compilation-with-glibc-2.2.patch [new file with mode: 0644]