diff options
author | peter <peter@FreeBSD.org> | 2002-10-09 22:40:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-10-09 22:40:41 +0000 |
commit | b3c87d7052551dcbfbce726bf4ffb694ccd73c4a (patch) | |
tree | a60dda9134bab92f49af99e1909b6ba72e108daf /sys/ia64/ia32 | |
parent | f7a3aba2325cce631d4826a5c10ca232c8b0167d (diff) | |
download | FreeBSD-src-b3c87d7052551dcbfbce726bf4ffb694ccd73c4a.zip FreeBSD-src-b3c87d7052551dcbfbce726bf4ffb694ccd73c4a.tar.gz |
re-regen. Sigh.
Diffstat (limited to 'sys/ia64/ia32')
-rw-r--r-- | sys/ia64/ia32/ia32_proto.h | 6 | ||||
-rw-r--r-- | sys/ia64/ia32/ia32_syscall.h | 4 | ||||
-rw-r--r-- | sys/ia64/ia32/ia32_sysent.c | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/ia64/ia32/ia32_proto.h b/sys/ia64/ia32/ia32_proto.h index 7b01934..5554aa9 100644 --- a/sys/ia64/ia32/ia32_proto.h +++ b/sys/ia64/ia32/ia32_proto.h @@ -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 */ diff --git a/sys/ia64/ia32/ia32_syscall.h b/sys/ia64/ia32/ia32_syscall.h index d5a5dd6..7c1517a 100644 --- a/sys/ia64/ia32/ia32_syscall.h +++ b/sys/ia64/ia32/ia32_syscall.h @@ -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 diff --git a/sys/ia64/ia32/ia32_sysent.c b/sys/ia64/ia32/ia32_sysent.c index 61198f5..a44b4f9 100644 --- a/sys/ia64/ia32/ia32_sysent.c +++ b/sys/ia64/ia32/ia32_sysent.c @@ -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 */ |