=== modified file 'plugin-helpers/mandos-client-iprouteadddel.c' --- plugin-helpers/mandos-client-iprouteadddel.c 2018-02-08 10:23:55 +0000 +++ plugin-helpers/mandos-client-iprouteadddel.c 2018-02-18 01:29:21 +0000 @@ -23,8 +23,7 @@ * Contact the authors at . */ -#define _GNU_SOURCE /* asprintf(), - program_invocation_short_name */ +#define _GNU_SOURCE /* program_invocation_short_name */ #include /* bool, false, true */ #include /* fprintf(), stderr, FILE, vfprintf */ #include /* program_invocation_short_name, @@ -244,7 +243,7 @@ } /* Set interface index number on nexthop object */ rtnl_route_nh_set_ifindex(nexthop, ifindex); - /* Set route tu use nexthop object */ + /* Set route to use nexthop object */ rtnl_route_add_nexthop(route, nexthop); /* Add or delete route? */ if(arguments.add){