public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: ccaulfield@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2 ./WHATS_NEW daemons/clvmd/clvmd.c daemons ...
Date: Thu, 06 Mar 2008 08:41:00 -0000	[thread overview]
Message-ID: <20080306084106.30653.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	ccaulfield@sourceware.org	2008-03-06 08:41:06

Modified files:
	.              : WHATS_NEW 
	daemons/clvmd  : clvmd.c refresh_clvmd.c 

Log message:
	Include limits.h so it compiles with newer headers.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.799&r2=1.800
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/clvmd.c.diff?cvsroot=lvm2&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/refresh_clvmd.c.diff?cvsroot=lvm2&r1=1.4&r2=1.5

--- LVM2/WHATS_NEW	2008/03/05 18:15:02	1.799
+++ LVM2/WHATS_NEW	2008/03/06 08:41:05	1.800
@@ -1,5 +1,6 @@
 Version 2.02.34 -
 ===================================
+  Include limits.h in clvmd so it compiles with newer headers.
   Add VirtIO disks (vd) to filters.
   Fix resetting of MIRROR_IMAGE and VISIBLE_LV after removal of LV. (2.02.30)
   Fix remove_layer_from_lv to empty the LV before removing it. (2.02.30)
--- LVM2/daemons/clvmd/clvmd.c	2008/02/15 14:12:32	1.42
+++ LVM2/daemons/clvmd/clvmd.c	2008/03/06 08:41:05	1.43
@@ -37,6 +37,7 @@
 #include <getopt.h>
 #include <syslog.h>
 #include <errno.h>
+#include <limits.h>
 #include <libdlm.h>
 
 #include "clvmd-comms.h"
--- LVM2/daemons/clvmd/refresh_clvmd.c	2007/08/17 11:51:23	1.4
+++ LVM2/daemons/clvmd/refresh_clvmd.c	2008/03/06 08:41:05	1.5
@@ -26,6 +26,7 @@
 #include <libdevmapper.h>
 #include <stdint.h>
 #include <stdio.h>
+#include <limits.h>
 
 #include "clvm.h"
 #include "refresh_clvmd.h"


             reply	other threads:[~2008-03-06  8:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-06  8:41 ccaulfield [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-24 20:48 zkabelac
2011-03-29 20:30 zkabelac
2011-02-18 14:47 zkabelac
2010-08-17 16:25 agk
2010-04-13 19:54 zkabelac
2009-06-15 12:15 mbroz
2006-11-30 13:19 pcaulfield
2005-06-13 10:16 pcaulfield
2005-03-09 14:08 pcaulfield
2005-02-18 15:31 pcaulfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080306084106.30653.qmail@sourceware.org \
    --to=ccaulfield@sourceware.org \
    --cc=lvm-devel@redhat.com \
    --cc=lvm2-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).