From: Lionel Sambuc Date: Fri, 5 Apr 2013 09:50:32 +0000 (+0200) Subject: Remove obsolete warning in sys/sys/sysctl header X-Git-Tag: v3.3.0~1053 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc-confgen.html?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F472%2F2;p=minix.git Remove obsolete warning in sys/sys/sysctl header Change-Id: Idb9b10922d00d4b3886c8247f352cc4ec5fe17b4 --- diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 4706eae88..16a8a1f2a 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,13 +1,6 @@ #ifndef _SYS_SYSCTL_H #define _SYS_SYSCTL_H -/* - * sysctl() is not supported. Warn non-libc programs including this header. - */ -#ifndef _LIBC -#warning Including sysctl.h header. sysctl() is not supported in Minix. -#endif /* !_LIBC */ - /* * Used by gmon. */