Re: OSKit bug in partition checker

2002-04-07 Thread Marcus Brinkmann
On Sun, Apr 07, 2002 at 08:29:44AM -0700, Jeff Bailey wrote: > On Sun, Apr 07, 2002 at 04:20:51PM +0200, Marcus Brinkmann wrote: > > > > > The following (one line) patch fixes the problem and I can boot > > > > the Hurd with oskit-mach and see all my partitions. > > > > Cool. This fixes my boot

Re: OSKit bug in partition checker

2002-04-07 Thread Jeff Bailey
On Sun, Apr 07, 2002 at 04:20:51PM +0200, Marcus Brinkmann wrote: > > > The following (one line) patch fixes the problem and I can boot > > > the Hurd with oskit-mach and see all my partitions. > > Cool. This fixes my booting problem too. > Is it reported as a Debian bug? I've been emailing w

Re: OSKit bug in partition checker

2002-04-07 Thread Marcus Brinkmann
On Sat, Apr 06, 2002 at 12:04:57PM -0800, Jeff Bailey wrote: > > The following (one line) patch fixes the problem and I can boot the > > Hurd with oskit-mach and see all my partitions. > > Cool. This fixes my booting problem too. Is it reported as a Debian bug? Marcus -- `Rhubarb is no Egypt

Re: OSKit bug in partition checker

2002-04-06 Thread Jeff Bailey
On Sat, Mar 30, 2002 at 09:36:44AM -0700, Jon Arney wrote: > The following (one line) patch fixes the problem and I can boot the > Hurd with oskit-mach and see all my partitions. Cool. This fixes my booting problem too. -- "Frankly, trying to turn Windows into a decent educational software de

Re: OSKit bug in partition checker

2002-04-01 Thread Roland McGrath
> If adding explicit casts to (off_t) helps, it sounds to me like > function prototypes aren't used properly. That's not the situation here. It's int*int overflowing and needs to be (int64)int*int. > Are oskit and oskit-mach usually compiled with -Wall -Wmissing-prototypes > -Wstrict-prototype

Re: OSKit bug in partition checker

2002-04-01 Thread Niels Möller
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > On Sat, Mar 30, 2002 at 09:36:44AM -0700, Jon Arney wrote: > > This probably belongs on bug-oskit > > If the fix is correct (from your description it seems so, but I am no oskit > hacker), this indeed should be reported on the oskit devel list and t

Re: OSKit bug in partition checker

2002-03-29 Thread Marcus Brinkmann
On Sat, Mar 30, 2002 at 09:36:44AM -0700, Jon Arney wrote: > This probably belongs on bug-oskit If the fix is correct (from your description it seems so, but I am no oskit hacker), this indeed should be reported on the oskit devel list and to the Debian bug tracking system, so we get the fix into