COMPAT_xxx option review: add missing opt_compat_netbsd.h

This commit is contained in:
drochner 1998-12-18 14:24:43 +00:00
parent 8ece294afc
commit 9973d1abaa
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: filecore_vfsops.c,v 1.4 1998/09/05 04:37:40 mycroft Exp $ */
/* $NetBSD: filecore_vfsops.c,v 1.5 1998/12/18 14:24:43 drochner Exp $ */
/*-
* Copyright (c) 1998 Andrew McMurry
@ -36,6 +36,10 @@
* filecore_vfsops.c 1.1 1998/6/26
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_compat_netbsd.h"
#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/namei.h>