Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/powerpc Need <sys/syscallargs.h> for declar...
details: https://anonhg.NetBSD.org/src/rev/790eac71c749
branches: trunk
changeset: 487582:790eac71c749
user: kleink <kleink%NetBSD.org@localhost>
date: Fri Jun 09 14:08:45 2000 +0000
description:
Need <sys/syscallargs.h> for declaration of sys_sysarch().
diffstat:
sys/arch/powerpc/powerpc/sys_machdep.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b4fecbe7074c -r 790eac71c749 sys/arch/powerpc/powerpc/sys_machdep.c
--- a/sys/arch/powerpc/powerpc/sys_machdep.c Fri Jun 09 14:07:13 2000 +0000
+++ b/sys/arch/powerpc/powerpc/sys_machdep.c Fri Jun 09 14:08:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sys_machdep.c,v 1.2 1998/02/25 21:41:57 perry Exp $ */
+/* $NetBSD: sys_machdep.c,v 1.3 2000/06/09 14:08:45 kleink Exp $ */
/*
* Copyright (C) 1996 Wolfgang Solfrank.
@@ -33,6 +33,9 @@
#include <sys/param.h>
+#include <sys/mount.h>
+#include <sys/syscallargs.h>
+
int
sys_sysarch(p, v, retval)
struct proc *p;
Home |
Main Index |
Thread Index |
Old Index