Home | History | Annotate | Line # | Download | only in kern
syscalls.conf revision 1.7
      1  1.7  christos #	$NetBSD: syscalls.conf,v 1.7 2003/09/10 16:43:34 christos 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.7  christos compatopts="compat_43 compat_09 compat_10 compat_11 compat_12 compat_13 compat_14 compat_15 compat_16"
      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