Tweak so_gencnt comment: it was once last, but that is no longer the

case.
This commit is contained in:
Robert Watson 2006-07-24 01:05:36 +00:00
parent 03b8ff0b8f
commit f9f4beac68

View File

@ -134,7 +134,7 @@ struct socket {
struct ucred *so_cred; /* (a) user credentials */
struct label *so_label; /* (b) MAC label for socket */
struct label *so_peerlabel; /* (b) cached MAC label for peer */
/* NB: generation count must not be first; easiest to make it last. */
/* NB: generation count must not be first. */
so_gen_t so_gencnt; /* (h) generation count */
void *so_emuldata; /* (b) private data for emulators */
struct so_accf {