cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user