Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 1997 19:46:58 -0500 (EST)
From:      "John S. Dyson" <toor@dyson.iquest.net>
To:        current@freebsd.org
Subject:   Potential solution to problems with -current
Message-ID:  <199704140046.TAA12699@dyson.iquest.net>

next in thread | raw e-mail | index | archive | help
If you are having problems with -current, try the following patch
to kern_fork.c.  If I get positive responses, and you are running
absolutely the latest cvs code, then I'll put this mod in until
I can find out what is wrong:


*** kern_fork.c	Sat Apr 12 20:48:24 1997
--- kern_fork.c.nv	Sun Apr 13 19:45:30 1997
***************
*** 99,103 ****
  	int retval[];
  {
! 	return (fork1(p, (RFFDG|RFPROC|RFPPWAIT|RFMEM), retval));
  }
  
--- 99,103 ----
  	int retval[];
  {
! 	return (fork1(p, (RFFDG|RFPROC|RFPPWAIT), retval));
  }
  



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