Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / emulation / ibcs2 / i386 / ibcs2_isc_syscall.h
1 /*
2  * System call numbers.
3  *
4  * DO NOT EDIT-- this file is automatically generated.
5  * $FreeBSD: src/sys/i386/ibcs2/ibcs2_isc_syscall.h,v 1.5.2.2 2000/08/08 23:28:16 peter Exp $
6  * $DragonFly: src/sys/emulation/ibcs2/i386/Attic/ibcs2_isc_syscall.h,v 1.2 2003/06/17 04:28:35 dillon Exp $
7  * created from FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.5 1999/08/28 00:44:01 peter Exp 
8  */
9
10 #define IBCS2_ISC_ibcs2_rename  2
11 #define IBCS2_ISC_ibcs2_sigaction       3
12 #define IBCS2_ISC_ibcs2_sigprocmask     4
13 #define IBCS2_ISC_ibcs2_sigpending      5
14 #define IBCS2_ISC_getgroups     6
15 #define IBCS2_ISC_setgroups     7
16 #define IBCS2_ISC_ibcs2_pathconf        8
17 #define IBCS2_ISC_ibcs2_fpathconf       9
18 #define IBCS2_ISC_ibcs2_wait    11
19 #define IBCS2_ISC_setsid        12
20 #define IBCS2_ISC_getpid        13
21 #define IBCS2_ISC_ibcs2_sysconf 16
22 #define IBCS2_ISC_ibcs2_sigsuspend      17
23 #define IBCS2_ISC_ibcs2_symlink 18
24 #define IBCS2_ISC_ibcs2_readlink        19
25 #define IBCS2_ISC_MAXSYSCALL    21