On Monday 02 February 2009 11:49:50 David Balazic wrote:
> diff -u openvpn_trunk/route.c openvpn_patched/route.c
> --- openvpn_trunk/route.c     2009-01-29 15:00:04.525034400 +0100
> +++ openvpn_patched/route.c   2009-01-29 15:03:41.116012000 +0100
> @@ -45,7 +45,7 @@
>  
>  static void add_route (struct route *r, const struct tuntap *tt, unsigned 
> int flags, const struct env_set *es);
>  static void delete_route (const struct route *r, const struct tuntap *tt, 
> unsigned int flags, const struct env_set *es);
> -static bool get_default_gateway (in_addr_t *ret);
> +static bool get_default_gateway (in_addr_t *ret, char *gw_if_name);
>  
>  struct route_option_list *
>  new_route_option_list (struct gc_arena *a)

Which version of diffutils do you use?
How come there is a tab after file name in the header?
How come the above hank has 8 lines but reported as 7 lines?

Alon.

Reply via email to