|
|
| version 1.14, 2004/01/18 12:31:08 | version 1.15, 2004/01/20 18:41:51 |
|---|---|
| Line 3 | Line 3 |
| * | * |
| * DO NOT EDIT-- this file is automatically generated. | * DO NOT EDIT-- this file is automatically generated. |
| * $DragonFly$ | * $DragonFly$ |
| * created from DragonFly: src/sys/kern/syscalls.master,v 1.9 2003/11/21 05:29:04 dillon Exp | * created from DragonFly: src/sys/kern/syscalls.master,v 1.10 2004/01/18 12:31:08 dillon Exp |
| */ | */ |
| #include "opt_compat.h" | #include "opt_compat.h" |
| Line 485 struct sysent sysent[] = { | Line 485 struct sysent sysent[] = { |
| { AS(caps_sys_get_args), (sy_call_t *)caps_sys_get }, /* 460 = caps_sys_get */ | { AS(caps_sys_get_args), (sy_call_t *)caps_sys_get }, /* 460 = caps_sys_get */ |
| { AS(caps_sys_wait_args), (sy_call_t *)caps_sys_wait }, /* 461 = caps_sys_wait */ | { AS(caps_sys_wait_args), (sy_call_t *)caps_sys_wait }, /* 461 = caps_sys_wait */ |
| { AS(caps_sys_abort_args), (sy_call_t *)caps_sys_abort }, /* 462 = caps_sys_abort */ | { AS(caps_sys_abort_args), (sy_call_t *)caps_sys_abort }, /* 462 = caps_sys_abort */ |
| { 0, (sy_call_t *)nosys }, /* 463 = nosys */ | |
| { 0, (sy_call_t *)nosys }, /* 464 = nosys */ | |
| { AS(exec_sys_register_args), (sy_call_t *)exec_sys_register }, /* 465 = exec_sys_register */ | |
| { AS(exec_sys_unregister_args), (sy_call_t *)exec_sys_unregister }, /* 466 = exec_sys_unregister */ | |
| }; | }; |