diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 14:39:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 14:39:37 +0000 |
commit | 7455735443ba9915fd8fedc05c02c33c4105f4b2 (patch) | |
tree | 6ce53d156f32f370ad0c6c29188cca8275a0210d /sys/compat/svr4/svr4_stat.c | |
parent | c531816024d2eb2de62eec8314046038800bcb82 (diff) |
from netbsd; do not declare private copy of syscallarg
Diffstat (limited to 'sys/compat/svr4/svr4_stat.c')
-rw-r--r-- | sys/compat/svr4/svr4_stat.c | 6 |
1 files changed, 2 insertions, 4 deletions
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 <compat/svr4/svr4_syscallargs.h> #include <compat/svr4/svr4_util.h> #include <compat/svr4/svr4_stat.h> -#include <compat/svr4/svr4_time.h> #include <compat/svr4/svr4_ustat.h> #include <compat/svr4/svr4_fuser.h> #include <compat/svr4/svr4_utsname.h> #include <compat/svr4/svr4_systeminfo.h> - -#define syscallarg(x) union { x datum; register_t pad; } +#include <compat/svr4/svr4_time.h> #ifdef sparc /* |