summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_proto.h')
-rw-r--r--sys/compat/svr4/svr4_proto.h30
1 files changed, 17 insertions, 13 deletions
diff --git a/sys/compat/svr4/svr4_proto.h b/sys/compat/svr4/svr4_proto.h
index 2a22bc5..e5e3a1e 100644
--- a/sys/compat/svr4/svr4_proto.h
+++ b/sys/compat/svr4/svr4_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.17 2005/05/30 15:09:17 rwatson Exp
+ * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.18 2005/07/13 15:14:33 jhb Exp
*/
#ifndef _SVR4_SYSPROTO_H_
@@ -100,7 +100,6 @@ struct svr4_sys_signal_args {
char signum_l_[PADL_(int)]; int signum; char signum_r_[PADR_(int)];
char handler_l_[PADL_(svr4_sig_t)]; svr4_sig_t handler; char handler_r_[PADR_(svr4_sig_t)];
};
-#if defined(NOTYET)
struct svr4_sys_msgsys_args {
char what_l_[PADL_(int)]; int what; char what_r_[PADR_(int)];
char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
@@ -108,12 +107,24 @@ struct svr4_sys_msgsys_args {
char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
};
-#else
-#endif
struct svr4_sys_sysarch_args {
char op_l_[PADL_(int)]; int op; char op_r_[PADR_(int)];
char a1_l_[PADL_(void *)]; void * a1; char a1_r_[PADR_(void *)];
};
+struct svr4_sys_shmsys_args {
+ char what_l_[PADL_(int)]; int what; char what_r_[PADR_(int)];
+ char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
+ char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
+ char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
+ char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
+};
+struct svr4_sys_semsys_args {
+ char what_l_[PADL_(int)]; int what; char what_r_[PADR_(int)];
+ char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
+ char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
+ char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
+ char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
+};
struct svr4_sys_ioctl_args {
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
char com_l_[PADL_(u_long)]; u_long com; char com_r_[PADR_(u_long)];
@@ -413,11 +424,10 @@ int svr4_sys_kill(struct thread *, struct svr4_sys_kill_args *);
int svr4_sys_pgrpsys(struct thread *, struct svr4_sys_pgrpsys_args *);
int svr4_sys_times(struct thread *, struct svr4_sys_times_args *);
int svr4_sys_signal(struct thread *, struct svr4_sys_signal_args *);
-#if defined(NOTYET)
int svr4_sys_msgsys(struct thread *, struct svr4_sys_msgsys_args *);
-#else
-#endif
int svr4_sys_sysarch(struct thread *, struct svr4_sys_sysarch_args *);
+int svr4_sys_shmsys(struct thread *, struct svr4_sys_shmsys_args *);
+int svr4_sys_semsys(struct thread *, struct svr4_sys_semsys_args *);
int svr4_sys_ioctl(struct thread *, struct svr4_sys_ioctl_args *);
int svr4_sys_utssys(struct thread *, struct svr4_sys_utssys_args *);
int svr4_sys_execve(struct thread *, struct svr4_sys_execve_args *);
@@ -478,18 +488,12 @@ int svr4_sys_sendto(struct thread *, struct svr4_sys_sendto_args *);
#ifdef COMPAT_43
-#if defined(NOTYET)
-#else
-#endif
#endif /* COMPAT_43 */
#ifdef COMPAT_FREEBSD4
-#if defined(NOTYET)
-#else
-#endif
#endif /* COMPAT_FREEBSD4 */
OpenPOWER on IntegriCloud