Subject: CVS commit: [netbsd-4] src/sys/net
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/31/2007 15:58:04
Module Name:	src
Committed By:	bouyer
Date:		Sat Mar 31 15:58:04 UTC 2007

Modified Files:
	src/sys/net [netbsd-4]: if_gre.c

Log Message:
Pull up following revision(s) (requested by dyoung in ticket #530):
	sys/net/if_gre.c: revision 1.77
In gre_clone_destroy,
1 use splnet() to synchronize gre clone destruction with interrupts,
  and
2 wait to call if_detach() until after joining the gre kernel
  thread.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.76.2.1 src/sys/net/if_gre.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.