diff options
author | Bryan Cantrill <bryan@joyent.com> | 2012-03-21 05:55:53 +0000 |
---|---|---|
committer | Bryan Cantrill <bryan@joyent.com> | 2012-03-21 05:56:53 +0000 |
commit | d74480f2ad23e19d7340e7a8e2a8dbcb8de54cc7 (patch) | |
tree | cc9680551e863a75fba75de65b95974547c3fea3 /usr/src/uts/common/sys/procfs.h | |
parent | 068cc3827b33c5b4a2930f53c1c71e51c8bb3fb4 (diff) | |
download | illumos-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.h | 4 |
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. */ |