svn commit: r254127 - stable/9/sys/compat/freebsd32
Konstantin Belousov
kib at FreeBSD.org
Fri Aug 9 06:23:23 UTC 2013
Author: kib
Date: Fri Aug 9 06:23:22 2013
New Revision: 254127
URL: http://svnweb.freebsd.org/changeset/base/254127
Log:
Regenerate.
Modified:
stable/9/sys/compat/freebsd32/freebsd32_proto.h
stable/9/sys/compat/freebsd32/freebsd32_syscall.h
stable/9/sys/compat/freebsd32/freebsd32_syscalls.c
stable/9/sys/compat/freebsd32/freebsd32_sysent.c
stable/9/sys/compat/freebsd32/freebsd32_systrace_args.c
Modified: stable/9/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32_proto.h Fri Aug 9 06:20:59 2013 (r254126)
+++ stable/9/sys/compat/freebsd32/freebsd32_proto.h Fri Aug 9 06:23:22 2013 (r254127)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 251051 2013-05-28 05:51:00Z kib
+ * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 254126 2013-08-09 06:20:59Z kib
*/
#ifndef _FREEBSD32_SYSPROTO_H_
@@ -221,7 +221,7 @@ struct freebsd32_lio_listio_args {
char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
char acb_list_l_[PADL_(struct aiocb32 *const *)]; struct aiocb32 *const * acb_list; char acb_list_r_[PADR_(struct aiocb32 *const *)];
char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)];
- char sig_l_[PADL_(struct sigevent *)]; struct sigevent * sig; char sig_r_[PADR_(struct sigevent *)];
+ char sig_l_[PADL_(struct sigevent32 *)]; struct sigevent32 * sig; char sig_r_[PADR_(struct sigevent32 *)];
};
struct freebsd32_lutimes_args {
char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
Modified: stable/9/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32_syscall.h Fri Aug 9 06:20:59 2013 (r254126)
+++ stable/9/sys/compat/freebsd32/freebsd32_syscall.h Fri Aug 9 06:23:22 2013 (r254127)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 251051 2013-05-28 05:51:00Z kib
+ * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 254126 2013-08-09 06:20:59Z kib
*/
#define FREEBSD32_SYS_syscall 0
Modified: stable/9/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32_syscalls.c Fri Aug 9 06:20:59 2013 (r254126)
+++ stable/9/sys/compat/freebsd32/freebsd32_syscalls.c Fri Aug 9 06:23:22 2013 (r254127)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 251051 2013-05-28 05:51:00Z kib
+ * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 254126 2013-08-09 06:20:59Z kib
*/
const char *freebsd32_syscallnames[] = {
Modified: stable/9/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32_sysent.c Fri Aug 9 06:20:59 2013 (r254126)
+++ stable/9/sys/compat/freebsd32/freebsd32_sysent.c Fri Aug 9 06:23:22 2013 (r254127)
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 251051 2013-05-28 05:51:00Z kib
+ * created from FreeBSD: stable/9/sys/compat/freebsd32/syscalls.master 254126 2013-08-09 06:20:59Z kib
*/
#include "opt_compat.h"
Modified: stable/9/sys/compat/freebsd32/freebsd32_systrace_args.c
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32_systrace_args.c Fri Aug 9 06:20:59 2013 (r254126)
+++ stable/9/sys/compat/freebsd32/freebsd32_systrace_args.c Fri Aug 9 06:23:22 2013 (r254127)
@@ -1262,7 +1262,7 @@ systrace_args(int sysnum, void *params,
iarg[0] = p->mode; /* int */
uarg[1] = (intptr_t) p->acb_list; /* struct aiocb32 *const * */
iarg[2] = p->nent; /* int */
- uarg[3] = (intptr_t) p->sig; /* struct sigevent * */
+ uarg[3] = (intptr_t) p->sig; /* struct sigevent32 * */
*n_args = 4;
break;
}
@@ -5089,7 +5089,7 @@ systrace_setargdesc(int sysnum, int ndx,
p = "int";
break;
case 3:
- p = "struct sigevent *";
+ p = "struct sigevent32 *";
break;
default:
break;
More information about the svn-src-stable-9
mailing list