* multipath-tools/kpartx kpartx.c lopart.c
@ 2008-08-26 3:50 bmarzins
0 siblings, 0 replies; only message in thread
From: bmarzins @ 2008-08-26 3:50 UTC (permalink / raw)
To: dm-cvs, dm-devel
CVSROOT: /cvs/dm
Module name: multipath-tools
Branch: RHEL5_FC6
Changes by: bmarzins@sourceware.org 2008-08-26 03:50:28
Modified files:
kpartx : kpartx.c lopart.c
Log message:
Fix for 454928. Set kpartx to use 64bit versions of file operation functions.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/kpartx/kpartx.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.9.2.1&r2=1.9.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/kpartx/lopart.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.2&r2=1.2.4.1
--- multipath-tools/kpartx/kpartx.c 2008/08/25 20:59:06 1.9.2.1
+++ multipath-tools/kpartx/kpartx.c 2008/08/26 03:50:28 1.9.2.2
@@ -18,7 +18,7 @@
* aeb, 2000-03-21
* cva, 2002-10-26
*/
-
+#define _FILE_OFFSET_BITS 64
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
--- multipath-tools/kpartx/lopart.c 2005/06/08 19:33:30 1.2
+++ multipath-tools/kpartx/lopart.c 2008/08/26 03:50:28 1.2.4.1
@@ -13,7 +13,7 @@
/*
* losetup.c - setup and control loop devices
*/
-
+#define _FILE_OFFSET_BITS 64
#include "kpartx.h"
#include <stdio.h>
#include <string.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-26 3:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 3:50 multipath-tools/kpartx kpartx.c lopart.c bmarzins
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.