From d74480f2ad23e19d7340e7a8e2a8dbcb8de54cc7 Mon Sep 17 00:00:00 2001 From: Bryan Cantrill Date: Wed, 21 Mar 2012 05:55:53 +0000 Subject: OS-1026 procfs and large file support won't co-exist --- usr/src/uts/common/sys/procfs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr/src/uts/common/sys/procfs.h') diff --git a/usr/src/uts/common/sys/procfs.h b/usr/src/uts/common/sys/procfs.h index b320836182..12a6925368 100644 --- a/usr/src/uts/common/sys/procfs.h +++ b/usr/src/uts/common/sys/procfs.h @@ -62,10 +62,6 @@ extern "C" { #include #include -#if !defined(_LP64) && _FILE_OFFSET_BITS == 64 -#error "Cannot use procfs in the large file compilation environment" -#endif - /* * System call interfaces for /proc. */ -- cgit v1.2.3