summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/mman.h')
-rw-r--r--freebsd/sys/sys/mman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/sys/sys/mman.h b/freebsd/sys/sys/mman.h
index c79ad86d..c96fedc2 100644
--- a/freebsd/sys/sys/mman.h
+++ b/freebsd/sys/sys/mman.h
@@ -211,6 +211,7 @@ struct shmfd {
struct timespec shm_mtime;
struct timespec shm_ctime;
struct timespec shm_birthtime;
+ ino_t shm_ino;
struct label *shm_label; /* MAC label */
const char *shm_path;