mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
remove unnecessary casts leftover from a bogus fix to a previous bug
This commit is contained in:
parent
9663e34384
commit
7bc2288264
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204582
@ -936,7 +936,7 @@ rn_delete(v_arg, netmask_arg, head)
|
||||
if (m)
|
||||
log(LOG_ERR,
|
||||
"rn_delete: Orphaned Mask %p at %p\n",
|
||||
(void *)m, (void *)x);
|
||||
m, x);
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user