summaryrefslogtreecommitdiff
path: root/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch')
-rw-r--r--sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch b/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch
deleted file mode 100644
index efbe47a30be2..000000000000
--- a/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Newer C libraries omit this include from sys/types.h.
-
---- a/src/bootlogd.c
-+++ b/src/bootlogd.c
-@@ -32,6 +32,7 @@
- *
- */
-
-+#include <sys/sysmacros.h>
- #include <sys/types.h>
- #include <sys/time.h>
- #include <sys/stat.h>