Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!virtech!cpcahil From: cpcahil@virtech.UUCP (Conor P. Cahill) Newsgroups: comp.unix.xenix Subject: Re: SCO V2.3 fstatfs bug? Summary: f_bsize is a short, not a long Message-ID: <1214@virtech.UUCP> Date: 30 Sep 89 12:06:56 GMT References: <2058@leah.Albany.Edu> Distribution: usa Organization: Virtual Technologies Inc Lines: 11 > printf("Block size = %lx Blocks free = %lx\n", ^^^ > file_system.f_bsize, file_system.f_bfree); The f_bsize element of the statfs structure is a short, not a long. -- +-----------------------------------------------------------------------+ | Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 ! | Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 | +-----------------------------------------------------------------------+