Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/05/1996 14:40:03
cgd
Wed Jun 5 14:32:24 EDT 1996
Update of /a/cvsroot/src/sys/dev/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24147
Modified Files:
devlist2h.awk
Log Message:
fix bogus comment pointed out by Mike Grupenhoff <kashmir@umiacs.UMD.EDU>.
C-style comments aren't legal in awk (except in gawk, apparently).
cgd
Wed Jun 5 14:34:40 EDT 1996
Update of /a/cvsroot/src/sys/dev/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24247
Revision/Branch: netbsd-1-2
Modified Files:
devlist2h.awk
Log Message:
pull up from trunk:
>fix bogus comment pointed out by Mike Grupenhoff <kashmir@umiacs.UMD.EDU>.
>C-style comments aren't legal in awk (except in gawk, apparently).