Home | History | Annotate | Line # | Download | only in kern
syscalls.conf revision 1.6
      1  1.6  mycroft #	$NetBSD: syscalls.conf,v 1.6 2000/12/09 06:15:42 mycroft Exp $
      2  1.1      cgd 
      3  1.1      cgd sysnames="syscalls.c"
      4  1.1      cgd sysnumhdr="../sys/syscall.h"
      5  1.1      cgd syssw="init_sysent.c"
      6  1.1      cgd sysarghdr="../sys/syscallargs.h"
      7  1.5  thorpej compatopts="compat_43 compat_09 compat_10 compat_11 compat_12 compat_13 compat_14"
      8  1.1      cgd libcompatopts=""
      9  1.1      cgd 
     10  1.1      cgd switchname="sysent"
     11  1.1      cgd namesname="syscallnames"
     12  1.1      cgd constprefix="SYS_"
     13  1.6  mycroft nsysent=512
     14