bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OSKit bug in partition checker


From: Roland McGrath
Subject: Re: OSKit bug in partition checker
Date: Mon, 1 Apr 2002 15:25:05 -0500 (EST)

> 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-prototypes?

No.  Good luck trying it with all that Linux and *BSD code.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]