Add a '#include <sys/resourcevar.h>' to each of these to allow them

to compile again.
This commit is contained in:
oster 1999-06-22 14:51:57 +00:00
parent a2ded1ab73
commit 7824f40e5f
3 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf.c,v 1.34 1999/06/18 05:13:45 thorpej Exp $ */
/* $NetBSD: grf.c,v 1.35 1999/06/22 14:51:57 oster Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -61,6 +61,7 @@
#include <sys/poll.h>
#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/resourcevar.h>
#include <machine/autoconf.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: px.c,v 1.12 1999/06/21 19:07:16 ad Exp $ */
/* $NetBSD: px.c,v 1.13 1999/06/22 14:51:58 oster Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -43,7 +43,7 @@
#endif
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.12 1999/06/21 19:07:16 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.13 1999/06/22 14:51:58 oster Exp $");
/*
* px.c: driver for the DEC TURBOchannel 2D and 3D accelerated framebuffers
@ -63,6 +63,7 @@ __KERNEL_RCSID(0, "$NetBSD: px.c,v 1.12 1999/06/21 19:07:16 ad Exp $");
#include <sys/errno.h>
#include <sys/proc.h>
#include <sys/mman.h>
#include <sys/resourcevar.h>
#include <vm/vm.h>
#include <miscfs/specfs/specdev.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: qvss_compat.c,v 1.17 1999/06/18 05:13:46 thorpej Exp $ */
/* $NetBSD: qvss_compat.c,v 1.18 1999/06/22 14:51:58 oster Exp $ */
/*-
* Copyright (c) 1992, 1993
@ -72,6 +72,7 @@
#include <sys/proc.h>
#include <sys/mman.h>
#include <sys/vnode.h>
#include <sys/resourcevar.h>
#include <vm/vm.h>