summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-21 14:39:36 +0000
committerderaadt <deraadt@openbsd.org>1995-12-21 14:39:36 +0000
commitfb47315f59df90f61eb290d20bf3ee3f3c530858 (patch)
tree5aa2b47dd71e8f1baae636bc837841a6dcb396cd
parentfrom netbsd; use sys_signame[] where possible (diff)
downloadwireguard-openbsd-fb47315f59df90f61eb290d20bf3ee3f3c530858.tar.xz
wireguard-openbsd-fb47315f59df90f61eb290d20bf3ee3f3c530858.zip
from netbsd; do not declare private copy of syscallarg
-rw-r--r--sys/compat/svr4/svr4_stat.c6
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
/*