All of lore.kernel.org
 help / color / mirror / Atom feed
* dmraid/lib/activate activate.h activate.c
@ 2010-07-13 20:25 zkabelac
  0 siblings, 0 replies; only message in thread
From: zkabelac @ 2010-07-13 20:25 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	dmraid
Changes by:	zkabelac@sourceware.org	2010-07-13 20:25:09

Modified files:
	lib/activate   : activate.h activate.c 

Log message:
	Add missing declaration of libdmraid_make_table
	FIXME - should be using dmraid.h

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/lib/activate/activate.h.diff?cvsroot=dm&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/lib/activate/activate.c.diff?cvsroot=dm&r1=1.7&r2=1.8

--- dmraid/lib/activate/activate.h	2009/09/16 11:45:13	1.3
+++ dmraid/lib/activate/activate.h	2010/07/13 20:25:09	1.4
@@ -16,6 +16,9 @@
 	A_RELOAD,
 };
 
+/* FIXME - dmraid.h */
+extern char *libdmraid_make_table(struct lib_context *lc, struct raid_set *rs);
+
 int change_set(struct lib_context *lc, enum activate_type what, void *rs);
 void delete_error_target(struct lib_context *lc, struct raid_set *rs);
 
--- dmraid/lib/activate/activate.c	2010/03/18 13:10:42	1.7
+++ dmraid/lib/activate/activate.c	2010/07/13 20:25:09	1.8
@@ -20,6 +20,7 @@
 
 #include "internal.h"
 #include "devmapper.h"
+//#include "dmraid/dmraid.h"
 
 static int
 valid_rd(struct raid_dev *rd)

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

only message in thread, other threads:[~2010-07-13 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13 20:25 dmraid/lib/activate activate.h activate.c zkabelac

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.