From 19704a044fe74b26fa3afbb52e8bde141af63062 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 18 Nov 2013 11:45:40 +0100 Subject: selinfo.h: Delete unused fields --- freebsd/sys/sys/selinfo.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/freebsd/sys/sys/selinfo.h b/freebsd/sys/sys/selinfo.h index bfa445c6..590d184a 100644 --- a/freebsd/sys/sys/selinfo.h +++ b/freebsd/sys/sys/selinfo.h @@ -46,10 +46,6 @@ struct selinfo { struct selfdlist si_tdlist; /* List of sleeping threads. */ struct knlist si_note; /* kernel note list */ struct mtx *si_mtx; /* Lock for tdlist. */ -#ifdef __rtems__ - pid_t si_pid; /* process to be notified */ - short si_flags; /* see below */ -#endif }; #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist)) -- cgit v1.2.3