aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcpcd-dbus/fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/dhcpcd-dbus/fix-includes.patch')
-rw-r--r--main/dhcpcd-dbus/fix-includes.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/dhcpcd-dbus/fix-includes.patch b/main/dhcpcd-dbus/fix-includes.patch
deleted file mode 100644
index 34492617fb..0000000000
--- a/main/dhcpcd-dbus/fix-includes.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- dhcpcd-dbus-0.6.0.orig/dhcpcd.h
-+++ dhcpcd-dbus-0.6.0/dhcpcd.h
-@@ -28,6 +28,8 @@
- #ifndef DHCPCD_H
- #define DHCPCD_H
-
-+#include <sys/types.h>
-+
- extern char *dhcpcd_version;
- extern const char *dhcpcd_status;
-
---- dhcpcd-dbus-0.6.0.orig/eloop.h
-+++ dhcpcd-dbus-0.6.0/eloop.h
-@@ -28,7 +28,7 @@
- #ifndef ELOOP_H
- #define ELOOP_H
-
--#include <time.h>
-+#include <sys/time.h>
-
- int add_event(int, void (*)(void *), void *);
- int add_event_flags(int, int, void (*)(int, void *), void *);