Deleted Added
full compact
svr4_syscallnames.c (191921) svr4_syscallnames.c (209581)
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/compat/svr4/svr4_syscallnames.c 191921 2009-05-08 20:16:04Z ed $
6 * created from FreeBSD: head/sys/compat/svr4/syscalls.master 160798 2006-07-28 19:05:28Z jhb
5 * $FreeBSD: head/sys/compat/svr4/svr4_syscallnames.c 209581 2010-06-28 18:17:21Z kib $
6 * created from FreeBSD: head/sys/compat/svr4/syscalls.master 203660 2010-02-08 10:02:01Z ed
7 */
8
9const char *svr4_syscallnames[] = {
10 "#0", /* 0 = unused */
11 "exit", /* 1 = exit */
12 "fork", /* 2 = fork */
13 "read", /* 3 = read */
14 "write", /* 4 = write */

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

--- 246 unchanged lines hidden ---