All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/group dlm_controld/dlm_daemon.h gfs_co ...
@ 2006-07-19 14:44 teigland
  0 siblings, 0 replies; only message in thread
From: teigland @ 2006-07-19 14:44 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-07-19 14:44:41

Modified files:
	group/dlm_controld: dlm_daemon.h 
	group/gfs_controld: lock_dlm.h plock.c 

Log message:
	Use system includes instead of including from configured kernel_src.
	(People building the tree on old distros may need to copy some headers
	into /usr/include/linux/)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/dlm_daemon.h.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/lock_dlm.h.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.1&r2=1.2

--- cluster/group/dlm_controld/dlm_daemon.h	2006/07/13 21:28:45	1.2
+++ cluster/group/dlm_controld/dlm_daemon.h	2006/07/19 14:44:40	1.3
@@ -38,8 +38,7 @@
 #include <unistd.h>
 #include <time.h>
 #include <syslog.h>
-
-#include "netlink.h"
+#include <linux/netlink.h>
 
 #include "list.h"
 #include "libgroup.h"
--- cluster/group/gfs_controld/lock_dlm.h	2006/07/14 18:56:10	1.5
+++ cluster/group/gfs_controld/lock_dlm.h	2006/07/19 14:44:40	1.6
@@ -30,8 +30,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/errno.h>
-
-#include "netlink.h"
+#include <linux/netlink.h>
 
 #include "list.h"
 #include "linux_endian.h"
--- cluster/group/gfs_controld/plock.c	2006/06/09 20:59:57	1.1
+++ cluster/group/gfs_controld/plock.c	2006/07/19 14:44:40	1.2
@@ -31,8 +31,7 @@
 #include <netdb.h>
 #include <limits.h>
 #include <unistd.h>
-
-#include "lock_dlm_plock.h"
+#include <linux/lock_dlm_plock.h>
 
 #include "lock_dlm.h"
 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-19 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-19 14:44 [Cluster-devel] cluster/group dlm_controld/dlm_daemon.h gfs_co teigland

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.