bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/8] eth-filter: fix argp_program_version, remove argp_progra


From: Samuel Thibault
Subject: Re: [PATCH 3/8] eth-filter: fix argp_program_version, remove argp_program_bug_address
Date: Fri, 11 Apr 2014 23:14:27 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Fri 11 Apr 2014 23:09:53 +0200, a écrit :
> * eth-filter/filter.c: Fix argp_program_version, remove
> argp_program_bug_address.

Ack.

> ---
>  eth-filter/filter.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/eth-filter/filter.c b/eth-filter/filter.c
> index 8c76c7b..7a25c10 100644
> --- a/eth-filter/filter.c
> +++ b/eth-filter/filter.c
> @@ -39,6 +39,7 @@
>  #include <hurd/ports.h>
>  #include <hurd/ihash.h>
>  #include <hurd/fshelp.h>
> +#include <version.h>
>  
>  #include "device_S.h"
>  #include "notify_S.h"
> @@ -73,8 +74,8 @@ static struct hurd_ihash proxy_deliverport_ht
>  
>  /* The name of the network interface that the filter translator sits on. */
>  static char *device_file;
> -const char *argp_program_version = "eth-filter 0.1";
> -const char *argp_program_bug_address = "<bug-hurd@gnu.org>";
> +const char *argp_program_version = STANDARD_HURD_VERSION (eth-filter);
> +
>  static const char doc[] = "Hurd filter translator.";
>  static const struct argp_option options[] =
>  {
> -- 
> 1.9.1
> 

-- 
Samuel
Hi ! I'm a .signature virus ! Copy me into your ~/.signature, please !



reply via email to

[Prev in Thread] Current Thread [Next in Thread]