Files
packages/utils/mt-st/patches/010-sysmacros.patch
Rosen Penev 6c04684b51 mt-st: Add missing header
New version of musl no longer includes this header internally.

Removed several unnecessary variables in Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 4cda68c72b)
2019-08-05 12:02:35 -07:00

11 lines
186 B
Diff

--- a/mt.c
+++ b/mt.c
@@ -21,6 +21,7 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
+#include <sys/sysmacros.h>
#include <sys/utsname.h>
#include "mtio.h"