diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-07 18:20:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-07 18:20:53 +0900 |
commit | 2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f (patch) | |
tree | 8efed172b95588e6ea4345fa60f47d52bbdec9b6 /config.tests/unix/largefile/largefiletest.cpp | |
parent | 01d46198d1b9240c8e0eb1cf31300b77879da412 (diff) | |
download | tqt-2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f.tar.gz tqt-2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f.zip |
Remove support for Tru64, OSF and SCO v3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.tests/unix/largefile/largefiletest.cpp')
-rw-r--r-- | config.tests/unix/largefile/largefiletest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.tests/unix/largefile/largefiletest.cpp b/config.tests/unix/largefile/largefiletest.cpp index ed04e7a4a..b3626621a 100644 --- a/config.tests/unix/largefile/largefiletest.cpp +++ b/config.tests/unix/largefile/largefiletest.cpp @@ -18,7 +18,6 @@ int main( int, char **argv ) if (OFF_T_64 % 2147483647 != 1) return 1; - // stat breaks on SCO OpenServer struct stat buf; stat( argv[0], &buf ); if (!S_ISREG(buf.st_mode)) |