hdparm: Update to version 9.65

- Update from version 9.64 to 9.65
- Update of rootfile not required
- fix glibc headers patch updated for hdparm-9.65
- Changelog
    hdparm-9.65:
	- Another --Istdin fix: cannot read log pages when no device specified

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
Adolf Belka
2023-01-05 19:21:07 +01:00
committed by Peter Müller
parent ff5f67ef7a
commit 0d82593f67
2 changed files with 10 additions and 7 deletions

View File

@@ -1,11 +1,14 @@
--- hdparm-9.64/hdparm.c
+++ hdparm-9.64/hdparm.c
@@ -24,9 +24,6 @@
--- hdparm-9.65/hdparm.c.orig 2022-09-06 19:02:56.000000000 +0200
+++ hdparm-9.65/hdparm.c 2023-01-05 15:33:04.487033604 +0100
@@ -24,11 +24,6 @@
#include <sys/mount.h>
#include <sys/mman.h>
#include <sys/user.h>
-#include <linux/types.h>
-#ifndef FSCONFIG_SET_FLAG
-#include <linux/fs.h>
-#endif
-#include <linux/major.h>
#include <endian.h>
#include <asm/byteorder.h>