Module Name: src
Committed By: christos
Date: Sun Jan 31 05:31:28 UTC 2016
Modified Files:
src/external/cddl/osnet/sys/sys: types.h
Log Message:
we don't keed page count in userland.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/cddl/osnet/sys/sys/types.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/cddl/osnet/sys/sys/types.h
diff -u src/external/cddl/osnet/sys/sys/types.h:1.14 src/external/cddl/osnet/sys/sys/types.h:1.15
--- src/external/cddl/osnet/sys/sys/types.h:1.14 Sun Jan 31 00:21:53 2016
+++ src/external/cddl/osnet/sys/sys/types.h Sun Jan 31 00:31:28 2016
@@ -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 int boolean_t;
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;