From ab7b2e9a1b06f5bce85aec1609b1ee924e35ec92 Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 11 Mar 2008 20:40:58 +0000 Subject: [PATCH] missed this --- sys/sys/vfs_syscalls.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/sys/vfs_syscalls.h b/sys/sys/vfs_syscalls.h index 1c97ae8085a6..c0bfe37fa7a7 100644 --- a/sys/sys/vfs_syscalls.h +++ b/sys/sys/vfs_syscalls.h @@ -1,4 +1,4 @@ -/* $NetBSD: vfs_syscalls.h,v 1.5 2007/12/24 15:04:19 ad Exp $ */ +/* $NetBSD: vfs_syscalls.h,v 1.6 2008/03/11 20:40:58 pooka Exp $ */ #ifndef _SYS_VFS_SYSCALLS_H_ #define _SYS_VFS_SYSCALLS_H_ @@ -6,6 +6,8 @@ struct stat; struct statvfs; +extern int dovfsusermount; + /* * syscall helpers for compat code. */