Regen the freebsd32 parts.
Approved by: re (kib)
This commit is contained in:
parent
92f76afe3a
commit
51334c8257
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 194910 2009-06-24 21:10:52Z jhb
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 195468 2009-07-08 16:26:43Z trasz
|
||||
*/
|
||||
|
||||
#ifndef _FREEBSD32_SYSPROTO_H_
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 194910 2009-06-24 21:10:52Z jhb
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 195468 2009-07-08 16:26:43Z trasz
|
||||
*/
|
||||
|
||||
#define FREEBSD32_SYS_syscall 0
|
||||
@ -381,4 +381,5 @@
|
||||
#define FREEBSD32_SYS_freebsd32_semctl 510
|
||||
#define FREEBSD32_SYS_freebsd32_msgctl 511
|
||||
#define FREEBSD32_SYS_freebsd32_shmctl 512
|
||||
#define FREEBSD32_SYS_MAXSYSCALL 513
|
||||
#define FREEBSD32_SYS_lpathconf 513
|
||||
#define FREEBSD32_SYS_MAXSYSCALL 514
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 194910 2009-06-24 21:10:52Z jhb
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 195468 2009-07-08 16:26:43Z trasz
|
||||
*/
|
||||
|
||||
const char *freebsd32_syscallnames[] = {
|
||||
@ -520,4 +520,5 @@ const char *freebsd32_syscallnames[] = {
|
||||
"freebsd32_semctl", /* 510 = freebsd32_semctl */
|
||||
"freebsd32_msgctl", /* 511 = freebsd32_msgctl */
|
||||
"freebsd32_shmctl", /* 512 = freebsd32_shmctl */
|
||||
"lpathconf", /* 513 = lpathconf */
|
||||
};
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 194910 2009-06-24 21:10:52Z jhb
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 195468 2009-07-08 16:26:43Z trasz
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
@ -557,4 +557,5 @@ struct sysent freebsd32_sysent[] = {
|
||||
{ AS(freebsd32_semctl_args), (sy_call_t *)freebsd32_semctl, AUE_SEMCTL, NULL, 0, 0, 0 }, /* 510 = freebsd32_semctl */
|
||||
{ AS(freebsd32_msgctl_args), (sy_call_t *)freebsd32_msgctl, AUE_MSGCTL, NULL, 0, 0, 0 }, /* 511 = freebsd32_msgctl */
|
||||
{ AS(freebsd32_shmctl_args), (sy_call_t *)freebsd32_shmctl, AUE_SHMCTL, NULL, 0, 0, 0 }, /* 512 = freebsd32_shmctl */
|
||||
{ AS(lpathconf_args), (sy_call_t *)lpathconf, AUE_LPATHCONF, NULL, 0, 0, 0 }, /* 513 = lpathconf */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user