re-regen. Sigh.

This commit is contained in:
Peter Wemm 2002-10-09 22:40:41 +00:00
parent d4f4eb09d9
commit d6b8445ebd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104741
9 changed files with 21 additions and 21 deletions

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp
*/
#ifndef _IA32_SYSPROTO_H_
@ -254,7 +254,7 @@ int ia32_sendfile(struct thread *, struct ia32_sendfile_args *);
#ifdef COMPAT_FREEBSD4
struct freebsd4_ia32_osendfile_args {
struct freebsd4_ia32_sendfile_args {
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
char offsetlo_l_[PADL_(u_int32_t)]; u_int32_t offsetlo; char offsetlo_r_[PADR_(u_int32_t)];
@ -264,7 +264,7 @@ struct freebsd4_ia32_osendfile_args {
char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
};
int freebsd4_ia32_osendfile(struct thread *, struct freebsd4_ia32_osendfile_args *);
int freebsd4_ia32_sendfile(struct thread *, struct freebsd4_ia32_sendfile_args *);
#endif /* COMPAT_FREEBSD4 */

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp
*/
#define IA32_SYS_syscall 0
@ -247,7 +247,7 @@
#define IA32_SYS_sched_get_priority_min 333
#define IA32_SYS_sched_rr_get_interval 334
#define IA32_SYS_utrace 335
/* 336 is old ia32_osendfile */
/* 336 is old ia32_sendfile */
#define IA32_SYS_kldsym 337
#define IA32_SYS_jail 338
#define IA32_SYS_sigprocmask 340

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp
*/
#include "opt_compat.h"
@ -361,7 +361,7 @@ struct sysent ia32_sysent[] = {
{ SYF_MPSAFE | AS(sched_get_priority_min_args), (sy_call_t *)sched_get_priority_min }, /* 333 = sched_get_priority_min */
{ SYF_MPSAFE | AS(sched_rr_get_interval_args), (sy_call_t *)sched_rr_get_interval }, /* 334 = sched_rr_get_interval */
{ AS(utrace_args), (sy_call_t *)utrace }, /* 335 = utrace */
{ compat4(SYF_MPSAFE | AS(freebsd4_ia32_osendfile_args),ia32_osendfile) }, /* 336 = old ia32_osendfile */
{ compat4(SYF_MPSAFE | AS(freebsd4_ia32_sendfile_args),ia32_sendfile) }, /* 336 = old ia32_sendfile */
{ AS(kldsym_args), (sy_call_t *)kldsym }, /* 337 = kldsym */
{ SYF_MPSAFE | AS(jail_args), (sy_call_t *)jail }, /* 338 = jail */
{ 0, (sy_call_t *)nosys }, /* 339 = pioctl */

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp
*/
#ifndef _IA32_SYSPROTO_H_
@ -254,7 +254,7 @@ int ia32_sendfile(struct thread *, struct ia32_sendfile_args *);
#ifdef COMPAT_FREEBSD4
struct freebsd4_ia32_osendfile_args {
struct freebsd4_ia32_sendfile_args {
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
char offsetlo_l_[PADL_(u_int32_t)]; u_int32_t offsetlo; char offsetlo_r_[PADR_(u_int32_t)];
@ -264,7 +264,7 @@ struct freebsd4_ia32_osendfile_args {
char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
};
int freebsd4_ia32_osendfile(struct thread *, struct freebsd4_ia32_osendfile_args *);
int freebsd4_ia32_sendfile(struct thread *, struct freebsd4_ia32_sendfile_args *);
#endif /* COMPAT_FREEBSD4 */

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp
*/
#define IA32_SYS_syscall 0
@ -247,7 +247,7 @@
#define IA32_SYS_sched_get_priority_min 333
#define IA32_SYS_sched_rr_get_interval 334
#define IA32_SYS_utrace 335
/* 336 is old ia32_osendfile */
/* 336 is old ia32_sendfile */
#define IA32_SYS_kldsym 337
#define IA32_SYS_jail 338
#define IA32_SYS_sigprocmask 340

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp
*/
#include "opt_compat.h"
@ -361,7 +361,7 @@ struct sysent ia32_sysent[] = {
{ SYF_MPSAFE | AS(sched_get_priority_min_args), (sy_call_t *)sched_get_priority_min }, /* 333 = sched_get_priority_min */
{ SYF_MPSAFE | AS(sched_rr_get_interval_args), (sy_call_t *)sched_rr_get_interval }, /* 334 = sched_rr_get_interval */
{ AS(utrace_args), (sy_call_t *)utrace }, /* 335 = utrace */
{ compat4(SYF_MPSAFE | AS(freebsd4_ia32_osendfile_args),ia32_osendfile) }, /* 336 = old ia32_osendfile */
{ compat4(SYF_MPSAFE | AS(freebsd4_ia32_sendfile_args),ia32_sendfile) }, /* 336 = old ia32_sendfile */
{ AS(kldsym_args), (sy_call_t *)kldsym }, /* 337 = kldsym */
{ SYF_MPSAFE | AS(jail_args), (sy_call_t *)jail }, /* 338 = jail */
{ 0, (sy_call_t *)nosys }, /* 339 = pioctl */

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp
*/
#ifndef _IA32_SYSPROTO_H_
@ -254,7 +254,7 @@ int ia32_sendfile(struct thread *, struct ia32_sendfile_args *);
#ifdef COMPAT_FREEBSD4
struct freebsd4_ia32_osendfile_args {
struct freebsd4_ia32_sendfile_args {
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
char offsetlo_l_[PADL_(u_int32_t)]; u_int32_t offsetlo; char offsetlo_r_[PADR_(u_int32_t)];
@ -264,7 +264,7 @@ struct freebsd4_ia32_osendfile_args {
char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
};
int freebsd4_ia32_osendfile(struct thread *, struct freebsd4_ia32_osendfile_args *);
int freebsd4_ia32_sendfile(struct thread *, struct freebsd4_ia32_sendfile_args *);
#endif /* COMPAT_FREEBSD4 */

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp
*/
#define IA32_SYS_syscall 0
@ -247,7 +247,7 @@
#define IA32_SYS_sched_get_priority_min 333
#define IA32_SYS_sched_rr_get_interval 334
#define IA32_SYS_utrace 335
/* 336 is old ia32_osendfile */
/* 336 is old ia32_sendfile */
#define IA32_SYS_kldsym 337
#define IA32_SYS_jail 338
#define IA32_SYS_sigprocmask 340

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
* created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.8 2002/10/09 22:40:02 peter Exp
*/
#include "opt_compat.h"
@ -361,7 +361,7 @@ struct sysent ia32_sysent[] = {
{ SYF_MPSAFE | AS(sched_get_priority_min_args), (sy_call_t *)sched_get_priority_min }, /* 333 = sched_get_priority_min */
{ SYF_MPSAFE | AS(sched_rr_get_interval_args), (sy_call_t *)sched_rr_get_interval }, /* 334 = sched_rr_get_interval */
{ AS(utrace_args), (sy_call_t *)utrace }, /* 335 = utrace */
{ compat4(SYF_MPSAFE | AS(freebsd4_ia32_osendfile_args),ia32_osendfile) }, /* 336 = old ia32_osendfile */
{ compat4(SYF_MPSAFE | AS(freebsd4_ia32_sendfile_args),ia32_sendfile) }, /* 336 = old ia32_sendfile */
{ AS(kldsym_args), (sy_call_t *)kldsym }, /* 337 = kldsym */
{ SYF_MPSAFE | AS(jail_args), (sy_call_t *)jail }, /* 338 = jail */
{ 0, (sy_call_t *)nosys }, /* 339 = pioctl */