<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- apache2/msc_status_engine.c.orig	2025-05-21 14:45:48
+++ apache2/msc_status_engine.c	2025-05-21 16:20:48
@@ -164,6 +164,7 @@
 #ifdef DARWIN
     struct ifaddrs* ifaphead;
     struct ifaddrs* ifap;
+    int i;
 
     if ( getifaddrs( &amp;ifaphead ) != 0 ) {
         goto failed;
</pre></body></html>