Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add missing proto for vfs_mount_print_all().



details:   https://anonhg.NetBSD.org/src/rev/40d4753b3c16
branches:  trunk
changeset: 847257:40d4753b3c16
user:      ad <ad%NetBSD.org@localhost>
date:      Sun Dec 15 21:56:13 2019 +0000

description:
Add missing proto for vfs_mount_print_all().

diffstat:

 sys/sys/vnode.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e868298502c7 -r 40d4753b3c16 sys/sys/vnode.h
--- a/sys/sys/vnode.h   Sun Dec 15 21:43:42 2019 +0000
+++ b/sys/sys/vnode.h   Sun Dec 15 21:56:13 2019 +0000
@@ -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 @@
     __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 */



Home | Main Index | Thread Index | Old Index