From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 2 Sep 1996 22:48:51 -0400 From: Scott Schwartz schwartz@galapagos.cse.psu.edu Subject: ls quibble Topicbox-Message-UUID: 4c5a35c6-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960903024851._AJx8l1gPB6CBmYC7dWyCX4aLZ2l594y0tLVwDAgTKg@z> Brandon Black 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.