From c22a6a4408dcbbfb42eaaee954606c913c141660 Mon Sep 17 00:00:00 2001 From: pjd Date: Tue, 10 Apr 2007 22:10:16 +0000 Subject: Move rpc/types.h under sys/, as this is used by ZFS kernel module. Repo-copied by: simon --- sys/rpc/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/rpc') diff --git a/sys/rpc/types.h b/sys/rpc/types.h index 58d22a8..4be9cc8 100644 --- a/sys/rpc/types.h +++ b/sys/rpc/types.h @@ -65,7 +65,9 @@ typedef int32_t rpc_inline_t; #define mem_free(ptr, bsize) free(ptr) #include +#ifndef _KERNEL #include +#endif /* * The netbuf structure is defined here, because FreeBSD / NetBSD only use -- cgit v1.1