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-08 22:08:36 +0900 |
| commit | c147c9001b60295bdd731f95d805460c8973621b (patch) | |
| tree | d2ee559c0a17cac9acc4aeb00ed4a470fc6e4db7 /config.tests/unix/largefile/largefiletest.cpp | |
| parent | 10cded644d5b41f19a2646c6ddcabc4ae9d55f4d (diff) | |
| download | tqt-c147c9001b60295bdd731f95d805460c8973621b.tar.gz tqt-c147c9001b60295bdd731f95d805460c8973621b.zip | |
Remove support for Tru64, OSF and SCO v3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f)
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)) |
