void-packages/srcpkgs/libnfs
Jürgen Buchmüller 8f3b5b9384 libnfs: fix build
Since kernel-libc-headers was updated to 4.9.8 the macros `makedev`, `major`
and `minor` are defined in the include file `sys/sysmacros.h`. The definitions
in `sys/types.h` are obsoleted and will be removed soon.

This fix moves the `#include <sys/sysmacros.h>` after the `#include <sys/types.h>`.

Closes #5704
2017-02-09 22:13:05 +01:00
..
patches
template