From 184f5b3edd634fae3b8558b4669ced57cb900d02 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 7 Jun 1999 07:18:38 +0000 Subject: sync --- sys/compat/bsdos/bsdos_syscallargs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/compat/bsdos/bsdos_syscallargs.h') diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index 713f67441fa..6429f1af4f5 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscallargs.h,v 1.4 1999/05/31 18:18:06 millert Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.5 1999/06/07 07:18:34 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.4 1999/05/31 17:34:44 millert Exp + * created from OpenBSD: syscalls.master,v 1.5 1999/06/07 07:17:46 deraadt Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -54,7 +54,7 @@ int compat_43_sys_stat __P((struct proc *, void *, register_t *)); int sys_getppid __P((struct proc *, void *, register_t *)); int compat_43_sys_lstat __P((struct proc *, void *, register_t *)); int sys_dup __P((struct proc *, void *, register_t *)); -int sys_pipe __P((struct proc *, void *, register_t *)); +int sys_opipe __P((struct proc *, void *, register_t *)); int sys_getegid __P((struct proc *, void *, register_t *)); int sys_profil __P((struct proc *, void *, register_t *)); #ifdef KTRACE -- cgit v1.2.3