1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00

Add the new shm_ino field to struct shmfd. Missed in 270823.

Reported by:	peter
Pointy hat to:	jhb
This commit is contained in:
John Baldwin 2014-08-29 20:50:49 +00:00
parent 610a2b3c45
commit c5d2e21369
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270825

View File

@ -219,6 +219,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;