Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/dev Include resourcevar.h for p_limit/rlimit...



details:   https://anonhg.NetBSD.org/src/rev/498a3f7f1aa8
branches:  trunk
changeset: 474102:498a3f7f1aa8
user:      briggs <briggs%NetBSD.org@localhost>
date:      Mon Jun 28 04:21:15 1999 +0000

description:
Include resourcevar.h for p_limit/rlimit definition.

diffstat:

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

diffs (17 lines):

diff -r c778ac371072 -r 498a3f7f1aa8 sys/arch/mac68k/dev/grf.c
--- a/sys/arch/mac68k/dev/grf.c Mon Jun 28 04:10:26 1999 +0000
+++ b/sys/arch/mac68k/dev/grf.c Mon Jun 28 04:21:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grf.c,v 1.62 1999/06/18 05:13:46 thorpej Exp $ */
+/*     $NetBSD: grf.c,v 1.63 1999/06/28 04:21:15 briggs Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -59,6 +59,7 @@
 #include <sys/mman.h>
 #include <sys/poll.h>
 #include <sys/proc.h>
+#include <sys/resourcevar.h>
 #include <sys/vnode.h>
 #include <sys/systm.h>
 



Home | Main Index | Thread Index | Old Index