Date: Mon, 11 Feb 2002 15:37:48 +0400 (AMT) From: Gaspar Chilingarov <nm@web.am> To: freebsd-hackers@FreeBSD.ORG Subject: Re: fork rate limit Message-ID: <Pine.BSF.4.10.10202111535510.16174-100000@wizard.web.am> In-Reply-To: <200202022052.g12KqOM17214@apollo.backplane.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello! i was not intended to include following lines to the patch: -- @@ -36,7 +36,7 @@ * SUCH DAMAGE. * *@(#)kern_fork.c8.6 (Berkeley) 4/8/94 - * $FreeBSD: src/sys/kern/kern_fork.c,v 1.130 2002/02/07 23:06:26 peter Exp $ + * $FreeBSD: src/sys/kern/kern_fork.c,v 1.128 2002/01/13 11:57:59 alfred Exp $ */ #include "opt_ktrace.h" @@ -239,9 +239,6 @@ struct forklist *ep; struct filedesc *fd; struct proc *p1 = td->td_proc; -struct thread *td2; -struct kse *ke2; -struct ksegrp *kg2; GIANT_REQUIRED; -- please remove them before applying patch. -- Gaspar Chilingarov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10202111535510.16174-100000>