Date: Fri, 29 Aug 2014 20:50:49 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r270825 - head/sys/sys Message-ID: <201408292050.s7TKon56069967@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Fri Aug 29 20:50:49 2014 New Revision: 270825 URL: http://svnweb.freebsd.org/changeset/base/270825 Log: Add the new shm_ino field to struct shmfd. Missed in 270823. Reported by: peter Pointy hat to: jhb Modified: head/sys/sys/mman.h Modified: head/sys/sys/mman.h ============================================================================== --- head/sys/sys/mman.h Fri Aug 29 18:26:55 2014 (r270824) +++ head/sys/sys/mman.h Fri Aug 29 20:50:49 2014 (r270825) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408292050.s7TKon56069967>