kern/sys: Add the kernel RPC and XDR support

Updates #4475
This commit is contained in:
Chris Johns
2021-07-29 13:24:49 +10:00
parent 3da45ae4bc
commit c6dbc96748
30 changed files with 298 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
#include <machine/rtems-bsd-kernel-space.h>
/* $NetBSD: rpcb_clnt.c,v 1.6 2000/07/16 06:41:43 itojun Exp $ */
/*-
@@ -49,7 +51,7 @@ __FBSDID("$FreeBSD$");
* Copyright (C) 1988, Sun Microsystems, Inc.
*/
#include "opt_inet6.h"
#include <rtems/bsd/local/opt_inet6.h>
#include <sys/param.h>
#include <sys/systm.h>