Commit 490429b6 authored by ml's avatar ml

Changed to old format types

parent 47c4e253
...@@ -910,7 +910,8 @@ ini_link_info ( ...@@ -910,7 +910,8 @@ ini_link_info (
lp->bus = ntohl(qdb->g->bus); lp->bus = ntohl(qdb->g->bus);
lp->os = ntohl(my_np->os); lp->os = ntohl(my_np->os);
lp->hw = ntohl(my_np->hw); lp->hw = ntohl(my_np->hw);
lp->fm.m = ntohl(my_np->fm.m); lp->bo = ntohl(my_np->bo);
lp->ft = ntohl(my_np->ft);
} }
static sIseg * static sIseg *
...@@ -1500,7 +1501,8 @@ set_link_info ( ...@@ -1500,7 +1501,8 @@ set_link_info (
lp->np->link.bus = ntohl(ip->bus); lp->np->link.bus = ntohl(ip->bus);
np->os = ntohl(ip->os); np->os = ntohl(ip->os);
np->hw = ntohl(ip->hw); np->hw = ntohl(ip->hw);
np->fm.m = ntohl(ip->fm.m); np->bo = ntohl(ip->bo);
np->ft = ntohl(ip->ft);
} }
static void static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment