From owner-cvs-all Tue May 9 10:54:39 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 CB74637B603; Tue, 9 May 2000 10:54:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA96232; Tue, 9 May 2000 10:54:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200005091754.KAA96232@freefall.freebsd.org> From: Bruce Evans Date: Tue, 9 May 2000 10:54:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/ibcs2 syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/05/09 10:54:30 PDT Modified files: sys/i386/ibcs2 syscalls.master Log: Fixed the return type and args struct tag for exit(). They were wrong in all emulators. These entries were unused, so the bug had no effect, but the the args struct tag will be used to calculate sy_nargs correctly. Revision Changes Path 1.10 +2 -2 src/sys/i386/ibcs2/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message