summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/pipe.h')
-rwxr-xr-x[-rw-r--r--]freebsd/sys/sys/pipe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/sys/pipe.h b/freebsd/sys/sys/pipe.h
index 444c8fbe..c59ecc75 100644..100755
--- a/freebsd/sys/sys/pipe.h
+++ b/freebsd/sys/sys/pipe.h
@@ -78,7 +78,9 @@ struct pipemapping {
vm_size_t cnt; /* number of chars in buffer */
vm_size_t pos; /* current position of transfer */
int npages; /* number of pages */
+#ifndef __rtems__
vm_page_t ms[PIPENPAGES]; /* pages in source process */
+#endif /* __rtems__ */
};
/*