Maximum file size on a v6 File system

listed in answer

Maximum file size on a v6 File system
0 votes, 0.00 avg. rating (0% score)

ANSWER:

Use unsigned int instead of int, assuming your C compiler supports it. If you’re dealing with a V6 compiler, you may be out of luck; otherwise, ’tis pretty simple.

by Jonathan Leffler from http://serverfault.com/questions/382828