summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/kern/uipc_domain.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/kern/uipc_domain.c')
-rw-r--r--c/src/libnetworking/kern/uipc_domain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libnetworking/kern/uipc_domain.c b/c/src/libnetworking/kern/uipc_domain.c
index 910007395c..81d741fe37 100644
--- a/c/src/libnetworking/kern/uipc_domain.c
+++ b/c/src/libnetworking/kern/uipc_domain.c
@@ -115,6 +115,7 @@ domaininit(dummy)
}
+#if !defined(__rtems__)
/*
* The following two operations are kludge code. Most likely, they should
* be done as a "domainpreinit()" for the first function and then rolled
@@ -140,8 +141,7 @@ kludge_splx(udata)
splx( *savesplp);
}
-
-
+#endif /* !defined(__rtems__) */
struct protosw *
pffindtype(int family, int type)