Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/sunos32 Add prototype and forward declarations to...
details: https://anonhg.NetBSD.org/src/rev/ec62a80a742f
branches: trunk
changeset: 752676:ec62a80a742f
user: martin <martin%NetBSD.org@localhost>
date: Wed Mar 03 10:56:47 2010 +0000
description:
Add prototype and forward declarations to make the empty nfs stub compile.
diffstat:
sys/compat/sunos32/sunos32_misc.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 1c8cce4f8c97 -r ec62a80a742f sys/compat/sunos32/sunos32_misc.c
--- a/sys/compat/sunos32/sunos32_misc.c Wed Mar 03 08:20:38 2010 +0000
+++ b/sys/compat/sunos32/sunos32_misc.c Wed Mar 03 10:56:47 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunos32_misc.c,v 1.69 2010/03/03 08:20:39 he Exp $ */
+/* $NetBSD: sunos32_misc.c,v 1.70 2010/03/03 10:56:47 martin Exp $ */
/* from :NetBSD: sunos_misc.c,v 1.107 2000/12/01 19:25:10 jdolecek Exp */
/*
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunos32_misc.c,v 1.69 2010/03/03 08:20:39 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunos32_misc.c,v 1.70 2010/03/03 10:56:47 martin Exp $");
#define COMPAT_SUNOS 1
@@ -997,6 +997,8 @@
return ret;
}
+struct sunos32_sys_nfssvc_args;
+int sunos32_sys_nfssvc(struct lwp *l, const struct sunos32_sys_nfssvc_args *uap, register_t *retval);
int
sunos32_sys_nfssvc(struct lwp *l, const struct sunos32_sys_nfssvc_args *uap, register_t *retval)
{
Home |
Main Index |
Thread Index |
Old Index