From: Lionel Sambuc Date: Tue, 3 Dec 2013 16:19:46 +0000 (+0100) Subject: include/sched.h: merged X-Git-Tag: v3.3.0~469 X-Git-Url: http://zhaoyanbai.com/repos/FAQ?a=commitdiff_plain;h=b0cab62bd24b4792d7df226c8bcfc55715de6ad3;p=minix.git include/sched.h: merged Change-Id: Icb38da694db516279a1f45579a593e5369d064bb --- 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 */