mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 21:34:25 +08:00
Update to FreeBSD head 2018-04-01
Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
This commit is contained in:
@@ -442,11 +442,11 @@ initialize_universes(void)
|
||||
for (i = 0; i < 256; i++) {
|
||||
dhcp_universe.options[i] = &dhcp_options[i];
|
||||
add_hash(dhcp_universe.hash,
|
||||
(unsigned char *)dhcp_options[i].name, 0,
|
||||
(const unsigned char *)dhcp_options[i].name, 0,
|
||||
(unsigned char *)&dhcp_options[i]);
|
||||
}
|
||||
universe_hash.hash_count = DEFAULT_HASH_SIZE;
|
||||
add_hash(&universe_hash,
|
||||
(unsigned char *)dhcp_universe.name, 0,
|
||||
(const unsigned char *)dhcp_universe.name, 0,
|
||||
(unsigned char *)&dhcp_universe);
|
||||
}
|
||||
|
Reference in New Issue
Block a user