Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 01/25/2005 09:57:15
Module Name:	src
Committed By:	ragge
Date:		Tue Jan 25 09:57:15 UTC 2005

Modified Files:
	src/sys/net: if_tap.c

Log Message:
Do not cast simple_lock() to (void).  It may be a do { } while() macro,
and then compilation fails.  Found by Håvard Eidnes.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/net/if_tap.c

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