mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-19 19:19:11 +08:00
Update to FreeBSD head 2016-08-23
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
This commit is contained in:
@@ -48,8 +48,7 @@ __FBSDID("$FreeBSD$");
|
||||
* building addresses stored in the ifnet structure.
|
||||
*/
|
||||
struct in_addr
|
||||
inet_makeaddr(net, host)
|
||||
in_addr_t net, host;
|
||||
inet_makeaddr(in_addr_t net, in_addr_t host)
|
||||
{
|
||||
struct in_addr a;
|
||||
|
||||
|
Reference in New Issue
Block a user