mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-21 20:56:19 +00:00
e17ba66e5c
Anacron has received no development in 15+ years. It's functionality is also being provided by both `cronie` and `busybox`'s crond.
12 lines
218 B
Diff
12 lines
218 B
Diff
--- a/gregor.c
|
|
+++ b/gregor.c
|
|
@@ -65,7 +65,7 @@
|
|
{
|
|
int dn;
|
|
int i;
|
|
- const int isleap; /* save three calls to leap() */
|
|
+ int isleap; /* save three calls to leap() */
|
|
|
|
/* Some validity checks */
|
|
|