Date: Sat, 17 Jun 2000 12:06:13 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf gethints.pl src/sys/i386/conf gethints.pl makeLINT.pl src/sys/pc98/conf gethints.pl Message-ID: <200006171906.MAA74830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/06/17 12:06:13 PDT
Modified files:
sys/alpha/conf gethints.pl
sys/i386/conf gethints.pl makeLINT.pl
sys/pc98/conf gethints.pl
Log:
Use while (<>) instead of while(<STDIN>) so that perl will automagically
deal with filename arguments. It is amazing how much you forget over time.
Thanks to the people that reminded me this. I knew there was an easy way
that didn't involve messing with $argv, filehandles, etc, but just could
not remember - all of my books are on the opposite side of the planet..
Revision Changes Path
1.3 +2 -2 src/sys/alpha/conf/gethints.pl
1.3 +2 -2 src/sys/i386/conf/gethints.pl
1.2 +2 -2 src/sys/i386/conf/makeLINT.pl
1.3 +2 -2 src/sys/pc98/conf/gethints.pl
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006171906.MAA74830>
