1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

remove the supposed max of 2^31, it hasn't been this small in a very

long time... i.e. since this file was imported...  (ufs1 supports much
larger files then this)...

Submitted by:	Ivan Voras
MFC after:	1 week
This commit is contained in:
John-Mark Gurney 2005-07-18 22:27:41 +00:00
parent 9afe6a5bf9
commit 5ba593de9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148143

View File

@ -215,10 +215,7 @@ while the pure procedure file was being executed an
.Xr open 2
call requested write access.
.It Er 27 EFBIG Em "File too large" .
The size of a file exceeded the maximum (about
.if t 2\u\s-231\s+2\d
.if n 2.1E9
bytes).
The size of a file exceeded the maximum.
.It Er 28 ENOSPC Em "No space left on device" .
A
.Xr write 2