git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Morten Welinder" <mwelinder@gmail.com>
To: "Marco Roeland" <marco.roeland@xs4all.nl>
Cc: "Mike McCormack" <mike@codeweavers.com>, git@vger.kernel.org
Subject: Re: [PATCH] imap-send: cleanup execl() call to use NULL sentinel instead of 0
Date: Sat, 11 Mar 2006 09:01:49 -0500	[thread overview]
Message-ID: <118833cc0603110601x6ac9b2b6kaa0277981c6dd44b@mail.gmail.com> (raw)
In-Reply-To: <20060311085550.GA32089@fiberbit.xs4all.nl>

If you're going to fix that, you should use (char *)NULL or
(char *)0, just in case you end up on a machine where
NULL doesn't a pointer type.

(Yup, NULL can be a null pointer without having pointer type.)

M.

  reply	other threads:[~2006-03-11 14:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-11  8:55 [PATCH] imap-send: cleanup execl() call to use NULL sentinel instead of 0 Marco Roeland
2006-03-11 14:01 ` Morten Welinder [this message]
2006-03-11 20:30   ` Marco Roeland

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=118833cc0603110601x6ac9b2b6kaa0277981c6dd44b@mail.gmail.com \
    --to=mwelinder@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=marco.roeland@xs4all.nl \
    --cc=mike@codeweavers.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).