This commit is contained in:
Paul Saab 2005-10-15 02:40:34 +00:00
parent d5c7796115
commit 145f7e60da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151356
4 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.52 2005/09/27 18:04:20 peter Exp
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.53 2005/10/15 02:40:10 ps Exp
*/
#ifndef _FREEBSD32_SYSPROTO_H_
@ -180,8 +180,8 @@ struct freebsd32_sysctl_args {
char newlen_l_[PADL_(u_int32_t)]; u_int32_t newlen; char newlen_r_[PADR_(u_int32_t)];
};
struct freebsd32_nanosleep_args {
char rqtp_l_[PADL_(const struct timespec *)]; const struct timespec * rqtp; char rqtp_r_[PADR_(const struct timespec *)];
char rmtp_l_[PADL_(struct timespec *)]; struct timespec * rmtp; char rmtp_r_[PADR_(struct timespec *)];
char rqtp_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * rqtp; char rqtp_r_[PADR_(const struct timespec32 *)];
char rmtp_l_[PADL_(struct timespec32 *)]; struct timespec32 * rmtp; char rmtp_r_[PADR_(struct timespec32 *)];
};
struct freebsd32_preadv_args {
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.52 2005/09/27 18:04:20 peter Exp
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.53 2005/10/15 02:40:10 ps Exp
*/
#define FREEBSD32_SYS_syscall 0

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.52 2005/09/27 18:04:20 peter Exp
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.53 2005/10/15 02:40:10 ps Exp
*/
const char *freebsd32_syscallnames[] = {

View file

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.52 2005/09/27 18:04:20 peter Exp
* created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.53 2005/10/15 02:40:10 ps Exp
*/
#include "opt_compat.h"