[Cluster-devel] cluster/group dlm_controld/dlm_daemon.h gfs_co ...

teigland at sourceware.org teigland at sourceware.org
Wed Jul 19 14:44:43 UTC 2006


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"
 




More information about the Cluster-devel mailing list