summarylogtreecommitdiffstats
path: root/0001-util-stdlib.patch
diff options
context:
space:
mode:
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