From a264c7ec4c17a0611de7864ffdf7aeeaf8a68970 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Fri, 5 Apr 2013 11:50:32 +0200 Subject: [PATCH] Remove obsolete warning in sys/sys/sysctl header Change-Id: Idb9b10922d00d4b3886c8247f352cc4ec5fe17b4 --- sys/sys/sysctl.h | 7 ------- 1 file changed, 7 deletions(-) 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. */