Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/sys/sys we don't keed page count in user...



details:   https://anonhg.NetBSD.org/src/rev/3fab1e53349c
branches:  trunk
changeset: 813499:3fab1e53349c
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 31 05:31:28 2016 +0000

description:
we don't keed page count in userland.

diffstat:

 external/cddl/osnet/sys/sys/types.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 73ea88848474 -r 3fab1e53349c external/cddl/osnet/sys/sys/types.h
--- a/external/cddl/osnet/sys/sys/types.h       Sun Jan 31 05:21:53 2016 +0000
+++ b/external/cddl/osnet/sys/sys/types.h       Sun Jan 31 05:31:28 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.14 2016/01/31 05:21:53 christos Exp $      */
+/*     $NetBSD: types.h,v 1.15 2016/01/31 05:31:28 christos Exp $      */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -115,7 +115,7 @@
 typedef longlong_t      hrtime_t;
 typedef int32_t                t_scalar_t;
 typedef uint32_t       t_uscalar_t;
-#ifdef _KERNTYPES
+#ifdef _KERNEL
 typedef vsize_t                pgcnt_t;
 #endif
 typedef u_longlong_t   len_t;



Home | Main Index | Thread Index | Old Index