0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-24 13:06:15 +00:00
termux-packages/disabled-packages/anacron/main.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

11 lines
168 B
Diff

--- a/main.c
+++ b/main.c
@@ -24,6 +24,7 @@
#include <time.h>
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>