diff --git a/sys/sys/file.h b/sys/sys/file.h index 566cbd6fc778..35c2a5b4a78a 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -200,10 +200,6 @@ struct file { * DFLAG_SEEKABLE specific fields */ off_t f_offset; - /* - * Mandatory Access control information. - */ - void *f_label; /* Place-holder for MAC label. */ }; #define f_cdevpriv f_vnun.fvn_cdevpriv