summarylogtreecommitdiffstats
path: root/0001-util-stdlib.patch
diff options
context:
space:
mode:
authorChris Severance2022-12-16 22:40:08 -0500
committerChris Severance2022-12-16 22:40:08 -0500
commit1876897e2eff9203f697abaaf0086a0e94ea7005 (patch)
tree77cb09f953085473c48fba36aaab40d0ec754f54 /0001-util-stdlib.patch
parente2d56b10b6046ebd57483c8b631fc7e6045d6766 (diff)
downloadaur-1876897e2eff9203f697abaaf0086a0e94ea7005.tar.gz
autu: Update to 1.6-1
Diffstat (limited to '0001-util-stdlib.patch')
-rw-r--r--0001-util-stdlib.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/0001-util-stdlib.patch b/0001-util-stdlib.patch
deleted file mode 100644
index 9a0e907c5795..000000000000
--- a/0001-util-stdlib.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -pNaru5 a/util.c b/util.c
---- a/util.c 1996-12-21 22:56:44.000000000 -0500
-+++ b/util.c 2022-12-16 22:25:23.305136967 -0500
-@@ -25,10 +25,11 @@ static const char rcsid[] =
- #endif
-
- #include <sys/types.h>
-
- #include <stdio.h>
-+#include <stdlib.h>
- #if __STDC__
- #include <stdarg.h>
- #else
- #include <varargs.h>
- #endif