]> bbs.cooldavid.org Git - net-next-2.6.git/commit
get_maintainer: repair STDIN usage
authorWolfram Sang <w.sang@pengutronix.de>
Tue, 23 Mar 2010 20:35:18 +0000 (13:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Mar 2010 23:31:20 +0000 (16:31 -0700)
commit3a4df13d2420ae1998e5c7d26275f8714e84da30
treee94e7515890d47768cda380e5fcf63666a574963
parent1d53661d26aa779dcd74f8a1c5a94e181cc101d8
get_maintainer: repair STDIN usage

Commit 22dd5b0cba50a197aaa3bd2790a29ee2e8e4e372 (fix perlcritic warnings)
broke the ability to handle STDIN because the three argument version of
open() cannot handle standard IO-streams (which is mentioned in
PerlBestPractices, too).

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl