Source-Changes-HG archive

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

[src/trunk]: src/sys/sys pull in resource.h



details:   https://anonhg.NetBSD.org/src/rev/67297a8a20d0
branches:  trunk
changeset: 341091:67297a8a20d0
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Oct 18 00:28:15 2015 +0000

description:
pull in resource.h

diffstat:

 sys/sys/resourcevar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c9d9fbbd3fda -r 67297a8a20d0 sys/sys/resourcevar.h
--- a/sys/sys/resourcevar.h     Sat Oct 17 21:27:02 2015 +0000
+++ b/sys/sys/resourcevar.h     Sun Oct 18 00:28:15 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: resourcevar.h,v 1.55 2014/09/05 05:47:40 matt Exp $    */
+/*     $NetBSD: resourcevar.h,v 1.56 2015/10/18 00:28:15 jmcneill Exp $        */
 
 /*
  * Copyright (c) 1991, 1993
@@ -39,6 +39,7 @@
 #endif
 
 #include <sys/mutex.h>
+#include <sys/resource.h>
 
 /*
  * Kernel per-process accounting / statistics



Home | Main Index | Thread Index | Old Index