Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/adosfs Add local definition of adosfs_vnodeop_p
details: https://anonhg.NetBSD.org/src/rev/453767d53038
branches: trunk
changeset: 526915:453767d53038
user: matt <matt%NetBSD.org@localhost>
date: Tue May 14 00:05:56 2002 +0000
description:
Add local definition of adosfs_vnodeop_p
diffstat:
sys/adosfs/advfsops.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r ed2ad2cb3a00 -r 453767d53038 sys/adosfs/advfsops.c
--- a/sys/adosfs/advfsops.c Mon May 13 23:50:32 2002 +0000
+++ b/sys/adosfs/advfsops.c Tue May 14 00:05:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: advfsops.c,v 1.51 2002/03/08 20:48:27 thorpej Exp $ */
+/* $NetBSD: advfsops.c,v 1.52 2002/05/14 00:05:56 matt Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: advfsops.c,v 1.51 2002/03/08 20:48:27 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: advfsops.c,v 1.52 2002/05/14 00:05:56 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -85,6 +85,8 @@
genfs_size,
};
+int (**adosfs_vnodeop_p) __P((void *));
+
int
adosfs_mount(mp, path, data, ndp, p)
struct mount *mp;
Home |
Main Index |
Thread Index |
Old Index