All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/rgmanager/src/clulib gettid.c
@ 2006-06-13 14:55 lhh
  0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2006-06-13 14:55 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh at sourceware.org	2006-06-13 14:55:37

Modified files:
	rgmanager/src/clulib: gettid.c 

Log message:
	Patch from Fabio Massimo Di Nitto: Fix includes

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/gettid.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.2&r2=1.1.2.3

--- cluster/rgmanager/src/clulib/gettid.c	2005/06/17 15:15:08	1.1.2.2
+++ cluster/rgmanager/src/clulib/gettid.c	2006/06/13 14:55:37	1.1.2.3
@@ -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/rgmanager/src/clulib gettid.c
@ 2006-06-13 14:56 lhh
  0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2006-06-13 14:56 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	lhh at sourceware.org	2006-06-13 14:56:38

Modified files:
	rgmanager/src/clulib: gettid.c 

Log message:
	Patch from Fabio Massimo Di Nitto: Fix includes

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/gettid.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.1.6.1&r2=1.1.2.1.6.2

--- cluster/rgmanager/src/clulib/gettid.c	2005/06/21 18:07:33	1.1.2.1.6.1
+++ cluster/rgmanager/src/clulib/gettid.c	2006/06/13 14:56:38	1.1.2.1.6.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/rgmanager/src/clulib gettid.c
@ 2006-06-13 14:57 lhh
  0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2006-06-13 14:57 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2006-06-13 14:56:59

Modified files:
	rgmanager/src/clulib: gettid.c 

Log message:
	Patch from Fabio Massimo Di Nitto: Fix includes

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

--- cluster/rgmanager/src/clulib/gettid.c	2005/06/17 15:20:43	1.3
+++ cluster/rgmanager/src/clulib/gettid.c	2006/06/13 14:56:59	1.4
@@ -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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-13 14:57 [Cluster-devel] cluster/rgmanager/src/clulib gettid.c lhh
  -- strict thread matches above, loose matches on Subject: below --
2006-06-13 14:56 lhh
2006-06-13 14:55 lhh

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.