Tweak so_gencnt comment: it was once last, but that is no longer the
case.
This commit is contained in:
parent
03b8ff0b8f
commit
f9f4beac68
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user