forked from pool/hdparm
Dirk Mueller
84b3eceef6
- 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
15 lines
300 B
Diff
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>
|
|
|