From owner-cvs-all Tue May 9 11: 9:12 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 3E61D37BE77; Tue, 9 May 2000 11:08:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA99985; Tue, 9 May 2000 11:08:53 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200005091808.LAA99985@freefall.freebsd.org> From: Bruce Evans Date: Tue, 9 May 2000 11:08:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/05/09 11:08:52 PDT Modified files: sys/svr4 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.7 +2 -2 src/sys/svr4/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message