public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./WHATS_NEW tools/lvm2cmd.c
@ 2007-06-19 10:51 mbroz
  0 siblings, 0 replies; only message in thread
From: mbroz @ 2007-06-19 10:51 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2007-06-19 10:51:52

Modified files:
	.              : WHATS_NEW 
	tools          : lvm2cmd.c 

Log message:
	Fix missing lvm_shell symbol in lvm2cmd library. (2.02.23)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.638&r2=1.639
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvm2cmd.c.diff?cvsroot=lvm2&r1=1.1&r2=1.2

--- LVM2/WHATS_NEW	2007/06/19 04:23:31	1.638
+++ LVM2/WHATS_NEW	2007/06/19 10:51:51	1.639
@@ -1,5 +1,6 @@
 Version 2.02.27 - 
 ================================
+  Fix missing lvm_shell symbol in lvm2cmd library. (2.02.23)
   Add vg_status function and clean up vg->status in tools directory.
   Add --ignoremonitoring to disable all dmeventd interaction.
   Remove get_ prefix from get_pv_* functions.
--- LVM2/tools/lvm2cmd.c	2006/08/18 21:17:18	1.1
+++ LVM2/tools/lvm2cmd.c	2007/06/19 10:51:51	1.2
@@ -19,3 +19,8 @@
 {
 	return cmdlib_lvm2_init(0);
 }
+
+int lvm_shell(struct cmd_context *cmd, struct cmdline_context *cmdline)
+{
+	return 0;
+}


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

only message in thread, other threads:[~2007-06-19 10:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-19 10:51 LVM2 ./WHATS_NEW tools/lvm2cmd.c mbroz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).