<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix implicit declaration of functions.
--- configure.orig	2002-06-07 04:54:43.000000000 -0500
+++ configure	2021-11-24 10:47:14.000000000 -0600
@@ -3033,6 +3033,7 @@
 #line $LINENO "configure"
 #include "confdefs.h"
 #include &lt;ctype.h&gt;
+#include &lt;stdlib.h&gt;
 #if ((' ' &amp; 0x0FF) == 0x020)
 # define ISLOWER(c) ('a' &lt;= (c) &amp;&amp; (c) &lt;= 'z')
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
--- src/ftpmap.h.orig	2002-06-07 05:20:36.000000000 -0500
+++ src/ftpmap.h	2021-11-24 10:48:26.000000000 -0600
@@ -1,6 +1,7 @@
 /* (C)opyleft 2001-2002 by Jedi/Sector One &lt;j@4u.net&gt; */
 
 #include &lt;stdio.h&gt;
+#include &lt;time.h&gt;
 #ifdef STDC_HEADERS
 # include &lt;stdlib.h&gt;
 # include &lt;stddef.h&gt;
</pre></body></html>