only need pgcnt_t in kernel.
This commit is contained in:
parent
73f3719203
commit
aa2825fe7d
4
external/cddl/osnet/sys/sys/types.h
vendored
4
external/cddl/osnet/sys/sys/types.h
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: types.h,v 1.13 2013/12/12 18:20:49 matt Exp $ */
|
||||
/* $NetBSD: types.h,v 1.14 2016/01/31 05:21:53 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2009 The NetBSD Foundation, Inc.
|
||||
@ -115,7 +115,9 @@ typedef int boolean_t;
|
||||
typedef longlong_t hrtime_t;
|
||||
typedef int32_t t_scalar_t;
|
||||
typedef uint32_t t_uscalar_t;
|
||||
#ifdef _KERNTYPES
|
||||
typedef vsize_t pgcnt_t;
|
||||
#endif
|
||||
typedef u_longlong_t len_t;
|
||||
typedef int major_t;
|
||||
typedef int minor_t;
|
||||
|
Loading…
Reference in New Issue
Block a user