Deleted Added
full compact
syscalls.c (146724) syscalls.c (146807)
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/kern/syscalls.c 146724 2005-05-28 14:35:43Z rwatson $
6 * created from FreeBSD: src/sys/kern/syscalls.master,v 1.194 2005/05/28 14:35:05 rwatson Exp
5 * $FreeBSD: head/sys/kern/syscalls.c 146807 2005-05-30 15:20:21Z rwatson $
6 * created from FreeBSD: src/sys/kern/syscalls.master,v 1.196 2005/05/30 15:09:18 rwatson Exp
7 */
8
9const char *syscallnames[] = {
10 "syscall", /* 0 = syscall */
11 "exit", /* 1 = exit */
12 "fork", /* 2 = fork */
13 "read", /* 3 = read */
14 "write", /* 4 = write */

--- 452 unchanged lines hidden ---
7 */
8
9const char *syscallnames[] = {
10 "syscall", /* 0 = syscall */
11 "exit", /* 1 = exit */
12 "fork", /* 2 = fork */
13 "read", /* 3 = read */
14 "write", /* 4 = write */

--- 452 unchanged lines hidden ---