From 01fa87477a87e6bbe851cf985a2138176a3202cf Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 14 Aug 1995 01:29:05 +0000 Subject: syscalls.master changed. --- sys/compat/linux/linux_syscallargs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/compat/linux/linux_syscallargs.h') diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index f4969f27ebf..78fa67f4d02 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.7 1995/07/24 06:35:58 fvdl Exp + * created from NetBSD: syscalls.master,v 1.8 1995/08/14 01:27:56 mycroft Exp */ #define syscallarg(x) union { x datum; register_t pad; } -- cgit