svr4_proto.h revision 318164
1208625Sjkim/*
2208625Sjkim * System call prototypes.
3208625Sjkim *
4208625Sjkim * DO NOT EDIT-- this file is automatically generated.
5208625Sjkim * $FreeBSD: stable/10/sys/compat/svr4/svr4_proto.h 318164 2017-05-10 23:09:17Z jhb $
6208625Sjkim */
7217365Sjkim
8306536Sjkim#ifndef _SVR4_SYSPROTO_H_
9208625Sjkim#define	_SVR4_SYSPROTO_H_
10208625Sjkim
11217365Sjkim#include <sys/signal.h>
12217365Sjkim#include <sys/acl.h>
13217365Sjkim#include <sys/cpuset.h>
14217365Sjkim#include <sys/_ffcounter.h>
15217365Sjkim#include <sys/_semaphore.h>
16217365Sjkim#include <sys/ucontext.h>
17217365Sjkim#include <sys/wait.h>
18217365Sjkim
19217365Sjkim#include <bsm/audit_kevents.h>
20217365Sjkim
21217365Sjkimstruct proc;
22217365Sjkim
23217365Sjkimstruct thread;
24217365Sjkim
25208625Sjkim#define	PAD_(t)	(sizeof(register_t) <= sizeof(t) ? \
26217365Sjkim		0 : sizeof(register_t) - sizeof(t))
27217365Sjkim
28217365Sjkim#if BYTE_ORDER == LITTLE_ENDIAN
29208625Sjkim#define	PADL_(t)	0
30217365Sjkim#define	PADR_(t)	PAD_(t)
31217365Sjkim#else
32217365Sjkim#define	PADL_(t)	PAD_(t)
33217365Sjkim#define	PADR_(t)	0
34217365Sjkim#endif
35217365Sjkim
36217365Sjkimstruct svr4_sys_open_args {
37217365Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
38217365Sjkim	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
39217365Sjkim	char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
40217365Sjkim};
41217365Sjkimstruct svr4_sys_wait_args {
42217365Sjkim	char status_l_[PADL_(int *)]; int * status; char status_r_[PADR_(int *)];
43208625Sjkim};
44209746Sjkimstruct svr4_sys_creat_args {
45209746Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
46209746Sjkim	char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
47208625Sjkim};
48208625Sjkimstruct svr4_sys_execv_args {
49208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
50208625Sjkim	char argp_l_[PADL_(char **)]; char ** argp; char argp_r_[PADR_(char **)];
51208625Sjkim};
52208625Sjkimstruct svr4_sys_time_args {
53208625Sjkim	char t_l_[PADL_(time_t *)]; time_t * t; char t_r_[PADR_(time_t *)];
54208625Sjkim};
55208625Sjkimstruct svr4_sys_mknod_args {
56208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
57208625Sjkim	char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
58208625Sjkim	char dev_l_[PADL_(int)]; int dev; char dev_r_[PADR_(int)];
59208625Sjkim};
60208625Sjkimstruct svr4_sys_break_args {
61208625Sjkim	char nsize_l_[PADL_(caddr_t)]; caddr_t nsize; char nsize_r_[PADR_(caddr_t)];
62208625Sjkim};
63208625Sjkimstruct svr4_sys_stat_args {
64208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
65208625Sjkim	char ub_l_[PADL_(struct svr4_stat *)]; struct svr4_stat * ub; char ub_r_[PADR_(struct svr4_stat *)];
66208625Sjkim};
67208625Sjkimstruct svr4_sys_alarm_args {
68208625Sjkim	char sec_l_[PADL_(unsigned)]; unsigned sec; char sec_r_[PADR_(unsigned)];
69208625Sjkim};
70208625Sjkimstruct svr4_sys_fstat_args {
71208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
72208625Sjkim	char sb_l_[PADL_(struct svr4_stat *)]; struct svr4_stat * sb; char sb_r_[PADR_(struct svr4_stat *)];
73208625Sjkim};
74208625Sjkimstruct svr4_sys_pause_args {
75208625Sjkim	register_t dummy;
76208625Sjkim};
77208625Sjkimstruct svr4_sys_utime_args {
78281075Sdim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
79208625Sjkim	char ubuf_l_[PADL_(struct svr4_utimbuf *)]; struct svr4_utimbuf * ubuf; char ubuf_r_[PADR_(struct svr4_utimbuf *)];
80208625Sjkim};
81208625Sjkimstruct svr4_sys_access_args {
82208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
83250838Sjkim	char amode_l_[PADL_(int)]; int amode; char amode_r_[PADR_(int)];
84250838Sjkim};
85250838Sjkimstruct svr4_sys_nice_args {
86208625Sjkim	char prio_l_[PADL_(int)]; int prio; char prio_r_[PADR_(int)];
87250838Sjkim};
88208625Sjkimstruct svr4_sys_kill_args {
89208625Sjkim	char pid_l_[PADL_(int)]; int pid; char pid_r_[PADR_(int)];
90208625Sjkim	char signum_l_[PADL_(int)]; int signum; char signum_r_[PADR_(int)];
91208625Sjkim};
92208625Sjkimstruct svr4_sys_pgrpsys_args {
93208625Sjkim	char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
94208625Sjkim	char pid_l_[PADL_(int)]; int pid; char pid_r_[PADR_(int)];
95208625Sjkim	char pgid_l_[PADL_(int)]; int pgid; char pgid_r_[PADR_(int)];
96208625Sjkim};
97208625Sjkimstruct svr4_sys_times_args {
98208625Sjkim	char tp_l_[PADL_(struct tms *)]; struct tms * tp; char tp_r_[PADR_(struct tms *)];
99208625Sjkim};
100208625Sjkimstruct svr4_sys_signal_args {
101208625Sjkim	char signum_l_[PADL_(int)]; int signum; char signum_r_[PADR_(int)];
102208625Sjkim	char handler_l_[PADL_(svr4_sig_t)]; svr4_sig_t handler; char handler_r_[PADR_(svr4_sig_t)];
103208625Sjkim};
104208625Sjkimstruct svr4_sys_msgsys_args {
105208625Sjkim	char what_l_[PADL_(int)]; int what; char what_r_[PADR_(int)];
106208625Sjkim	char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
107208625Sjkim	char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
108208625Sjkim	char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
109208625Sjkim	char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
110208625Sjkim};
111208625Sjkimstruct svr4_sys_sysarch_args {
112208625Sjkim	char op_l_[PADL_(int)]; int op; char op_r_[PADR_(int)];
113208625Sjkim	char a1_l_[PADL_(void *)]; void * a1; char a1_r_[PADR_(void *)];
114208625Sjkim};
115208625Sjkimstruct svr4_sys_shmsys_args {
116208625Sjkim	char what_l_[PADL_(int)]; int what; char what_r_[PADR_(int)];
117208625Sjkim	char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
118208625Sjkim	char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
119208625Sjkim	char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
120208625Sjkim	char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
121208625Sjkim};
122208625Sjkimstruct svr4_sys_semsys_args {
123208625Sjkim	char what_l_[PADL_(int)]; int what; char what_r_[PADR_(int)];
124208625Sjkim	char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
125281075Sdim	char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
126208625Sjkim	char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
127208625Sjkim	char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
128208625Sjkim};
129208625Sjkimstruct svr4_sys_ioctl_args {
130208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
131208625Sjkim	char com_l_[PADL_(u_long)]; u_long com; char com_r_[PADR_(u_long)];
132208625Sjkim	char data_l_[PADL_(caddr_t)]; caddr_t data; char data_r_[PADR_(caddr_t)];
133208625Sjkim};
134250838Sjkimstruct svr4_sys_utssys_args {
135208625Sjkim	char a1_l_[PADL_(void *)]; void * a1; char a1_r_[PADR_(void *)];
136208625Sjkim	char a2_l_[PADL_(void *)]; void * a2; char a2_r_[PADR_(void *)];
137208625Sjkim	char sel_l_[PADL_(int)]; int sel; char sel_r_[PADR_(int)];
138208625Sjkim	char a3_l_[PADL_(void *)]; void * a3; char a3_r_[PADR_(void *)];
139208625Sjkim};
140208625Sjkimstruct svr4_sys_execve_args {
141208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
142250838Sjkim	char argp_l_[PADL_(char **)]; char ** argp; char argp_r_[PADR_(char **)];
143208625Sjkim	char envp_l_[PADL_(char **)]; char ** envp; char envp_r_[PADR_(char **)];
144208625Sjkim};
145208625Sjkimstruct svr4_sys_fcntl_args {
146208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
147208625Sjkim	char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
148208625Sjkim	char arg_l_[PADL_(char *)]; char * arg; char arg_r_[PADR_(char *)];
149208625Sjkim};
150208625Sjkimstruct svr4_sys_ulimit_args {
151208625Sjkim	char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
152208625Sjkim	char newlimit_l_[PADL_(long)]; long newlimit; char newlimit_r_[PADR_(long)];
153208625Sjkim};
154208625Sjkimstruct svr4_sys_getdents_args {
155208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
156208625Sjkim	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
157208625Sjkim	char nbytes_l_[PADL_(int)]; int nbytes; char nbytes_r_[PADR_(int)];
158208625Sjkim};
159208625Sjkimstruct svr4_sys_getmsg_args {
160208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
161208625Sjkim	char ctl_l_[PADL_(struct svr4_strbuf *)]; struct svr4_strbuf * ctl; char ctl_r_[PADR_(struct svr4_strbuf *)];
162208625Sjkim	char dat_l_[PADL_(struct svr4_strbuf *)]; struct svr4_strbuf * dat; char dat_r_[PADR_(struct svr4_strbuf *)];
163208625Sjkim	char flags_l_[PADL_(int *)]; int * flags; char flags_r_[PADR_(int *)];
164208625Sjkim};
165208625Sjkimstruct svr4_sys_putmsg_args {
166208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
167208625Sjkim	char ctl_l_[PADL_(struct svr4_strbuf *)]; struct svr4_strbuf * ctl; char ctl_r_[PADR_(struct svr4_strbuf *)];
168208625Sjkim	char dat_l_[PADL_(struct svr4_strbuf *)]; struct svr4_strbuf * dat; char dat_r_[PADR_(struct svr4_strbuf *)];
169208625Sjkim	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
170208625Sjkim};
171208625Sjkimstruct svr4_sys_poll_args {
172208625Sjkim	char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
173208625Sjkim	char nfds_l_[PADL_(unsigned int)]; unsigned int nfds; char nfds_r_[PADR_(unsigned int)];
174208625Sjkim	char timeout_l_[PADL_(int)]; int timeout; char timeout_r_[PADR_(int)];
175208625Sjkim};
176208625Sjkimstruct svr4_sys_lstat_args {
177208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
178281075Sdim	char ub_l_[PADL_(struct svr4_stat *)]; struct svr4_stat * ub; char ub_r_[PADR_(struct svr4_stat *)];
179208625Sjkim};
180208625Sjkimstruct svr4_sys_sigprocmask_args {
181208625Sjkim	char how_l_[PADL_(int)]; int how; char how_r_[PADR_(int)];
182208625Sjkim	char set_l_[PADL_(svr4_sigset_t *)]; svr4_sigset_t * set; char set_r_[PADR_(svr4_sigset_t *)];
183208625Sjkim	char oset_l_[PADL_(svr4_sigset_t *)]; svr4_sigset_t * oset; char oset_r_[PADR_(svr4_sigset_t *)];
184208625Sjkim};
185220663Sjkimstruct svr4_sys_sigsuspend_args {
186220663Sjkim	char ss_l_[PADL_(svr4_sigset_t *)]; svr4_sigset_t * ss; char ss_r_[PADR_(svr4_sigset_t *)];
187220663Sjkim};
188220663Sjkimstruct svr4_sys_sigaltstack_args {
189220663Sjkim	char nss_l_[PADL_(struct svr4_sigaltstack *)]; struct svr4_sigaltstack * nss; char nss_r_[PADR_(struct svr4_sigaltstack *)];
190220663Sjkim	char oss_l_[PADL_(struct svr4_sigaltstack *)]; struct svr4_sigaltstack * oss; char oss_r_[PADR_(struct svr4_sigaltstack *)];
191220663Sjkim};
192208625Sjkimstruct svr4_sys_sigaction_args {
193208625Sjkim	char signum_l_[PADL_(int)]; int signum; char signum_r_[PADR_(int)];
194220663Sjkim	char nsa_l_[PADL_(struct svr4_sigaction *)]; struct svr4_sigaction * nsa; char nsa_r_[PADR_(struct svr4_sigaction *)];
195208625Sjkim	char osa_l_[PADL_(struct svr4_sigaction *)]; struct svr4_sigaction * osa; char osa_r_[PADR_(struct svr4_sigaction *)];
196208625Sjkim};
197208625Sjkimstruct svr4_sys_sigpending_args {
198208625Sjkim	char what_l_[PADL_(int)]; int what; char what_r_[PADR_(int)];
199208625Sjkim	char mask_l_[PADL_(svr4_sigset_t *)]; svr4_sigset_t * mask; char mask_r_[PADR_(svr4_sigset_t *)];
200208625Sjkim};
201208625Sjkimstruct svr4_sys_context_args {
202208625Sjkim	char func_l_[PADL_(int)]; int func; char func_r_[PADR_(int)];
203208625Sjkim	char uc_l_[PADL_(struct svr4_ucontext *)]; struct svr4_ucontext * uc; char uc_r_[PADR_(struct svr4_ucontext *)];
204208625Sjkim};
205208625Sjkimstruct svr4_sys_statvfs_args {
206208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
207208625Sjkim	char fs_l_[PADL_(struct svr4_statvfs *)]; struct svr4_statvfs * fs; char fs_r_[PADR_(struct svr4_statvfs *)];
208208625Sjkim};
209208625Sjkimstruct svr4_sys_fstatvfs_args {
210208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
211208625Sjkim	char fs_l_[PADL_(struct svr4_statvfs *)]; struct svr4_statvfs * fs; char fs_r_[PADR_(struct svr4_statvfs *)];
212208625Sjkim};
213208625Sjkimstruct svr4_sys_waitsys_args {
214208625Sjkim	char grp_l_[PADL_(int)]; int grp; char grp_r_[PADR_(int)];
215208625Sjkim	char id_l_[PADL_(int)]; int id; char id_r_[PADR_(int)];
216208625Sjkim	char info_l_[PADL_(union svr4_siginfo *)]; union svr4_siginfo * info; char info_r_[PADR_(union svr4_siginfo *)];
217208625Sjkim	char options_l_[PADL_(int)]; int options; char options_r_[PADR_(int)];
218208625Sjkim};
219208625Sjkimstruct svr4_sys_hrtsys_args {
220208625Sjkim	char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
221208625Sjkim	char fun_l_[PADL_(int)]; int fun; char fun_r_[PADR_(int)];
222208625Sjkim	char sub_l_[PADL_(int)]; int sub; char sub_r_[PADR_(int)];
223208625Sjkim	char rv1_l_[PADL_(void *)]; void * rv1; char rv1_r_[PADR_(void *)];
224208625Sjkim	char rv2_l_[PADL_(void *)]; void * rv2; char rv2_r_[PADR_(void *)];
225208625Sjkim};
226208625Sjkimstruct svr4_sys_pathconf_args {
227208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
228208625Sjkim	char name_l_[PADL_(int)]; int name; char name_r_[PADR_(int)];
229208625Sjkim};
230208625Sjkimstruct svr4_sys_mmap_args {
231208625Sjkim	char addr_l_[PADL_(caddr_t)]; caddr_t addr; char addr_r_[PADR_(caddr_t)];
232208625Sjkim	char len_l_[PADL_(svr4_size_t)]; svr4_size_t len; char len_r_[PADR_(svr4_size_t)];
233208625Sjkim	char prot_l_[PADL_(int)]; int prot; char prot_r_[PADR_(int)];
234208625Sjkim	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
235208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
236208625Sjkim	char pos_l_[PADL_(svr4_off_t)]; svr4_off_t pos; char pos_r_[PADR_(svr4_off_t)];
237208625Sjkim};
238208625Sjkimstruct svr4_sys_fpathconf_args {
239208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
240208625Sjkim	char name_l_[PADL_(int)]; int name; char name_r_[PADR_(int)];
241208625Sjkim};
242208625Sjkimstruct svr4_sys_xstat_args {
243208625Sjkim	char two_l_[PADL_(int)]; int two; char two_r_[PADR_(int)];
244306536Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
245208625Sjkim	char ub_l_[PADL_(struct svr4_xstat *)]; struct svr4_xstat * ub; char ub_r_[PADR_(struct svr4_xstat *)];
246208625Sjkim};
247208625Sjkimstruct svr4_sys_lxstat_args {
248208625Sjkim	char two_l_[PADL_(int)]; int two; char two_r_[PADR_(int)];
249208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
250208625Sjkim	char ub_l_[PADL_(struct svr4_xstat *)]; struct svr4_xstat * ub; char ub_r_[PADR_(struct svr4_xstat *)];
251208625Sjkim};
252306536Sjkimstruct svr4_sys_fxstat_args {
253306536Sjkim	char two_l_[PADL_(int)]; int two; char two_r_[PADR_(int)];
254208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
255208625Sjkim	char sb_l_[PADL_(struct svr4_xstat *)]; struct svr4_xstat * sb; char sb_r_[PADR_(struct svr4_xstat *)];
256208625Sjkim};
257208625Sjkimstruct svr4_sys_xmknod_args {
258208625Sjkim	char two_l_[PADL_(int)]; int two; char two_r_[PADR_(int)];
259208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
260208625Sjkim	char mode_l_[PADL_(svr4_mode_t)]; svr4_mode_t mode; char mode_r_[PADR_(svr4_mode_t)];
261208625Sjkim	char dev_l_[PADL_(svr4_dev_t)]; svr4_dev_t dev; char dev_r_[PADR_(svr4_dev_t)];
262208625Sjkim};
263208625Sjkimstruct svr4_sys_setrlimit_args {
264208625Sjkim	char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
265208625Sjkim	char rlp_l_[PADL_(const struct svr4_rlimit *)]; const struct svr4_rlimit * rlp; char rlp_r_[PADR_(const struct svr4_rlimit *)];
266208625Sjkim};
267208625Sjkimstruct svr4_sys_getrlimit_args {
268208625Sjkim	char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
269208625Sjkim	char rlp_l_[PADL_(struct svr4_rlimit *)]; struct svr4_rlimit * rlp; char rlp_r_[PADR_(struct svr4_rlimit *)];
270208625Sjkim};
271208625Sjkimstruct svr4_sys_memcntl_args {
272208625Sjkim	char addr_l_[PADL_(void *)]; void * addr; char addr_r_[PADR_(void *)];
273208625Sjkim	char len_l_[PADL_(svr4_size_t)]; svr4_size_t len; char len_r_[PADR_(svr4_size_t)];
274208625Sjkim	char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
275208625Sjkim	char arg_l_[PADL_(void *)]; void * arg; char arg_r_[PADR_(void *)];
276208625Sjkim	char attr_l_[PADL_(int)]; int attr; char attr_r_[PADR_(int)];
277208625Sjkim	char mask_l_[PADL_(int)]; int mask; char mask_r_[PADR_(int)];
278208625Sjkim};
279208625Sjkimstruct svr4_sys_uname_args {
280208625Sjkim	char name_l_[PADL_(struct svr4_utsname *)]; struct svr4_utsname * name; char name_r_[PADR_(struct svr4_utsname *)];
281208625Sjkim	char dummy_l_[PADL_(int)]; int dummy; char dummy_r_[PADR_(int)];
282208625Sjkim};
283208625Sjkimstruct svr4_sys_sysconfig_args {
284208625Sjkim	char name_l_[PADL_(int)]; int name; char name_r_[PADR_(int)];
285208625Sjkim};
286208625Sjkimstruct svr4_sys_systeminfo_args {
287208625Sjkim	char what_l_[PADL_(int)]; int what; char what_r_[PADR_(int)];
288208625Sjkim	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
289208625Sjkim	char len_l_[PADL_(long)]; long len; char len_r_[PADR_(long)];
290208625Sjkim};
291208625Sjkimstruct svr4_sys_fchroot_args {
292208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
293208625Sjkim};
294208625Sjkimstruct svr4_sys_utimes_args {
295208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
296208625Sjkim	char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)];
297208625Sjkim};
298208625Sjkimstruct svr4_sys_vhangup_args {
299220663Sjkim	register_t dummy;
300208625Sjkim};
301220663Sjkimstruct svr4_sys_gettimeofday_args {
302208625Sjkim	char tp_l_[PADL_(struct timeval *)]; struct timeval * tp; char tp_r_[PADR_(struct timeval *)];
303220663Sjkim};
304208625Sjkimstruct svr4_sys_llseek_args {
305208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
306220663Sjkim	char offset1_l_[PADL_(long)]; long offset1; char offset1_r_[PADR_(long)];
307208625Sjkim	char offset2_l_[PADL_(long)]; long offset2; char offset2_r_[PADR_(long)];
308208625Sjkim	char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)];
309208625Sjkim};
310208625Sjkimstruct svr4_sys_acl_args {
311208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
312208625Sjkim	char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
313208625Sjkim	char num_l_[PADL_(int)]; int num; char num_r_[PADR_(int)];
314208625Sjkim	char buf_l_[PADL_(struct svr4_aclent *)]; struct svr4_aclent * buf; char buf_r_[PADR_(struct svr4_aclent *)];
315208625Sjkim};
316208625Sjkimstruct svr4_sys_auditsys_args {
317208625Sjkim	char code_l_[PADL_(int)]; int code; char code_r_[PADR_(int)];
318208625Sjkim	char a1_l_[PADL_(int)]; int a1; char a1_r_[PADR_(int)];
319208625Sjkim	char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
320208625Sjkim	char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
321208625Sjkim	char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
322208625Sjkim	char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
323208625Sjkim};
324208625Sjkimstruct svr4_sys_facl_args {
325208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
326208625Sjkim	char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
327208625Sjkim	char num_l_[PADL_(int)]; int num; char num_r_[PADR_(int)];
328208625Sjkim	char buf_l_[PADL_(struct svr4_aclent *)]; struct svr4_aclent * buf; char buf_r_[PADR_(struct svr4_aclent *)];
329208625Sjkim};
330208625Sjkimstruct svr4_sys_resolvepath_args {
331208625Sjkim	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
332208625Sjkim	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
333208625Sjkim	char bufsiz_l_[PADL_(size_t)]; size_t bufsiz; char bufsiz_r_[PADR_(size_t)];
334208625Sjkim};
335208625Sjkimstruct svr4_sys_getdents64_args {
336208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
337208625Sjkim	char dp_l_[PADL_(struct svr4_dirent64 *)]; struct svr4_dirent64 * dp; char dp_r_[PADR_(struct svr4_dirent64 *)];
338208625Sjkim	char nbytes_l_[PADL_(int)]; int nbytes; char nbytes_r_[PADR_(int)];
339208625Sjkim};
340208625Sjkimstruct svr4_sys_mmap64_args {
341208625Sjkim	char addr_l_[PADL_(void *)]; void * addr; char addr_r_[PADR_(void *)];
342208625Sjkim	char len_l_[PADL_(svr4_size_t)]; svr4_size_t len; char len_r_[PADR_(svr4_size_t)];
343208625Sjkim	char prot_l_[PADL_(int)]; int prot; char prot_r_[PADR_(int)];
344208625Sjkim	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
345208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
346208625Sjkim	char pos_l_[PADL_(svr4_off64_t)]; svr4_off64_t pos; char pos_r_[PADR_(svr4_off64_t)];
347208625Sjkim};
348208625Sjkimstruct svr4_sys_stat64_args {
349208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
350228110Sjkim	char sb_l_[PADL_(struct svr4_stat64 *)]; struct svr4_stat64 * sb; char sb_r_[PADR_(struct svr4_stat64 *)];
351208625Sjkim};
352228110Sjkimstruct svr4_sys_lstat64_args {
353250838Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
354208625Sjkim	char sb_l_[PADL_(struct svr4_stat64 *)]; struct svr4_stat64 * sb; char sb_r_[PADR_(struct svr4_stat64 *)];
355208625Sjkim};
356208625Sjkimstruct svr4_sys_fstat64_args {
357208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
358208625Sjkim	char sb_l_[PADL_(struct svr4_stat64 *)]; struct svr4_stat64 * sb; char sb_r_[PADR_(struct svr4_stat64 *)];
359208625Sjkim};
360208625Sjkimstruct svr4_sys_statvfs64_args {
361208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
362250838Sjkim	char fs_l_[PADL_(struct svr4_statvfs64 *)]; struct svr4_statvfs64 * fs; char fs_r_[PADR_(struct svr4_statvfs64 *)];
363208625Sjkim};
364208625Sjkimstruct svr4_sys_fstatvfs64_args {
365208625Sjkim	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
366208625Sjkim	char fs_l_[PADL_(struct svr4_statvfs64 *)]; struct svr4_statvfs64 * fs; char fs_r_[PADR_(struct svr4_statvfs64 *)];
367281687Sjkim};
368218590Sjkimstruct svr4_sys_setrlimit64_args {
369252279Sjkim	char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
370208625Sjkim	char rlp_l_[PADL_(const struct svr4_rlimit64 *)]; const struct svr4_rlimit64 * rlp; char rlp_r_[PADR_(const struct svr4_rlimit64 *)];
371219707Sjkim};
372209734Sjkimstruct svr4_sys_getrlimit64_args {
373250838Sjkim	char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
374208625Sjkim	char rlp_l_[PADL_(struct svr4_rlimit64 *)]; struct svr4_rlimit64 * rlp; char rlp_r_[PADR_(struct svr4_rlimit64 *)];
375208625Sjkim};
376208625Sjkimstruct svr4_sys_creat64_args {
377208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
378208625Sjkim	char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
379284460Sjkim};
380250838Sjkimstruct svr4_sys_open64_args {
381208625Sjkim	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
382208625Sjkim	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
383208625Sjkim	char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
384217365Sjkim};
385250838Sjkimstruct svr4_sys_socket_args {
386217365Sjkim	char domain_l_[PADL_(int)]; int domain; char domain_r_[PADR_(int)];
387217365Sjkim	char type_l_[PADL_(int)]; int type; char type_r_[PADR_(int)];
388217365Sjkim	char protocol_l_[PADL_(int)]; int protocol; char protocol_r_[PADR_(int)];
389217365Sjkim};
390250838Sjkimstruct svr4_sys_recv_args {
391217365Sjkim	char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
392217365Sjkim	char buf_l_[PADL_(caddr_t)]; caddr_t buf; char buf_r_[PADR_(caddr_t)];
393217365Sjkim	char len_l_[PADL_(int)]; int len; char len_r_[PADR_(int)];
394217365Sjkim	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
395250838Sjkim};
396217365Sjkimstruct svr4_sys_send_args {
397217365Sjkim	char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
398217365Sjkim	char buf_l_[PADL_(caddr_t)]; caddr_t buf; char buf_r_[PADR_(caddr_t)];
399218590Sjkim	char len_l_[PADL_(int)]; int len; char len_r_[PADR_(int)];
400250838Sjkim	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
401218590Sjkim};
402218590Sjkimstruct svr4_sys_sendto_args {
403218590Sjkim	char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
404208625Sjkim	char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)];
405250838Sjkim	char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
406208625Sjkim	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
407208625Sjkim	char to_l_[PADL_(struct sockaddr *)]; struct sockaddr * to; char to_r_[PADR_(struct sockaddr *)];
408208625Sjkim	char tolen_l_[PADL_(int)]; int tolen; char tolen_r_[PADR_(int)];
409208625Sjkim};
410208625Sjkimint	svr4_sys_open(struct thread *, struct svr4_sys_open_args *);
411208625Sjkimint	svr4_sys_wait(struct thread *, struct svr4_sys_wait_args *);
412208625Sjkimint	svr4_sys_creat(struct thread *, struct svr4_sys_creat_args *);
413208625Sjkimint	svr4_sys_execv(struct thread *, struct svr4_sys_execv_args *);
414208625Sjkimint	svr4_sys_time(struct thread *, struct svr4_sys_time_args *);
415208625Sjkimint	svr4_sys_mknod(struct thread *, struct svr4_sys_mknod_args *);
416208625Sjkimint	svr4_sys_break(struct thread *, struct svr4_sys_break_args *);
417208625Sjkimint	svr4_sys_stat(struct thread *, struct svr4_sys_stat_args *);
418208625Sjkimint	svr4_sys_alarm(struct thread *, struct svr4_sys_alarm_args *);
419208625Sjkimint	svr4_sys_fstat(struct thread *, struct svr4_sys_fstat_args *);
420208625Sjkimint	svr4_sys_pause(struct thread *, struct svr4_sys_pause_args *);
421208625Sjkimint	svr4_sys_utime(struct thread *, struct svr4_sys_utime_args *);
422208625Sjkimint	svr4_sys_access(struct thread *, struct svr4_sys_access_args *);
423208625Sjkimint	svr4_sys_nice(struct thread *, struct svr4_sys_nice_args *);
424208625Sjkimint	svr4_sys_kill(struct thread *, struct svr4_sys_kill_args *);
425208625Sjkimint	svr4_sys_pgrpsys(struct thread *, struct svr4_sys_pgrpsys_args *);
426208625Sjkimint	svr4_sys_times(struct thread *, struct svr4_sys_times_args *);
427208625Sjkimint	svr4_sys_signal(struct thread *, struct svr4_sys_signal_args *);
428208625Sjkimint	svr4_sys_msgsys(struct thread *, struct svr4_sys_msgsys_args *);
429208625Sjkimint	svr4_sys_sysarch(struct thread *, struct svr4_sys_sysarch_args *);
430208625Sjkimint	svr4_sys_shmsys(struct thread *, struct svr4_sys_shmsys_args *);
431208625Sjkimint	svr4_sys_semsys(struct thread *, struct svr4_sys_semsys_args *);
432208625Sjkimint	svr4_sys_ioctl(struct thread *, struct svr4_sys_ioctl_args *);
433208625Sjkimint	svr4_sys_utssys(struct thread *, struct svr4_sys_utssys_args *);
434208625Sjkimint	svr4_sys_execve(struct thread *, struct svr4_sys_execve_args *);
435208625Sjkimint	svr4_sys_fcntl(struct thread *, struct svr4_sys_fcntl_args *);
436208625Sjkimint	svr4_sys_ulimit(struct thread *, struct svr4_sys_ulimit_args *);
437208625Sjkimint	svr4_sys_getdents(struct thread *, struct svr4_sys_getdents_args *);
438208625Sjkimint	svr4_sys_getmsg(struct thread *, struct svr4_sys_getmsg_args *);
439208625Sjkimint	svr4_sys_putmsg(struct thread *, struct svr4_sys_putmsg_args *);
440208625Sjkimint	svr4_sys_poll(struct thread *, struct svr4_sys_poll_args *);
441208625Sjkimint	svr4_sys_lstat(struct thread *, struct svr4_sys_lstat_args *);
442208625Sjkimint	svr4_sys_sigprocmask(struct thread *, struct svr4_sys_sigprocmask_args *);
443208625Sjkimint	svr4_sys_sigsuspend(struct thread *, struct svr4_sys_sigsuspend_args *);
444208625Sjkimint	svr4_sys_sigaltstack(struct thread *, struct svr4_sys_sigaltstack_args *);
445208625Sjkimint	svr4_sys_sigaction(struct thread *, struct svr4_sys_sigaction_args *);
446208625Sjkimint	svr4_sys_sigpending(struct thread *, struct svr4_sys_sigpending_args *);
447208625Sjkimint	svr4_sys_context(struct thread *, struct svr4_sys_context_args *);
448208625Sjkimint	svr4_sys_statvfs(struct thread *, struct svr4_sys_statvfs_args *);
449208625Sjkimint	svr4_sys_fstatvfs(struct thread *, struct svr4_sys_fstatvfs_args *);
450208625Sjkimint	svr4_sys_waitsys(struct thread *, struct svr4_sys_waitsys_args *);
451208625Sjkimint	svr4_sys_hrtsys(struct thread *, struct svr4_sys_hrtsys_args *);
452208625Sjkimint	svr4_sys_pathconf(struct thread *, struct svr4_sys_pathconf_args *);
453208625Sjkimint	svr4_sys_mmap(struct thread *, struct svr4_sys_mmap_args *);
454208625Sjkimint	svr4_sys_fpathconf(struct thread *, struct svr4_sys_fpathconf_args *);
455208625Sjkimint	svr4_sys_xstat(struct thread *, struct svr4_sys_xstat_args *);
456208625Sjkimint	svr4_sys_lxstat(struct thread *, struct svr4_sys_lxstat_args *);
457220663Sjkimint	svr4_sys_fxstat(struct thread *, struct svr4_sys_fxstat_args *);
458208625Sjkimint	svr4_sys_xmknod(struct thread *, struct svr4_sys_xmknod_args *);
459208625Sjkimint	svr4_sys_setrlimit(struct thread *, struct svr4_sys_setrlimit_args *);
460208625Sjkimint	svr4_sys_getrlimit(struct thread *, struct svr4_sys_getrlimit_args *);
461208625Sjkimint	svr4_sys_memcntl(struct thread *, struct svr4_sys_memcntl_args *);
462208625Sjkimint	svr4_sys_uname(struct thread *, struct svr4_sys_uname_args *);
463208625Sjkimint	svr4_sys_sysconfig(struct thread *, struct svr4_sys_sysconfig_args *);
464209734Sjkimint	svr4_sys_systeminfo(struct thread *, struct svr4_sys_systeminfo_args *);
465209734Sjkimint	svr4_sys_fchroot(struct thread *, struct svr4_sys_fchroot_args *);
466208625Sjkimint	svr4_sys_utimes(struct thread *, struct svr4_sys_utimes_args *);
467208625Sjkimint	svr4_sys_vhangup(struct thread *, struct svr4_sys_vhangup_args *);
468208625Sjkimint	svr4_sys_gettimeofday(struct thread *, struct svr4_sys_gettimeofday_args *);
469208625Sjkimint	svr4_sys_llseek(struct thread *, struct svr4_sys_llseek_args *);
470208625Sjkimint	svr4_sys_acl(struct thread *, struct svr4_sys_acl_args *);
471208625Sjkimint	svr4_sys_auditsys(struct thread *, struct svr4_sys_auditsys_args *);
472208625Sjkimint	svr4_sys_facl(struct thread *, struct svr4_sys_facl_args *);
473208625Sjkimint	svr4_sys_resolvepath(struct thread *, struct svr4_sys_resolvepath_args *);
474208625Sjkimint	svr4_sys_getdents64(struct thread *, struct svr4_sys_getdents64_args *);
475208625Sjkimint	svr4_sys_mmap64(struct thread *, struct svr4_sys_mmap64_args *);
476208625Sjkimint	svr4_sys_stat64(struct thread *, struct svr4_sys_stat64_args *);
477208625Sjkimint	svr4_sys_lstat64(struct thread *, struct svr4_sys_lstat64_args *);
478208625Sjkimint	svr4_sys_fstat64(struct thread *, struct svr4_sys_fstat64_args *);
479208625Sjkimint	svr4_sys_statvfs64(struct thread *, struct svr4_sys_statvfs64_args *);
480208625Sjkimint	svr4_sys_fstatvfs64(struct thread *, struct svr4_sys_fstatvfs64_args *);
481208625Sjkimint	svr4_sys_setrlimit64(struct thread *, struct svr4_sys_setrlimit64_args *);
482208625Sjkimint	svr4_sys_getrlimit64(struct thread *, struct svr4_sys_getrlimit64_args *);
483208625Sjkimint	svr4_sys_creat64(struct thread *, struct svr4_sys_creat64_args *);
484208625Sjkimint	svr4_sys_open64(struct thread *, struct svr4_sys_open64_args *);
485208625Sjkimint	svr4_sys_socket(struct thread *, struct svr4_sys_socket_args *);
486208625Sjkimint	svr4_sys_recv(struct thread *, struct svr4_sys_recv_args *);
487208625Sjkimint	svr4_sys_send(struct thread *, struct svr4_sys_send_args *);
488208625Sjkimint	svr4_sys_sendto(struct thread *, struct svr4_sys_sendto_args *);
489208625Sjkim
490228110Sjkim#ifdef COMPAT_43
491208625Sjkim
492228110Sjkim
493218590Sjkim#endif /* COMPAT_43 */
494228110Sjkim
495250838Sjkim
496208625Sjkim#ifdef COMPAT_FREEBSD4
497208625Sjkim
498208625Sjkim
499208625Sjkim#endif /* COMPAT_FREEBSD4 */
500208625Sjkim
501208625Sjkim
502216471Sjkim#ifdef COMPAT_FREEBSD6
503209734Sjkim
504281075Sdim
505208625Sjkim#endif /* COMPAT_FREEBSD6 */
506281075Sdim
507228110Sjkim
508208625Sjkim#ifdef COMPAT_FREEBSD7
509208625Sjkim
510208625Sjkim
511208625Sjkim#endif /* COMPAT_FREEBSD7 */
512209734Sjkim
513209734Sjkim#define	SVR4_SYS_AUE_svr4_sys_open	AUE_NULL
514209734Sjkim#define	SVR4_SYS_AUE_svr4_sys_wait	AUE_NULL
515209734Sjkim#define	SVR4_SYS_AUE_svr4_sys_creat	AUE_NULL
516281075Sdim#define	SVR4_SYS_AUE_svr4_sys_execv	AUE_NULL
517250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_time	AUE_NULL
518208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_mknod	AUE_NULL
519208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_break	AUE_NULL
520208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_stat	AUE_NULL
521208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_alarm	AUE_NULL
522208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_fstat	AUE_NULL
523208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_pause	AUE_NULL
524284460Sjkim#define	SVR4_SYS_AUE_svr4_sys_utime	AUE_NULL
525208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_access	AUE_NULL
526250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_nice	AUE_NULL
527208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_kill	AUE_NULL
528208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_pgrpsys	AUE_NULL
529208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_times	AUE_NULL
530208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_signal	AUE_NULL
531250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_msgsys	AUE_NULL
532208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_sysarch	AUE_NULL
533208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_shmsys	AUE_NULL
534208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_semsys	AUE_NULL
535208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_ioctl	AUE_NULL
536208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_utssys	AUE_NULL
537208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_execve	AUE_NULL
538281075Sdim#define	SVR4_SYS_AUE_svr4_sys_fcntl	AUE_NULL
539250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_ulimit	AUE_NULL
540208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_getdents	AUE_NULL
541208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_getmsg	AUE_NULL
542208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_putmsg	AUE_NULL
543228110Sjkim#define	SVR4_SYS_AUE_svr4_sys_poll	AUE_NULL
544250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_lstat	AUE_NULL
545228110Sjkim#define	SVR4_SYS_AUE_svr4_sys_sigprocmask	AUE_NULL
546228110Sjkim#define	SVR4_SYS_AUE_svr4_sys_sigsuspend	AUE_NULL
547228110Sjkim#define	SVR4_SYS_AUE_svr4_sys_sigaltstack	AUE_NULL
548228110Sjkim#define	SVR4_SYS_AUE_svr4_sys_sigaction	AUE_NULL
549208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_sigpending	AUE_NULL
550250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_context	AUE_NULL
551208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_statvfs	AUE_NULL
552208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_fstatvfs	AUE_NULL
553208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_waitsys	AUE_NULL
554208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_hrtsys	AUE_NULL
555218590Sjkim#define	SVR4_SYS_AUE_svr4_sys_pathconf	AUE_NULL
556250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_mmap	AUE_NULL
557208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_fpathconf	AUE_NULL
558208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_xstat	AUE_NULL
559208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_lxstat	AUE_NULL
560208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_fxstat	AUE_NULL
561208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_xmknod	AUE_NULL
562250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_setrlimit	AUE_NULL
563208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_getrlimit	AUE_NULL
564208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_memcntl	AUE_NULL
565208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_uname	AUE_NULL
566208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_sysconfig	AUE_NULL
567250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_systeminfo	AUE_NULL
568220663Sjkim#define	SVR4_SYS_AUE_svr4_sys_fchroot	AUE_NULL
569217365Sjkim#define	SVR4_SYS_AUE_svr4_sys_utimes	AUE_NULL
570217365Sjkim#define	SVR4_SYS_AUE_svr4_sys_vhangup	AUE_NULL
571306536Sjkim#define	SVR4_SYS_AUE_svr4_sys_gettimeofday	AUE_NULL
572217365Sjkim#define	SVR4_SYS_AUE_svr4_sys_llseek	AUE_NULL
573217365Sjkim#define	SVR4_SYS_AUE_svr4_sys_acl	AUE_NULL
574217365Sjkim#define	SVR4_SYS_AUE_svr4_sys_auditsys	AUE_NULL
575208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_facl	AUE_NULL
576217365Sjkim#define	SVR4_SYS_AUE_svr4_sys_resolvepath	AUE_NULL
577217365Sjkim#define	SVR4_SYS_AUE_svr4_sys_getdents64	AUE_NULL
578220663Sjkim#define	SVR4_SYS_AUE_svr4_sys_mmap64	AUE_NULL
579217365Sjkim#define	SVR4_SYS_AUE_svr4_sys_stat64	AUE_NULL
580208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_lstat64	AUE_NULL
581208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_fstat64	AUE_NULL
582208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_statvfs64	AUE_NULL
583250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_fstatvfs64	AUE_NULL
584208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_setrlimit64	AUE_NULL
585208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_getrlimit64	AUE_NULL
586208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_creat64	AUE_NULL
587208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_open64	AUE_NULL
588250838Sjkim#define	SVR4_SYS_AUE_svr4_sys_socket	AUE_NULL
589208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_recv	AUE_NULL
590208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_send	AUE_NULL
591208625Sjkim#define	SVR4_SYS_AUE_svr4_sys_sendto	AUE_NULL
592284460Sjkim
593284460Sjkim#undef PAD_
594284460Sjkim#undef PADL_
595284460Sjkim#undef PADR_
596284460Sjkim
597208625Sjkim#endif /* !_SVR4_SYSPROTO_H_ */
598281687Sjkim