opt_inet.h is no longer necessary

This commit is contained in:
pooka 2008-01-26 22:53:10 +00:00
parent bc985817a9
commit a8d02d0b1a
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vfs_subr.c,v 1.322 2008/01/25 16:59:31 ad Exp $ */
/* $NetBSD: vfs_subr.c,v 1.323 2008/01/26 22:53:10 pooka Exp $ */
/*-
* Copyright (c) 1997, 1998, 2004, 2005, 2007, 2008 The NetBSD Foundation, Inc.
@ -82,9 +82,8 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.322 2008/01/25 16:59:31 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.323 2008/01/26 22:53:10 pooka Exp $");
#include "opt_inet.h"
#include "opt_ddb.h"
#include "opt_compat_netbsd.h"
#include "opt_compat_43.h"