rampageX / firmware-mod-kit

Automatically exported from code.google.com/p/firmware-mod-kit
811 stars 179 forks source link

Fails to compile on Arch x64 #159

Closed mark-ulrich closed 5 years ago

mark-ulrich commented 5 years ago

firmware-mod-kit fails to compile on my Arch x64 system with undefined reference errors to 'major', 'minor', and 'makedev'. These macros have been moved from sys/types.h to sys/sysmacros.h. Substituting the sysmacros header in place of types.h allows for a successful build.