]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/hdparm-9.65-fix-glibc-headers.patch
hdparm: Update to version 9.65
[people/pmueller/ipfire-2.x.git] / src / patches / hdparm-9.65-fix-glibc-headers.patch
1 --- hdparm-9.65/hdparm.c.orig 2022-09-06 19:02:56.000000000 +0200
2 +++ hdparm-9.65/hdparm.c 2023-01-05 15:33:04.487033604 +0100
3 @@ -24,11 +24,6 @@
4 #include <sys/mount.h>
5 #include <sys/mman.h>
6 #include <sys/user.h>
7 -#include <linux/types.h>
8 -#ifndef FSCONFIG_SET_FLAG
9 -#include <linux/fs.h>
10 -#endif
11 -#include <linux/major.h>
12 #include <endian.h>
13 #include <asm/byteorder.h>
14