From owner-cvs-all Thu Sep 27 18:22: 3 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 5EEBA37B40D; Thu, 27 Sep 2001 18:21:57 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8S1Lvk60876; Thu, 27 Sep 2001 18:21:57 -0700 (PDT) (envelope-from marcel) Message-Id: <200109280121.f8S1Lvk60876@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 27 Sep 2001 18:21:57 -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/09/27 18:21:57 PDT Modified files: sys/kern makesyscalls.sh Log: Make the NODEF type usable. A syscall of type NODEF will only have its entry in the syscall table added. Nothing else is done. This differs from type NOPROTO in that NOPROTO adds a definition to syscall.h besides adding a sysent. A syscall can now have multiple entries without conflict. Note that the argssize is fixed and depends on the syscall name. Revision Changes Path 1.49 +3 -2 src/sys/kern/makesyscalls.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message