From owner-cvs-all Fri Jan 26 15:52: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ABD737B404; Fri, 26 Jan 2001 15:51:41 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QNpf495468; Fri, 26 Jan 2001 15:51:41 -0800 (PST) (envelope-from jhb) Message-Id: <200101262351.f0QNpf495468@freefall.freebsd.org> From: John Baldwin Date: Fri, 26 Jan 2001 15:51:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/26 15:51:41 PST Modified files: sys/kern kern_fork.c sys/sys proc.h Log: Fix fork_exit() to take a pointer to a function that returns void as its first argument rather than a function that returns a void *. Noticed by: jake Revision Changes Path 1.96 +3 -3 src/sys/kern/kern_fork.c 1.143 +2 -2 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message