Re: libparted gnu.c patch.

2004-08-22 Thread Harley D. Eades III
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: >I understand and I will make a comment in the patch for parted. > > Better fix the bug. > > > Thanks Ognyan, I had only checked the comment in the header for > libstore; didn't think that it would this incomplete. I will try. Thanks hde _

Re: libparted gnu.c patch.

2004-08-22 Thread Alfred M. Szmidt
I understand and I will make a comment in the patch for parted. Better fix the bug. Thanks Ognyan, I had only checked the comment in the header for libstore; didn't think that it would this incomplete. ___ Bug-hurd mailing list [EMAIL PROTECTED]

Re: libparted gnu.c patch.

2004-08-22 Thread Harley D. Eades III
Ognyan Kulev <[EMAIL PROTECTED]> writes: > Reference Manual and store.h are incomplete about > store_typed_open. Here is what is in libstore/typed.c, and what the > code does: > > /* Open the store indicated by NAME, which should consist of a store > type name followed by a ':' and any type-speci

Re: libparted gnu.c patch.

2004-08-22 Thread Ognyan Kulev
Harley D. Eades III wrote: I was unaware you can open device paths with store_typed_open. I thought you had to use store_open? Reference Manual and store.h are incomplete about store_typed_open. Here is what is in libstore/typed.c, and what the code does: /* Open the store indicated by NAME, w

Re: libparted gnu.c patch.

2004-08-22 Thread Ognyan Kulev
Ognyan Kulev wrote: (This patch is a hack and if it's applied, it should be reverted when the real bug (in libc and hurd) is fixed.) Just to clarify: hack is the switch if store_typed_open or store_open to be used. Regards, ogi ___ Bug-hurd mailing li

Re: libparted gnu.c patch.

2004-08-22 Thread Ognyan Kulev
Harley D. Eades III wrote: I am working on an fdisk interface to libparted for GNU/Hurd. Also, I have been working on fixing problems related to libparted in GNU/Hurd. With, some help from Alfred M. Szmidt. Here is a patch for libparted/gnu.c which adds a test to determine if the us

libparted gnu.c patch.

2004-08-16 Thread Harley D. Eades III
[EMAIL PROTECTED] (Harley D. Eades III) writes: Hello, I am working on an fdisk interface to libparted for GNU/Hurd. Also, I have been working on fixing problems related to libparted in GNU/Hurd. With, some help from Alfred M. Szmidt. Here is a patch for libparted/gnu.c which adds