diff --git a/include/sched.h b/include/sched.h index 444c66c29..0a3e423fd 100644 --- a/include/sched.h +++ b/include/sched.h @@ -29,8 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* LSC: It seems we actually do not want this header to be visible. */ -#ifndef __minix #ifndef _SCHED_H_ #define _SCHED_H_ @@ -78,5 +76,3 @@ __END_DECLS #endif /* _NETBSD_SOURCE */ #endif /* _SCHED_H_ */ - -#endif /* !__minix */