From owner-freebsd-current Tue Nov 26 13: 5: 0 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA66037B401 for ; Tue, 26 Nov 2002 13:04:58 -0800 (PST) Received: from smartie.xs4all.nl (smartie.xs4all.nl [213.84.1.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id B879D43E4A for ; Tue, 26 Nov 2002 13:04:57 -0800 (PST) (envelope-from martijn@smartie.xs4all.nl) Received: from sillywalks.org (boekje.ipv6.sillywalks.org [IPv6:3ffe:8280:10:580:260:8ff:febc:f191]) by smartie.xs4all.nl (8.12.6/8.12.6) with ESMTP id gAQL4o4j069605 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=OK); Tue, 26 Nov 2002 22:04:52 +0100 (CET) (envelope-from martijn@sillywalks.org) Message-ID: <3DE3E1CA.4090909@sillywalks.org> Date: Tue, 26 Nov 2002 22:04:10 +0100 From: Martijn Pronk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson Cc: Hiten Pandya , current@FreeBSD.ORG Subject: Re: Searching for users of netncp and nwfs to help debug 5.0 problems References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.4 required=5.0 tests=CARRIAGE_RETURNS,REFERENCES,SPAM_PHRASE_02_03,USER_AGENT, USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG version=2.41 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nate Lawson wrote: >On Tue, 26 Nov 2002, Hiten Pandya wrote: > > >>On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of: >> >> >>>In file included from /home/src/sys/netncp/ncp_conn.c:46: >>>/home/src/sys/netncp/ncp_conn.h:174: field `nc_lock' has incomplete type >>>/home/src/sys/netncp/ncp_conn.h:193: confused by earlier errors, bailing out >>>*** Error code 1 >>> >>>I guess struct lock can't be found. >>> >>>I hope someone can do something with this. >>> >>> >>> >>Once you change the line in ncp_conn.h to , you >>will see a lot of struct proc related errors springing up. The motto of this >>message is, that fixing that line will not make it compile. >> >>We need to make sys/netncp use struct thread instead of struct proc. >>This is easy in some parts of the code, and on some its just a little >>tricky, but not hard. Somebody did update the prototypes to netncp, but >>forgot to change the logic, for lockmgr calls, example, its last >>argument is a struct thread etc. >> >>I was going to work on this task at one point in time, but now that my >>school exam timetable has changed, I will not be able to do it; for the >>next 2/3 months anyway. >> >>If someone wants to give a go at this task, then they are most welcome >>to take my place. >> >> > >I thought Julian volunteered to do this a while back. If he is not, I can >pick this up and make it compile but I have no equipment to test it on. > > If you can at least make it compile then I can test it at my work. Can you tell me when you're done? Martijn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message