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:
parent
610a2b3c45
commit
c5d2e21369
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270825
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user