[PATCH 5/8] Adding pipe support
Kevin Kirspel
kevin-kirspel at idexx.com
Wed Dec 21 19:01:30 UTC 2016
---
freebsd/sys/sys/pipe.h | 2 ++
1 file changed, 2 insertions(+)
mode change 100644 => 100755 freebsd/sys/sys/pipe.h
diff --git a/freebsd/sys/sys/pipe.h b/freebsd/sys/sys/pipe.h
old mode 100644
new mode 100755
index 20b1092..c59ecc7
--- 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__ */
};
/*
--
1.9.1
More information about the devel
mailing list