From 7455735443ba9915fd8fedc05c02c33c4105f4b2 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 21 Dec 1995 14:39:37 +0000 Subject: from netbsd; do not declare private copy of syscallarg --- sys/compat/svr4/svr4_stat.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/compat/svr4/svr4_stat.c') diff --git a/sys/compat/svr4/svr4_stat.c b/sys/compat/svr4/svr4_stat.c index 6e1740a5e4a..8bfdff615dd 100644 --- a/sys/compat/svr4/svr4_stat.c +++ b/sys/compat/svr4/svr4_stat.c @@ -1,4 +1,4 @@ -/* $NetBSD: svr4_stat.c,v 1.15 1995/12/19 07:12:53 christos Exp $ */ +/* $NetBSD: svr4_stat.c,v 1.16 1995/12/19 18:27:02 christos Exp $ */ /* * Copyright (c) 1994 Christos Zoulas @@ -51,13 +51,11 @@ #include #include #include -#include #include #include #include #include - -#define syscallarg(x) union { x datum; register_t pad; } +#include #ifdef sparc /* -- cgit v1.2.3