__POOL_EXPOSE is no longer needed (dev/vndvar.h does protect vnd_softc from userland)

This commit is contained in:
jdolecek 2000-03-20 13:20:28 +00:00
parent bd134c34ac
commit bb2da7d53d

View File

@ -1,4 +1,4 @@
/* $NetBSD: vnconfig.c,v 1.18 2000/02/16 06:52:31 enami Exp $ */
/* $NetBSD: vnconfig.c,v 1.19 2000/03/20 13:20:28 jdolecek Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -78,8 +78,6 @@
* @(#)vnconfig.c 8.1 (Berkeley) 12/15/93
*/
#define __POOL_EXPOSE /* dev/vndvar.h uses struct pool */
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/mount.h>