Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Declare maxdmap and maxsmap.



details:   https://anonhg.NetBSD.org/src/rev/d7ec1ff9d416
branches:  trunk
changeset: 565337:d7ec1ff9d416
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Apr 04 18:18:27 2004 +0000

description:
Declare maxdmap and maxsmap.

diffstat:

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

diffs (17 lines):

diff -r 4e303f985b53 -r d7ec1ff9d416 sys/sys/resourcevar.h
--- a/sys/sys/resourcevar.h     Sun Apr 04 17:49:38 2004 +0000
+++ b/sys/sys/resourcevar.h     Sun Apr 04 18:18:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: resourcevar.h,v 1.19 2003/08/07 16:34:12 agc Exp $     */
+/*     $NetBSD: resourcevar.h,v 1.20 2004/04/04 18:18:27 pk Exp $      */
 
 /*
  * Copyright (c) 1991, 1993
@@ -95,5 +95,7 @@
 void   ruadd __P((struct rusage *, struct rusage *));
 struct pstats *pstatscopy __P((struct pstats *));
 void   pstatsfree __P((struct pstats *));
+extern rlim_t maxdmap;
+extern rlim_t maxsmap;
 #endif
 #endif /* !_SYS_RESOURCEVAR_H_ */



Home | Main Index | Thread Index | Old Index