rtsock.c: remove extraneous space
Submitted by: Neel Chauhan <neel AT neelc DOT org> Differential Revision: https://reviews.freebsd.org/D26249
This commit is contained in:
parent
5d6d106cf6
commit
4fa9815a3d
@ -2137,7 +2137,7 @@ static struct protosw routesw[] = {
|
||||
|
||||
static struct domain routedomain = {
|
||||
.dom_family = PF_ROUTE,
|
||||
.dom_name = "route",
|
||||
.dom_name = "route",
|
||||
.dom_protosw = routesw,
|
||||
.dom_protoswNPROTOSW = &routesw[nitems(routesw)]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user