cleanup: ditched old patch

Signed-off-by: Michal Minář <miminar@redhat.com>
This commit is contained in:
Michal Minář 2018-07-23 09:38:46 +00:00
parent 18c1b593fb
commit 25dd8287bf
No known key found for this signature in database
GPG Key ID: 220F863292B6AE54

View File

@ -1,24 +0,0 @@
Index: hdparm-9.54/geom.c
===================================================================
--- hdparm-9.54.orig/geom.c
+++ hdparm-9.54/geom.c
@@ -18,6 +18,7 @@
#include <sys/ioctl.h>
#include <linux/types.h>
#include <linux/fs.h>
+#include <sys/sysmacros.h>
#include "hdparm.h"
Index: hdparm-9.54/sysfs.c
===================================================================
--- hdparm-9.54.orig/sysfs.c
+++ hdparm-9.54/sysfs.c
@@ -16,6 +16,7 @@
#include <limits.h>
#include <sys/stat.h>
#include <linux/types.h>
+#include <sys/sysmacros.h>
#include "hdparm.h"