Module Name:    src
Committed By:   ad
Date:           Sun Dec 15 21:56:13 UTC 2019

Modified Files:
        src/sys/sys: vnode.h

Log Message:
Add missing proto for vfs_mount_print_all().


To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 src/sys/sys/vnode.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/vnode.h
diff -u src/sys/sys/vnode.h:1.284 src/sys/sys/vnode.h:1.285
--- src/sys/sys/vnode.h:1.284	Sun Dec  1 13:56:29 2019
+++ src/sys/sys/vnode.h	Sun Dec 15 21:56:13 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: vnode.h,v 1.284 2019/12/01 13:56:29 ad Exp $	*/
+/*	$NetBSD: vnode.h,v 1.285 2019/12/15 21:56:13 ad Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -596,6 +596,8 @@ void	vfs_vnode_lock_print(void *, int, v
     __printflike(1, 2));
 void	vfs_mount_print(struct mount *, int, void (*)(const char *, ...)
     __printflike(1, 2));
+void	vfs_mount_print_all(int, void (*)(const char *, ...)
+    __printflike(1, 2));
 #endif /* DDB */
 
 #endif /* _KERNEL */

Reply via email to