From 78de81ce932a54e8af4d659dfb01efe473932b4f Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 26 Jul 2026 18:43:02 +0000 Subject: [PATCH] SIOCGIFMTU not found --- daemon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Daemon.cpp b/daemon/Daemon.cpp index 696a98b4..c1a1318c 100644 --- a/daemon/Daemon.cpp +++ b/daemon/Daemon.cpp @@ -467,7 +467,7 @@ namespace util std::string httpLang; i2p::config::GetOption("http.lang", httpLang); i2p::i18n::SetLanguage(httpLang); #ifdef __OpenBSD__ -#warning Pledge is started after all routines initialization. If it's potential vuln - fix it +//SIOCGIFMTU is not found, SOCK DGRAM not found if(openbsd_pledge_enabled) init_pledge(); #endif