Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/dev include sys/resourcevar.h to be compiled.



details:   https://anonhg.NetBSD.org/src/rev/5e264daa16e4
branches:  trunk
changeset: 474067:5e264daa16e4
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sun Jun 27 14:13:14 1999 +0000

description:
include sys/resourcevar.h to be compiled.

diffstat:

 sys/arch/x68k/dev/grf.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bed62ecd80af -r 5e264daa16e4 sys/arch/x68k/dev/grf.c
--- a/sys/arch/x68k/dev/grf.c   Sun Jun 27 12:55:58 1999 +0000
+++ b/sys/arch/x68k/dev/grf.c   Sun Jun 27 14:13:14 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grf.c,v 1.15 1999/06/18 05:13:46 thorpej Exp $ */
+/*     $NetBSD: grf.c,v 1.16 1999/06/27 14:13:14 minoura Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -54,6 +54,7 @@
 #include <sys/systm.h>
 #include <sys/device.h>
 #include <sys/proc.h>
+#include <sys/resourcevar.h>
 #include <sys/ioctl.h>
 #include <sys/file.h>
 #include <sys/malloc.h>



Home | Main Index | Thread Index | Old Index