From df568a576f7b44ac5a2b9b7222c7f39d9932f626 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 11 Apr 2018 01:26:28 +0200 Subject: Imported Upstream version 2.2.0 --- linux/LinuxProcessList.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'linux/LinuxProcessList.h') diff --git a/linux/LinuxProcessList.h b/linux/LinuxProcessList.h index 5005220..0851a10 100644 --- a/linux/LinuxProcessList.h +++ b/linux/LinuxProcessList.h @@ -9,6 +9,11 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ +#ifdef MAJOR_IN_MKDEV +#elif defined(MAJOR_IN_SYSMACROS) || \ + (defined(HAVE_SYS_SYSMACROS_H) && HAVE_SYS_SYSMACROS_H) +#endif + #ifdef HAVE_DELAYACCT #endif -- cgit v1.2.3