missed this

This commit is contained in:
pooka 2008-03-11 20:40:58 +00:00
parent 5f07fde2c9
commit ab7b2e9a1b
1 changed files with 3 additions and 1 deletions

View File

@ -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.
*/