Deleted Added
full compact
ibcs2_syscall.h (63987) ibcs2_syscall.h (64002)
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/ibcs2/ibcs2_syscall.h 63987 2000-07-29 00:21:50Z peter $
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.11 2000/07/29 00:16:27 peter Exp
5 * $FreeBSD: head/sys/i386/ibcs2/ibcs2_syscall.h 64002 2000-07-29 10:07:38Z peter $
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.12 2000/07/29 10:05:25 peter Exp
7 */
8
9#define IBCS2_SYS_syscall 0
7 */
8
9#define IBCS2_SYS_syscall 0
10#define IBCS2_SYS_sys_exit 1
10#define IBCS2_SYS_exit 1
11#define IBCS2_SYS_fork 2
12#define IBCS2_SYS_ibcs2_read 3
13#define IBCS2_SYS_write 4
14#define IBCS2_SYS_ibcs2_open 5
15#define IBCS2_SYS_close 6
16#define IBCS2_SYS_ibcs2_wait 7
17#define IBCS2_SYS_ibcs2_creat 8
18#define IBCS2_SYS_link 9

--- 74 unchanged lines hidden ---
11#define IBCS2_SYS_fork 2
12#define IBCS2_SYS_ibcs2_read 3
13#define IBCS2_SYS_write 4
14#define IBCS2_SYS_ibcs2_open 5
15#define IBCS2_SYS_close 6
16#define IBCS2_SYS_ibcs2_wait 7
17#define IBCS2_SYS_ibcs2_creat 8
18#define IBCS2_SYS_link 9

--- 74 unchanged lines hidden ---