Subject: CVS commit: syssrc/sys/dev/cardbus
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 11/21/2001 11:08:40
Module Name: syssrc
Committed By: enami
Date: Wed Nov 21 09:08:39 UTC 2001
Modified Files:
syssrc/sys/dev/cardbus: cardbus.c
Log Message:
Don't use __func__ as variable. It prevents compilation.
Use __FUNCTION__ instead.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/dev/cardbus/cardbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.