[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Typo in libhurd-cap-server/cap-server-intern.h
From: |
Marcus Brinkmann |
Subject: |
Re: Typo in libhurd-cap-server/cap-server-intern.h |
Date: |
Tue, 03 Aug 2004 13:29:45 +0200 |
User-agent: |
Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) |
At Mon, 02 Aug 2004 15:50:29 +0200,
marco_g wrote:
>
> Peter Bruin <address@hidden> writes:
>
> Hi Peter,
>
> > The if-statement in _hurd_cap_bucket_cond_check takes the address of
> > the function _hurd_cap_bucket_cond_busy instead of calling it and
> > checking the return value. Here's a patch to fix this.
>
> Nice catch! Thanks for your patch.
From me, too. Thanks!
> > * libhurd-cap-server/cap-server-intern.h
> > (_hurd_cap_bucket_cond_check): Check for return value of
> > _hurd_cap_bucket_cond_busy instead of its address.
>
> The changelog entry should no contain the directory. because
> libhurd-cap-server has its own changelog.
>
> Marcus, can I apply this patch? It is obviously right.
Obviously.
Marcus