[Libguestfs] [PATCH 05/10] Make GUESTFWD_PORT into a string.

Jim Meyering jim at meyering.net
Mon Sep 21 18:56:36 UTC 2009


Richard W.M. Jones wrote:
> From: Richard Jones <rjones at trick.home.annexia.org>
>
> ---
>  src/guestfs.c |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/src/guestfs.c b/src/guestfs.c
> index bc34f60..55732f9 100644
> --- a/src/guestfs.c
> +++ b/src/guestfs.c
> @@ -85,8 +85,8 @@ static void close_handles (void);
>  #define UNIX_PATH_MAX 108
>
>  /* Also in guestfsd.c */
> -#define GUESTFWD_PORT 6666
>  #define GUESTFWD_ADDR "10.0.2.4"
> +#define GUESTFWD_PORT "6666"

ACK.
I confirmed that this series converts all uses,
(including the ones in daemon/, later)




More information about the Libguestfs mailing list