All of lore.kernel.org
 help / color / mirror / Atom feed
* LVM2/tools lvm2cmdline.h
@ 2008-12-19 18:51 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2008-12-19 18:51 UTC (permalink / raw)
  To: lvm-devel

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2008-12-19 18:51:02

Modified files:
	tools          : lvm2cmdline.h 

Log message:
	lvm2cmdline.h:31: warning: declaration of `is_static' shadows a global declaration

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvm2cmdline.h.diff?cvsroot=lvm2&r1=1.7&r2=1.8

--- LVM2/tools/lvm2cmdline.h	2008/12/18 05:27:18	1.7
+++ LVM2/tools/lvm2cmdline.h	2008/12/19 18:51:02	1.8
@@ -28,7 +28,7 @@
 
 int lvm2_main(int argc, char **argv);
 
-void *cmdlib_lvm2_init(unsigned is_static);
+void *cmdlib_lvm2_init(unsigned static_compile);
 void lvm_fin(struct cmd_context *cmd);
 
 struct cmd_context *init_lvm(void);



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

only message in thread, other threads:[~2008-12-19 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19 18:51 LVM2/tools lvm2cmdline.h agk

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.