From owner-cvs-all Thu Jul 6 18:18:27 2000 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 F0EFC37BB4E; Thu, 6 Jul 2000 18:18:22 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA20555; Thu, 6 Jul 2000 18:18:22 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070118.SAA20555@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:18:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux syscalls.master X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:18:22 PDT Modified files: (Branch: RELENG_4) sys/i386/linux syscalls.master Log: MFC: rev 1.31 Fixed the return type for exit() and the args struct tag several NOPROTO syscalls including exit(). These entries were unused, so the bugs had no effect, but the the args struct tag will be used to calculate sy_nargs correctly. exit() was wrong in all emulators. Revision Changes Path 1.30.2.1 +4 -3 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message