K 10 svn:author V 6 marcel K 8 svn:date V 27 2001-09-28T01:21:57.000000Z K 7 svn:log V 353 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. END