mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
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
e42ad56f1a
commit
561aef9a69
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79112
@ -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…
Reference in New Issue
Block a user