Xref: utzoo comp.unix.i386:6673 comp.unix.wizards:22818 Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.i386,comp.unix.wizards Subject: Re: i386 unix with NFS - getcwd() & /bin/pwd inode problem Message-ID: <3632@auspex.auspex.com> Date: 10 Jul 90 16:39:07 GMT References: <1990Jul9.142023.17830@ico.isc.com> Followup-To: comp.unix.i386 Distribution: na Organization: Auspex Systems, Santa Clara Lines: 10 >I expect thatsome type of fix will be made in a future release of our >(ISC) version once we have one which will let the binary work on other >systems that don't have the fix. S5R4 has "ino_t" as a long (or at least that was what I last heard - given that the BSD file system is one of the on-disk file systems S5R4 supports, they had to do that), with "stat()" getting a new trap number and the old trap number giving you the old structure for binary compatibility (just what Berkeley did in 4.2BSD, in other words). They also added some other Berkeley fields to the "stat" structure.