All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH] libcacard: do not use full paths for include files in the same dir
Date: Mon, 27 Apr 2015 15:38:38 +0200	[thread overview]
Message-ID: <553E3BDE.2050605@redhat.com> (raw)
In-Reply-To: <1430141433-20203-1-git-send-email-mjt@msgid.tls.msk.ru>



On 27/04/2015 15:30, Michael Tokarev wrote:
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>  libcacard/vcard_emul_nss.c | 2 +-
>  libcacard/vcardt.c         | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/libcacard/vcard_emul_nss.c b/libcacard/vcard_emul_nss.c
> index 6955f69..d9761ee 100644
> --- a/libcacard/vcard_emul_nss.c
> +++ b/libcacard/vcard_emul_nss.c
> @@ -33,7 +33,7 @@
>  #include "vreader.h"
>  #include "vevent.h"
>  
> -#include "libcacard/vcardt_internal.h"
> +#include "vcardt_internal.h"
>  
>  
>  typedef enum {
> diff --git a/libcacard/vcardt.c b/libcacard/vcardt.c
> index 9ce4648..c67de2f 100644
> --- a/libcacard/vcardt.c
> +++ b/libcacard/vcardt.c
> @@ -2,9 +2,9 @@
>  #include <string.h>
>  #include <glib.h>
>  
> -#include "libcacard/vcardt.h"
> +#include "vcardt.h"
>  
> -#include "libcacard/vcardt_internal.h"
> +#include "vcardt_internal.h"
>  
>  /* create an ATR with appropriate historical bytes */
>  #define ATR_TS_DIRECT_CONVENTION 0x3b
> 

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>


WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] libcacard: do not use full paths for include files in the same dir
Date: Mon, 27 Apr 2015 15:38:38 +0200	[thread overview]
Message-ID: <553E3BDE.2050605@redhat.com> (raw)
In-Reply-To: <1430141433-20203-1-git-send-email-mjt@msgid.tls.msk.ru>



On 27/04/2015 15:30, Michael Tokarev wrote:
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>  libcacard/vcard_emul_nss.c | 2 +-
>  libcacard/vcardt.c         | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/libcacard/vcard_emul_nss.c b/libcacard/vcard_emul_nss.c
> index 6955f69..d9761ee 100644
> --- a/libcacard/vcard_emul_nss.c
> +++ b/libcacard/vcard_emul_nss.c
> @@ -33,7 +33,7 @@
>  #include "vreader.h"
>  #include "vevent.h"
>  
> -#include "libcacard/vcardt_internal.h"
> +#include "vcardt_internal.h"
>  
>  
>  typedef enum {
> diff --git a/libcacard/vcardt.c b/libcacard/vcardt.c
> index 9ce4648..c67de2f 100644
> --- a/libcacard/vcardt.c
> +++ b/libcacard/vcardt.c
> @@ -2,9 +2,9 @@
>  #include <string.h>
>  #include <glib.h>
>  
> -#include "libcacard/vcardt.h"
> +#include "vcardt.h"
>  
> -#include "libcacard/vcardt_internal.h"
> +#include "vcardt_internal.h"
>  
>  /* create an ATR with appropriate historical bytes */
>  #define ATR_TS_DIRECT_CONVENTION 0x3b
> 

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>

  reply	other threads:[~2015-04-27 13:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-27 13:30 [Qemu-trivial] [PATCH] libcacard: do not use full paths for include files in the same dir Michael Tokarev
2015-04-27 13:30 ` [Qemu-devel] " Michael Tokarev
2015-04-27 13:38 ` Paolo Bonzini [this message]
2015-04-27 13:38   ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=553E3BDE.2050605@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.