tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: uep(4)
On Thu, Dec 04, 2008 at 05:01:36AM +0100, Emmanuel Dreyfus wrote:
| Nicolas Jouanne <nicolas.jouanne%free.fr@localhost> wrote:
|
| > After hesitating a lot, I decided to post a patch a patch for uep(4), in
| > case it can help someone else.
|
| You should nto hesistate to post a post, but the right place is probably
| more a PR.
|
ok. what does ``PR'' stands for ?
| > + long int quot = num / denom ;
| > + long int rem = num / denom ;
|
| Don't you have a bug here? rem is equal to quot.
|
_div() is a copy/paste from /usr/src/lib/libc/stdlib/div.c
--
n
Home |
Main Index |
Thread Index |
Old Index