Hi!
On Sun, 2 Feb 2003 20:58:51 +0100, Joachim Nilsson
wrote:
> On Sun, Feb 02, 2003 at 01:54:07PM +0100, Joachim Nilsson wrote:
> > ...
> > dh_clean
> > dpkg-source -b tetex-base-1.0.2-20021025
> > dpkg-source: building tetex-base using existing
> > tetex-base-1.0.2-20021025.orig.tar.gz
> > ex
Hello,
In the works of rewriting hurdselect.c I have some question on how to
write patches. The changed code contains three parts:
1) Introducing three cases: DELAY, POLL, and SELECT
2) Removing the unneeded code for each case statement
3) Rewriting the poll case to be compliant with POSIX
Doing
Svante Signell, le Fri 07 Dec 2012 17:13:00 +0100, a écrit :
> In the works of rewriting hurdselect.c I have some question on how to
> write patches. The changed code contains three parts:
> 1) Introducing three cases: DELAY, POLL, and SELECT
Why three cases? Isn't there a lot of common code betwe
On Fri, 2012-12-07 at 17:35 +0100, Samuel Thibault wrote:
> Svante Signell, le Fri 07 Dec 2012 17:13:00 +0100, a écrit :
> > In the works of rewriting hurdselect.c I have some question on how to
> > write patches. The changed code contains three parts:
> > 1) Introducing three cases: DELAY, POLL, a