Module Name: src
Committed By: martin
Date: Wed Mar 3 10:56:47 UTC 2010
Modified Files:
src/sys/compat/sunos32: sunos32_misc.c
Log Message:
Add prototype and forward declarations to make the empty nfs stub compile.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/compat/sunos32/sunos32_misc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/sunos32/sunos32_misc.c
diff -u src/sys/compat/sunos32/sunos32_misc.c:1.69 src/sys/compat/sunos32/sunos32_misc.c:1.70
--- src/sys/compat/sunos32/sunos32_misc.c:1.69 Wed Mar 3 08:20:39 2010
+++ src/sys/compat/sunos32/sunos32_misc.c Wed Mar 3 10:56:47 2010
@@ -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)
{