From owner-cvs-all Tue May 9 11:23: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 0A88A37B93D; Tue, 9 May 2000 11:23:19 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA03760; Tue, 9 May 2000 11:23:18 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200005091823.LAA03760@freefall.freebsd.org> From: Bruce Evans Date: Tue, 9 May 2000 11:23:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 syscalls.master src/sys/i386/linux syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/05/09 11:23:18 PDT Modified files: sys/alpha/osf1 syscalls.master sys/i386/linux syscalls.master Log: 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.2 +13 -14 src/sys/alpha/osf1/syscalls.master 1.31 +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