Re: [PATCH] libpager's stub functions doesn't update seqno

2011-11-24 Thread Thomas Schwinge
Hi! On Wed, 10 Aug 2005 17:33:37 +0200, Sergio Lopez wrote: > Hurd's libpager library makes use of the port's sequence number (seqno) to > serialize requests. The stub functions (stubs.c notify-stubs.c) doesn't > properly update this number, so when they are called (pretty unusual, > but it happe

Re: [PATCH] libpager's stub functions doesn't update seqno

2005-11-02 Thread Alfred M\. Szmidt
I commited the following to ams-branch now that your papers are in order. Index: libpager/ChangeLog 2005-08-10 Sergio Lopez <[EMAIL PROTECTED]> * seqnos.c (_pager_stubs_update_seqno): New function. * priv.h (_pager_stubs_update_seqno): Declare it. * notify-stubs