Fix a whitespace style nit.
This commit is contained in:
parent
bf2965ed32
commit
12141bb1c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84045
@ -46,7 +46,7 @@ struct thread;
|
||||
*/
|
||||
struct selinfo {
|
||||
pid_t si_pid; /* process to be notified */
|
||||
struct thread *si_thread; /* thread in that process XXXKSE */
|
||||
struct thread *si_thread; /* thread in that process XXXKSE */
|
||||
struct klist si_note; /* kernel note list */
|
||||
short si_flags; /* see below */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user