Revert previous commit; it broke large file support on platforms that
had it to begin with (e.g., the Alpha). Submitted by: bde
This commit is contained in:
parent
bbe2a99582
commit
0e52764a02
@ -180,7 +180,7 @@ s_stab(fn, fd, ep)
|
||||
}
|
||||
|
||||
/* Check size. */
|
||||
if (sb.st_size > (unsigned)SIZE_T_MAX) {
|
||||
if (sb.st_size > SIZE_T_MAX) {
|
||||
warnx("%s: %s", fn, strerror(EFBIG));
|
||||
err_val = 1;
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user