Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63832 Details for
Bug 99605
sys-fs/lvm-user gcc-3.4 patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
lvm-user-gcc-3.4.patch
lvm-user-gcc-3.4.patch (text/plain), 1.82 KB, created by
Yuri Vasilevski (RETIRED)
on 2005-07-19 18:03:29 UTC
(
hide
)
Description:
lvm-user-gcc-3.4.patch
Filename:
MIME Type:
Creator:
Yuri Vasilevski (RETIRED)
Created:
2005-07-19 18:03:29 UTC
Size:
1.82 KB
patch
obsolete
>diff -Naur LVM.orig/1.0.7/tools/lib/pv_read_all_pv_of_vg.c LVM/1.0.7/tools/lib/pv_read_all_pv_of_vg.c >--- LVM.orig/1.0.7/tools/lib/pv_read_all_pv_of_vg.c 2003-02-06 09:05:34.000000000 -0600 >+++ LVM/1.0.7/tools/lib/pv_read_all_pv_of_vg.c 2005-07-19 19:21:52.000000000 -0500 >@@ -129,8 +129,8 @@ > UUID_LEN) == 0) goto uuid_check_end; > } > pv_this[p] = NULL; >-uuid_check_end: > } >+uuid_check_end: > for ( pp = 0; pp < p - 2; pp++) { > if ( pv_this[pp] == NULL) { > pv_this[pp] = pv_this[pp+1]; >diff -Naur LVM.orig/1.0.7/tools/lib/pv_read_uuidlist.c LVM/1.0.7/tools/lib/pv_read_uuidlist.c >--- LVM.orig/1.0.7/tools/lib/pv_read_uuidlist.c 2003-02-06 09:05:34.000000000 -0600 >+++ LVM/1.0.7/tools/lib/pv_read_uuidlist.c 2005-07-19 19:21:02.000000000 -0500 >@@ -50,7 +50,7 @@ > static char *this_pv_uuidlist = NULL; > int num; > >- debug_enter(__FUNCTION__ " -- CALLED with %s\n", pv ? pv->pv_name : "NULL"); >+ debug_enter(__FUNCTION__, " -- CALLED with %s\n", pv ? pv->pv_name : "NULL"); > > if (pv == NULL || pv_uuidlist == NULL) > return -LVM_EPARAM; >diff -Naur LVM.orig/1.0.7/tools/lib/pv_write_uuidlist.c LVM/1.0.7/tools/lib/pv_write_uuidlist.c >--- LVM.orig/1.0.7/tools/lib/pv_write_uuidlist.c 2003-02-06 09:05:34.000000000 -0600 >+++ LVM/1.0.7/tools/lib/pv_write_uuidlist.c 2005-07-19 19:20:16.000000000 -0500 >@@ -71,7 +71,7 @@ > > /* Create/fix UUIDs for any PVs that need it */ > if (lvm_check_uuid(pv->pv_uuid) < 0) { >- debug(__FUNCTION__ " -- creating new UUID for PV %s\n", >+ debug(__FUNCTION__, " -- creating new UUID for PV %s\n", > pv->pv_name); > memset(pv->pv_uuid, 0, sizeof(pv->pv_uuid)); > memcpy(pv->pv_uuid, lvm_create_uuid(UUID_LEN), UUID_LEN);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 99605
:
63832
|
63833