Module Name: src
Committed By: martin
Date: Wed Apr 29 10:46:47 UTC 2009
Modified Files:
src/sys/sys: mount.h
Log Message:
Add missing prototype for vfs_mountalloc().
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/sys/sys/mount.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/mount.h
diff -u src/sys/sys/mount.h:1.187 src/sys/sys/mount.h:1.188
--- src/sys/sys/mount.h:1.187 Fri Apr 17 20:22:52 2009
+++ src/sys/sys/mount.h Wed Apr 29 10:46:46 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: mount.h,v 1.187 2009/04/17 20:22:52 dyoung Exp $ */
+/* $NetBSD: mount.h,v 1.188 2009/04/29 10:46:46 martin Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@@ -400,7 +400,7 @@
void vfs_delref(struct vfsops *);
void vfs_destroy(struct mount *);
void vfs_scrubvnlist(struct mount *);
-
+struct mount *vfs_mountalloc(struct vfsops *, struct vnode *);
int vfs_stdextattrctl(struct mount *, int, struct vnode *,
int, const char *);