Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 18:21:57 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern makesyscalls.sh
Message-ID:  <200109280121.f8S1Lvk60876@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109280121.f8S1Lvk60876>