git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
To: git@vger.kernel.org
Cc: Dennis Stosberg <dennis@stosberg.net>
Subject: Re: [PATCH] include signal.h for prototype of signal()
Date: Mon, 26 Jun 2006 10:51:19 +0200	[thread overview]
Message-ID: <20060626085119.GE3646@informatik.uni-freiburg.de> (raw)
In-Reply-To: <20060626082323.GB3646@informatik.uni-freiburg.de>

Hello, 

Oops, this patch was already posted by Dennis Stosberg in
<20060626082613.G7dd5c243@leonov.stosberg.net>.  (But it lacks a
sign-off, as do his other patches.)

Uwe Zeisberger wrote:
> Signed-off-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
> 
> ---
> 
>  connect.c     |    1 +
>  merge-index.c |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
> 
> 46cd6d04f4531dfaf56f7f1beb4ea6c73f08015e
> diff --git a/connect.c b/connect.c
> index db7342e..6c5389b 100644
> --- a/connect.c
> +++ b/connect.c
> @@ -3,6 +3,7 @@
>  #include "pkt-line.h"
>  #include "quote.h"
>  #include "refs.h"
> +#include <signal.h>
>  #include <sys/wait.h>
>  #include <sys/socket.h>
>  #include <netinet/in.h>
> diff --git a/merge-index.c b/merge-index.c
> index 190e12f..91908d8 100644
> --- a/merge-index.c
> +++ b/merge-index.c
> @@ -1,3 +1,4 @@
> +#include <signal.h>
>  #include <sys/types.h>
>  #include <sys/wait.h>
>  

-- 
Uwe Zeisberger

cat /*dev/null; echo 'Hello World!';
cat > /dev/null <<*/ 
() { } int main() { printf("Hello World!\n");}
/* */

  reply	other threads:[~2006-06-26  8:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-26  8:09 Solaris 8 Uwe Zeisberger
2006-06-26  8:23 ` [PATCH] include signal.h for prototype of signal() Uwe Zeisberger
2006-06-26  8:51   ` Uwe Zeisberger [this message]
2006-06-26  8:26 ` [PATCH] cast pid_t to long for printing Uwe Zeisberger
2006-06-26  9:26   ` Junio C Hamano
2006-06-26 12:13     ` Uwe Zeisberger

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=20060626085119.GE3646@informatik.uni-freiburg.de \
    --to=zeisberg@informatik.uni-freiburg.de \
    --cc=dennis@stosberg.net \
    --cc=git@vger.kernel.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 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).