Subject: Re: -current free vnode panic
To: David Brownlee <D.K.Brownlee@city.ac.uk>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 10/02/1995 08:37:47
On Mon, 2 Oct 1995 13:28:44 +0100 (BST) 
 David Brownlee <D.K.Brownlee@city.ac.uk> wrote:

 > 	I _think_ this is a MI problem - will not post anything more to
 > 	port-sparc, apologies for not doing this sooner...

It looks like I botched one of the prototyping changes... "oops".  That's 
why we did it then, so we could catch these little bugs :-)

Try this diff; it may solve your problem...

Index: svr4_fcntl.c
===================================================================
RCS file: /a/cvsroot/src/sys/compat/svr4/svr4_fcntl.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -c -r1.10 -r1.11
*** svr4_fcntl.c	1995/09/19 22:10:11	1.10
--- svr4_fcntl.c	1995/10/02 08:20:47	1.11
***************
*** 1,4 ****
! /*	$NetBSD: svr4_fcntl.c,v 1.10 1995/09/19 22:10:11 thorpej Exp $	 */
  
  /*
   * Copyright (c) 1994 Christos Zoulas
--- 1,4 ----
! /*	$NetBSD: svr4_fcntl.c,v 1.11 1995/10/02 08:20:47 pk Exp $	 */
  
  /*
   * Copyright (c) 1994 Christos Zoulas
***************
*** 252,258 ****
  	void				*v;
  	register_t			*retval;
  {
! 	struct svr4_fcntl_args	*uap;
  	int			error;
  	struct fcntl_args	fa;
  
--- 252,258 ----
  	void				*v;
  	register_t			*retval;
  {
! 	struct svr4_fcntl_args	*uap = v;
  	int			error;
  	struct fcntl_args	fa;
  

--------------------------------------------------------------------------
Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                               Home: 408.866.1912
NAS: M/S 258-6                                          Work: 415.604.0935
Moffett Field, CA 94035                                Pager: 415.428.6939