]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/hdparm-9.65-fix-glibc-headers.patch
openssh: Update to version 9.4p1
[people/pmueller/ipfire-2.x.git] / src / patches / hdparm-9.65-fix-glibc-headers.patch
CommitLineData
0d82593f
AB
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 @@
fac5f144
MT
4 #include <sys/mount.h>
5 #include <sys/mman.h>
6 #include <sys/user.h>
7-#include <linux/types.h>
0d82593f 8-#ifndef FSCONFIG_SET_FLAG
fac5f144 9-#include <linux/fs.h>
0d82593f 10-#endif
fac5f144
MT
11-#include <linux/major.h>
12 #include <endian.h>
13 #include <asm/byteorder.h>
0d82593f 14