0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-21 20:56:19 +00:00
termux-packages/disabled-packages/anacron/readtab.c.patch
TomIO e17ba66e5c
rmpkg(main/anacron) (#21805)
Anacron has received no development in 15+ years.
It's functionality is also being provided by both `cronie` and
`busybox`'s crond.
2024-10-14 10:20:46 +02:00

12 lines
219 B
Diff

--- a/readtab.c
+++ b/readtab.c
@@ -29,7 +29,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
-#include <obstack.h>
+#include "obstack.h"
#include <limits.h>
#include <fnmatch.h>
#include <unistd.h>