summaryrefslogtreecommitdiffstats
path: root/sys/sys/selinfo.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-09-27 20:33:15 +0000
committerjhb <jhb@FreeBSD.org>2001-09-27 20:33:15 +0000
commitf4e9111df9f2760013777e46c4a82272a65bc968 (patch)
treee1570be35c8aecb20d465b814511951085bdebc5 /sys/sys/selinfo.h
parent91e5ef6d147b916bd33094a39535b89177bde879 (diff)
downloadFreeBSD-src-f4e9111df9f2760013777e46c4a82272a65bc968.zip
FreeBSD-src-f4e9111df9f2760013777e46c4a82272a65bc968.tar.gz
Fix a whitespace style nit.
Diffstat (limited to 'sys/sys/selinfo.h')
-rw-r--r--sys/sys/selinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/selinfo.h b/sys/sys/selinfo.h
index cbfa55d..aa1bb89 100644
--- a/sys/sys/selinfo.h
+++ b/sys/sys/selinfo.h
@@ -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 */
};
OpenPOWER on IntegriCloud