diff options
author | davidovski <david@davidovski.xyz> | 2022-03-20 00:00:54 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-20 00:00:54 +0000 |
commit | 19b9a12a93a45cc02b31de9b40c45029fbf3c569 (patch) | |
tree | c2c415813d63b7773fa2a533789a1753b9fee724 /extra/syslinux/fix-sysmacros.patch | |
parent | 1daf71c2980b1920bbdc2f07af669ebf6f0f82d6 (diff) |
changed the linux kernel configs
Diffstat (limited to 'extra/syslinux/fix-sysmacros.patch')
-rw-r--r-- | extra/syslinux/fix-sysmacros.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/syslinux/fix-sysmacros.patch b/extra/syslinux/fix-sysmacros.patch new file mode 100644 index 0000000..dd622e8 --- /dev/null +++ b/extra/syslinux/fix-sysmacros.patch @@ -0,0 +1,12 @@ +diff --git a/extlinux/main.c b/extlinux/main.c +index a7ebd49..69bb164 100644 +--- a/extlinux/main.c ++++ b/extlinux/main.c +@@ -41,6 +41,7 @@ + #include <sys/types.h> + #include <sys/mount.h> + #include <sys/vfs.h> ++#include <sys/sysmacros.h> + + #include "linuxioctl.h" + |