blob: 8a63f7a70349d54cd1d02d94332eb796a8a77b4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- hdparm-9.43/hdparm.h.orig
+++ hdparm-9.43/hdparm.h
@@ -1,7 +1,7 @@
/* Some prototypes for extern functions. */
//#undef __KERNEL_STRICT_NAMES
-#include <linux/types.h>
+#include <sys/types.h>
#if !defined(__GNUC__) && !defined(__attribute__)
#define __attribute__(x)
--- hdparm-9.43/sysfs.c.orig
+++ hdparm-9.43/sysfs.c
@@ -12,6 +12,7 @@
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
+#include <limits.h>
#include <dirent.h>
#include <sys/stat.h>
#include <linux/types.h>
|