summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/procfs.h
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2012-03-21 05:55:53 +0000
committerBryan Cantrill <bryan@joyent.com>2012-03-21 05:56:53 +0000
commitd74480f2ad23e19d7340e7a8e2a8dbcb8de54cc7 (patch)
treecc9680551e863a75fba75de65b95974547c3fea3 /usr/src/uts/common/sys/procfs.h
parent068cc3827b33c5b4a2930f53c1c71e51c8bb3fb4 (diff)
downloadillumos-joyent-d74480f2ad23e19d7340e7a8e2a8dbcb8de54cc7.tar.gz
OS-1026 procfs and large file support won't co-exist
Diffstat (limited to 'usr/src/uts/common/sys/procfs.h')
-rw-r--r--usr/src/uts/common/sys/procfs.h4
1 files changed, 0 insertions, 4 deletions
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 <sys/procfs_isa.h>
#include <sys/priv.h>
-#if !defined(_LP64) && _FILE_OFFSET_BITS == 64
-#error "Cannot use procfs in the large file compilation environment"
-#endif
-
/*
* System call interfaces for /proc.
*/