Re: Help with libstore.

2004-08-14 Thread Alfred M. Szmidt
Please send patches inlined if they are not big; and if they are put them up on a webserver or something. Easier to comment, easier to read, and it doesn't waste bandwidth (base64 isn't bandwidth friendly). Cheers. ___ Bug-hurd mailing list [EMAIL

RE: Help with libstore.

2004-08-14 Thread Harley D. Eades III
Hi, It seems the problem was errno looses its contents over lib calls. So, in order for you to later test errno you must save it in a variable. I did just that in open_class and the problem is now fixed. I have included a patch to fix the problem. If you have any questions please do ask.

Re: Help with libstore.

2004-08-14 Thread Harley D. Eades III
[EMAIL PROTECTED] (Harley D. Eades III) writes: One more thing maybe we could create a new error code for use with opening shared libs one that means could not open a shared lib. Just an idea. hde > Hello, > I am working on the fdisk interface to libparted. While, coding > fdisk

Help with libstore.

2004-08-14 Thread Harley D. Eades III
Hello, I am working on the fdisk interface to libparted. While, coding fdisk I have been fixing problems with parted as well. I have parted working very well. The only problem I am having trouble solving is when parted auto-probes for all devices libstore outputs a screen full of errors.