Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/20/2004 00:28:02
Module Name: src
Committed By: dyoung
Date: Mon Dec 20 00:28:02 UTC 2004
Modified Files:
src/sys/dev/ic: rtw.c
Log Message:
Get rid of the silly char (*dvname)[IFNAMSIZ] pattern. Replace it
with const char *dvname. I'm not sure what I was thinking.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/rtw.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.