From owner-freebsd-questions Tue Mar 4 20: 1:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E63C37B401 for ; Tue, 4 Mar 2003 20:01:48 -0800 (PST) Received: from man-97-187.ResHall.Berkeley.EDU (man-97-187.Reshall.Berkeley.EDU [169.229.97.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9ED143FB1 for ; Tue, 4 Mar 2003 20:01:47 -0800 (PST) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from localhost (lou@localhost) by man-97-187.ResHall.Berkeley.EDU (8.11.1/8.11.1) with ESMTP id h2544Ko05237; Tue, 4 Mar 2003 20:04:20 -0800 (PST) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Date: Tue, 4 Mar 2003 20:04:20 -0800 (PST) From: Tak Pui LOU To: codalist@TELEMANN.coda.cs.cmu.edu, freebsd-questions@FreeBSD.ORG Subject: CODA 5.3.20 compilation under FreeBSD 5 (stat structure problem) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings All, I am trying to compile CODA 5.3.20 on FreeBSD Release 5. The compilation stopped when it tries to compile coda-5.3.20/coda-src/venus/vproc.cc in which VattrToStat (line 787) try to do the following: sp->st_qspare[0] = 0; sp->st_qspare[1] = 0; And, I look into the stat.h in FBSD 5, the struct of stat has changed and it no longer has st_qspare in it. What can I do to get around with this? Thanks, --- Lou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message