From owner-cvs-all Mon Dec 27 2:22:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC9D515291; Mon, 27 Dec 1999 02:22:11 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28241; Mon, 27 Dec 1999 02:22:11 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199912271022.CAA28241@freefall.freebsd.org> From: Bruce Evans Date: Mon, 27 Dec 1999 02:22:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/posix4 ksched.c posix4.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/12/27 02:22:11 PST Modified files: sys/posix4 ksched.c posix4.h Log: Fixed some type mismatches. p_retval[0] in struct proc has type register_t, so pointers to it must be passed around as `register_t *', not as `int *'. The type mismatches were non-benign on alphas, but the broken code is normally only configured by LINT. Revision Changes Path 1.7 +12 -10 src/sys/posix4/ksched.c 1.6 +10 -8 src/sys/posix4/posix4.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message