From owner-cvs-all Sat Oct 6 17:16:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC1C437B405; Sat, 6 Oct 2001 17:16:32 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f970GWt25037; Sat, 6 Oct 2001 17:16:32 -0700 (PDT) (envelope-from marcel) Message-Id: <200110070016.f970GWt25037@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 6 Oct 2001 17:16:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern makesyscalls.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/06 17:16:32 PDT Modified files: sys/kern makesyscalls.sh Log: Fix breakage caused by previous commit. The lkmnosys and lkmressys syscalls are of type NODEF but not in a way that fits the given definition of that type. The exact difference of lkmressys and lkmnosys is unclear, which makes it all the more confusing. A reevaluation of what we have and what we really need is in order. Spotted by: Maxime Henrion Pointy hat: marcel Revision Changes Path 1.50 +9 -6 src/sys/kern/makesyscalls.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message