diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-12-10 22:33:45 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-12-10 22:33:45 +0000 |
commit | d8411ca6b7e4902592cc5e6427e6d1a6285d0208 (patch) | |
tree | aab4bfebf46d210d7278774e06423896aa756678 /sys/compat/freebsd32/freebsd32_syscall.h | |
parent | 76b88a14398682b98b625ba182b15869418ad57d (diff) | |
download | src-d8411ca6b7e4902592cc5e6427e6d1a6285d0208.tar.gz src-d8411ca6b7e4902592cc5e6427e6d1a6285d0208.zip |
Regen
Notes
Notes:
svn path=/head/; revision=123417
Diffstat (limited to 'sys/compat/freebsd32/freebsd32_syscall.h')
-rw-r--r-- | sys/compat/freebsd32/freebsd32_syscall.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h index 62a1b6f544e6..933764faa6f7 100644 --- a/sys/compat/freebsd32/freebsd32_syscall.h +++ b/sys/compat/freebsd32/freebsd32_syscall.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.26 2003/11/08 07:31:30 peter Exp + * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.28 2003/12/10 22:33:27 peter Exp */ #define FREEBSD32_SYS_syscall 0 @@ -53,7 +53,7 @@ #define FREEBSD32_SYS_getlogin 49 #define FREEBSD32_SYS_setlogin 50 #define FREEBSD32_SYS_acct 51 -#define FREEBSD32_SYS_sigpending 52 + /* 52 is obsolete osigpending */ #define FREEBSD32_SYS_freebsd32_sigaltstack 53 #define FREEBSD32_SYS_ioctl 54 #define FREEBSD32_SYS_reboot 55 @@ -98,7 +98,7 @@ #define FREEBSD32_SYS_setpriority 96 #define FREEBSD32_SYS_socket 97 #define FREEBSD32_SYS_connect 98 -#define FREEBSD32_SYS_accept 99 + /* 99 is obsolete oaccept */ #define FREEBSD32_SYS_getpriority 100 /* 101 is obsolete osend */ /* 102 is obsolete orecv */ @@ -123,7 +123,7 @@ #define FREEBSD32_SYS_freebsd32_settimeofday 122 #define FREEBSD32_SYS_fchown 123 #define FREEBSD32_SYS_fchmod 124 -#define FREEBSD32_SYS_recvfrom 125 + /* 125 is obsolete orecvfrom */ #define FREEBSD32_SYS_setreuid 126 #define FREEBSD32_SYS_setregid 127 #define FREEBSD32_SYS_rename 128 @@ -149,7 +149,7 @@ #define FREEBSD32_SYS_quotactl 148 /* 149 is obsolete oquota */ /* 150 is obsolete ogetsockname */ -#define FREEBSD32_SYS_getdirentries 156 + /* 156 is obsolete ogetdirentries */ #define FREEBSD32_SYS_freebsd32_statfs 157 #define FREEBSD32_SYS_freebsd32_fstatfs 158 #define FREEBSD32_SYS_getfh 161 @@ -295,4 +295,4 @@ #define FREEBSD32_SYS__umtx_lock 434 #define FREEBSD32_SYS__umtx_unlock 435 #define FREEBSD32_SYS_jail_attach 436 -#define FREEBSD32_SYS_MAXSYSCALL 437 +#define FREEBSD32_SYS_MAXSYSCALL 441 |