hdparm: enable compile with glibc 2.36

This commit is contained in:
Rudi Heitbaum 2022-07-13 16:32:12 +00:00
parent c54c4d0002
commit 1f04022120

View File

@ -0,0 +1,10 @@
--- a/hdparm.c 2022-07-13 16:15:50.363620844 +0000
+++ b/hdparm.c 2022-07-13 16:15:55.453615920 +0000
@@ -25,7 +25,6 @@
#include <sys/mman.h>
#include <sys/user.h>
#include <linux/types.h>
-#include <linux/fs.h>
#include <linux/major.h>
#include <endian.h>
#include <asm/byteorder.h>