hdparm/avoid-linux-includes.patch
Dirk Mueller 84b3eceef6 Accepting request 1003489 from home:dspinella:branches:Base:System
- Update to 9.65:
  * Fixed "hdparm --Istdin" to not attempt reading LOG data from a non-existent drive.
- Refresh avoid-linux-includes.patch

OBS-URL: https://build.opensuse.org/request/show/1003489
OBS-URL: https://build.opensuse.org/package/show/Base:System/hdparm?expand=0&rev=108
2022-09-15 08:30:57 +00:00

15 lines
300 B
Diff

--- hdparm-9.64/hdparm.c
+++ hdparm-9.64/hdparm.c
@@ -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>