9fans archive / 1996 / 09 / 10 / prev next From: Scott Schwartz schwartz@gal... Subject: ls quibble Date: Mon, 2 Sep 1996 22:48:51 -0400 Brandon Black <photon@nol.net> writes: | What variable type is the internal, real, size value for files? I would | assume it is probably a 64 bit value, or else the filesystem would be limited | to never having files larger than 4Gb... The type is union Length. (see u.h). It's 64 bits.