cleanup: namespace Montauk (capital M) => montauk::abi

This commit is contained in:
2026-06-16 09:09:16 +02:00
parent b6ac5ac994
commit 43d43ac9ea
165 changed files with 758 additions and 758 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ extern "C" void _start() {
if (len <= 0 || args[0] == '\0') {
// Show current network configuration
Montauk::NetCfg cfg;
montauk::abi::NetCfg cfg;
montauk::get_netcfg(&cfg);
montauk::print(" IP Address: ");
print_ip(cfg.ipAddress);
@@ -135,7 +135,7 @@ extern "C" void _start() {
montauk::exit(1);
}
Montauk::NetCfg cfg;
montauk::abi::NetCfg cfg;
cfg.ipAddress = ip;
cfg.subnetMask = mask;
cfg.gateway = gw;