<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -Naur old/extras/htpasswd.c new/extras/htpasswd.c
--- old/extras/htpasswd.c	2014-10-19 10:28:39.782856897 -1000
+++ new/extras/htpasswd.c	2014-10-19 10:29:12.842911168 -1000
@@ -8,6 +8,8 @@
 ** if stdin is a pipe or file.  This is necessary for use from CGI.
 */
 
+#define _XOPEN_SOURCE
+
 #include &lt;sys/types.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;string.h&gt;
diff -Naur old/libhttpd.c new/libhttpd.c
--- old/libhttpd.c	2014-10-19 10:28:39.782856897 -1000
+++ new/libhttpd.c	2014-10-19 10:29:01.679559501 -1000
@@ -39,6 +39,8 @@
 #include &lt;sys/param.h&gt;
 #include &lt;sys/stat.h&gt;
 
+#define __USE_XOPEN
+
 #include &lt;ctype.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;fcntl.h&gt;
</pre></body></html>