Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Solaris needs inclusion of signal.h for signal()
author
Dennis Stosberg
<dennis@stosberg.net>
Mon, 26 Jun 2006 08:26:13 +0000
(10:26 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 26 Jun 2006 09:11:44 +0000
(
02:11
-0700)
Currently the compilation fails in connect.c and merge-index.c
Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c
patch
|
blob
|
history
merge-index.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3acb27b
)
diff --git
a/connect.c
b/connect.c
index db7342e4d26baa50dd944ebf06fb8b66fea59aaa..66e78a29054a121c92beca3d997105f0137c170d 100644
(file)
--- a/
connect.c
+++ b/
connect.c
@@
-8,6
+8,7
@@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
+#include <signal.h>
static char *server_capabilities = NULL;
diff --git
a/merge-index.c
b/merge-index.c
index 190e12fb7ceeb012a063f8c97b574e9650d95cc1..0498a6f45e53947e356c6a390869d3f8194f05b7 100644
(file)
--- a/
merge-index.c
+++ b/
merge-index.c
@@
-1,5
+1,6
@@
#include <sys/types.h>
#include <sys/wait.h>
+#include <signal.h>
#include "cache.h"