cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/cman/qdisk gettid.c
@ 2006-06-28 18:57 lhh
  0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2006-06-28 18:57 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh at sourceware.org	2006-06-28 18:57:33

Modified files:
	cman/qdisk     : gettid.c 

Log message:
	Fix gettid #includes for other build systems; patch from Fabio M. Di Nitto

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/gettid.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2

--- cluster/cman/qdisk/gettid.c	2006/05/18 14:52:49	1.1.2.1
+++ cluster/cman/qdisk/gettid.c	2006/06/28 18:57:33	1.1.2.2
@@ -1,7 +1,9 @@
 #include <sys/types.h>
+#include <sys/syscall.h>
 #include <linux/unistd.h>
 #include <gettid.h>
 #include <errno.h>
+#include <unistd.h>
 
 /* Patch from Adam Conrad / Ubuntu: Don't use _syscall macro */
 



^ permalink raw reply	[flat|nested] 3+ messages in thread
* [Cluster-devel] cluster/cman/qdisk gettid.c
@ 2006-06-19 12:07 pcaulfield
  0 siblings, 0 replies; 3+ messages in thread
From: pcaulfield @ 2006-06-19 12:07 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2006-06-19 12:07:40

Modified files:
	cman/qdisk     : gettid.c 

Log message:
	Add missing include.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/gettid.c.diff?cvsroot=cluster&r1=1.3&r2=1.4

--- cluster/cman/qdisk/gettid.c	2006/06/16 13:28:24	1.3
+++ cluster/cman/qdisk/gettid.c	2006/06/19 12:07:40	1.4
@@ -1,4 +1,5 @@
 #include <sys/types.h>
+#include <sys/syscall.h>
 #include <linux/unistd.h>
 #include <gettid.h>
 #include <unistd.h>



^ permalink raw reply	[flat|nested] 3+ messages in thread
* [Cluster-devel] cluster/cman/qdisk gettid.c
@ 2006-06-16 13:28 pcaulfield
  0 siblings, 0 replies; 3+ messages in thread
From: pcaulfield @ 2006-06-16 13:28 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2006-06-16 13:28:25

Modified files:
	cman/qdisk     : gettid.c 

Log message:
	Add include so we get a prototype for syscall()

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/gettid.c.diff?cvsroot=cluster&r1=1.2&r2=1.3

--- cluster/cman/qdisk/gettid.c	2006/05/19 14:41:35	1.2
+++ cluster/cman/qdisk/gettid.c	2006/06/16 13:28:24	1.3
@@ -1,6 +1,7 @@
 #include <sys/types.h>
 #include <linux/unistd.h>
 #include <gettid.h>
+#include <unistd.h>
 #include <errno.h>
 
 /* Patch from Adam Conrad / Ubuntu: Don't use _syscall macro */



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-28 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 18:57 [Cluster-devel] cluster/cman/qdisk gettid.c lhh
  -- strict thread matches above, loose matches on Subject: below --
2006-06-19 12:07 pcaulfield
2006-06-16 13:28 pcaulfield

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).