From mboxrd@z Thu Jan 1 00:00:00 1970 From: rpeterso@sourceware.org Date: 10 Jul 2006 23:34:18 -0000 Subject: [Cluster-devel] cluster/gfs/gfs_grow Makefile main.c Message-ID: <20060710233418.27165.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso at sourceware.org 2006-07-10 23:34:18 Modified files: gfs/gfs_grow : Makefile main.c Log message: Changes necessary due to removal of iddev parts (replaced by libvolume_id). Also incorporated libgfs for common functions. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_grow/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_grow/main.c.diff?cvsroot=cluster&r1=1.3&r2=1.4 --- cluster/gfs/gfs_grow/Makefile 2005/05/19 19:51:07 1.4 +++ cluster/gfs/gfs_grow/Makefile 2006/07/10 23:34:18 1.5 @@ -22,7 +22,7 @@ CFLAGS+= -DHELPER_PROGRAM -D_FILE_OFFSET_BITS=64 \ -DGFS_RELEASE_NAME=\"${RELEASE}\" -INCLUDE= -I${top_srcdir}/include -I${top_srcdir}/config -I${gfskincdir} -I${iddevincdir} -I${incdir} +INCLUDE= -I${top_srcdir}/include -I${top_srcdir}/config -I${top_srcdir}/libgfs -I${gfskincdir} -I${incdir} ifneq (${KERNEL_SRC}, ) # Use the kernel tree if patched, otherwise, look where cluster headers @@ -34,8 +34,8 @@ INCLUDE += -I${incdir} endif -LDFLAGS+= -L${iddevlibdir} -L${libdir} -LOADLIBS+= -liddev +LDFLAGS+= -L${libdir} -L${top_srcdir}/libgfs +LOADLIBS+= -lgfs all: ${TARGET} --- cluster/gfs/gfs_grow/main.c 2005/01/04 10:07:07 1.3 +++ cluster/gfs/gfs_grow/main.c 2006/07/10 23:34:18 1.4 @@ -26,10 +26,9 @@ #include #define __user -#include +#include "gfs_ioctl.h" #include "osi_list.h" -typedef uint64_t uint64; -#include "iddev.h" +#include "libgfs.h" #include "copyright.cf"