All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Pete Zaitcev <zaitcev@redhat.com>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: Re: [Patch 2/3] chcli cleanup: gcc warning
Date: Tue, 02 Mar 2010 21:18:24 -0500	[thread overview]
Message-ID: <4B8DC6F0.7080703@garzik.org> (raw)
In-Reply-To: <20100302190844.60b75d93@redhat.com>

Note that your mailer is mangling patches via "quoted-printable":


Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
[...]
=20
-	rc =3D fstat(fd, &stat);
+	rc =3D fstat(fd, &st);
  	if (rc) {
  		close(fd);
  		return false;
  	}
-	content_len =3D stat.st_size;
+	content_len =3D st.st_size;
  	rcb =3D stc_put(stc, key, key_len, read_file_cb, content_len,




Also, while on the subject of email stuff, you might want to be aware of 
this:

> Received-SPF: fail (google.com: domain of zaitcev@redhat.com does not designate 207.234.209.181 as permitted sender) client-ip=207.234.209.181;
> Authentication-Results: mx.google.com; spf=hardfail (google.com: domain of zaitcev@redhat.com does not designate 207.234.209.181 as permitted sender) smtp.mail=zaitcev@redhat.com

If I had to guess, I would say you are sending redhat.com mail from a 
non-redhat-spf-authenticating box.  Being a Red Hatter myself, I have no 
clue how to fix this, and would just ignore it ;-)


  reply	other threads:[~2010-03-03  2:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03  2:08 [Patch 2/3] chcli cleanup: gcc warning Pete Zaitcev
2010-03-03  2:18 ` Jeff Garzik [this message]
2010-03-03  2:41   ` Pete Zaitcev
2010-03-03 11:45     ` Jeff Garzik

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=4B8DC6F0.7080703@garzik.org \
    --to=jeff@garzik.org \
    --cc=hail-devel@vger.kernel.org \
    --cc=zaitcev@redhat.com \
    /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.