Subject: CVS commit: src/usr.sbin/ndiscvt
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/12/2007 10:04:52
Module Name:	src
Committed By:	martin
Date:		Wed Dec 12 10:04:52 UTC 2007

Modified Files:
	src/usr.sbin/ndiscvt: Makefile inf-token.l

Log Message:
When converting unicode input, replace everything with second byte != 0
with the letter A - this avoids syntax errors if real unicode strings are
used as quoted strings (for example). Fixes a problem converting some
Broadcom driver's .inf file reported on current-users.
Same output generated as with the .inf file properly converted by iconv
upfront.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/usr.sbin/ndiscvt/Makefile \
    src/usr.sbin/ndiscvt/inf-token.l

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