Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2000 09:20:03 -0800 (PST)
From:      Alexander Langer <alex@big.endian.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16441: fix devel/libcii (bentofied)
Message-ID:  <200001301720.JAA62821@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16441; it has been noted by GNATS.

From: Alexander Langer <alex@big.endian.de>
To: "R. Imura" <imura@cs.titech.ac.jp>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/16441: fix devel/libcii (bentofied)
Date: Sun, 30 Jan 2000 18:13:49 +0100

 Sorry, patch in the wrong direction.
 
 Try this patch against patch-aa:
 
 
 --- /tmp/libcii/patches/patch-aa	Tue Jun  8 14:47:42 1999
 +++ /tmp/bento/libcii/patches/patch-aa	Sun Jan 30 18:13:28 2000
 @@ -1,5 +1,14 @@
 ---- src/thread.c.orig	Thu Nov  6 06:03:00 1997
 -+++ src/thread.c	Tue Jun  8 21:37:09 1999
 +--- src/thread.c.orig	Wed Nov  5 22:03:00 1997
 ++++ src/thread.c	Sun Jan 30 18:09:03 2000
 +@@ -118,7 +118,7 @@
 + 	&& scp->sc_pc <= (unsigned long)_ENDMONITOR)
 + 		return 0;
 + 	put(current, &ready);
 +-	sigsetmask(scp->sc_mask);
 ++	sigprocmask(SIG_SETMASK, NULL, &(scp->sc_mask));
 + 	run();
 + 	return 0;
 + }
  @@ -243,13 +243,13 @@
   		critical--; } while (0);
   		args = t->sp;
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001301720.JAA62821>