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/svr4/svr4_syscall.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/compat/svr4/svr4_syscall.h') diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 6ee84092b0d..b59b49167d8 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscall.h,v 1.24 1998/03/06 22:02:18 niklas Exp $ */ +/* $OpenBSD: svr4_syscall.h,v 1.25 1999/06/07 07:18:36 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.23 1998/03/06 21:58:10 niklas Exp + * created from OpenBSD: syscalls.master,v 1.24 1999/06/07 07:17:48 deraadt Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -106,8 +106,8 @@ /* syscall: "dup" ret: "int" args: "u_int" */ #define SVR4_SYS_dup 41 -/* syscall: "pipe" ret: "int" args: */ -#define SVR4_SYS_pipe 42 +/* syscall: "opipe" ret: "int" args: */ +#define SVR4_SYS_opipe 42 /* syscall: "times" ret: "int" args: "struct tms *" */ #define SVR4_SYS_times 43 -- cgit v1.2.3