Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/net



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.




Home | Main Index | Thread Index | Old Index