summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/conf/gethints.pl2
-rw-r--r--sys/i386/conf/gethints.pl2
-rw-r--r--sys/i386/conf/makeLINT.pl2
-rw-r--r--sys/pc98/conf/gethints.pl2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/conf/gethints.pl b/sys/alpha/conf/gethints.pl
index d00582c..80586e3 100644
--- a/sys/alpha/conf/gethints.pl
+++ b/sys/alpha/conf/gethints.pl
@@ -8,7 +8,7 @@
#
# $FreeBSD$
-while (<STDIN>) {
+while (<>) {
chop;
s/#.*//;
next unless /^device/;
diff --git a/sys/i386/conf/gethints.pl b/sys/i386/conf/gethints.pl
index d00582c..80586e3 100644
--- a/sys/i386/conf/gethints.pl
+++ b/sys/i386/conf/gethints.pl
@@ -8,7 +8,7 @@
#
# $FreeBSD$
-while (<STDIN>) {
+while (<>) {
chop;
s/#.*//;
next unless /^device/;
diff --git a/sys/i386/conf/makeLINT.pl b/sys/i386/conf/makeLINT.pl
index 9fe2361..06af090 100644
--- a/sys/i386/conf/makeLINT.pl
+++ b/sys/i386/conf/makeLINT.pl
@@ -2,7 +2,7 @@
# $FreeBSD$
$lno=0;
-while (<STDIN>) {
+while (<>) {
chop;
s/#.*//;
s/\f//g;
diff --git a/sys/pc98/conf/gethints.pl b/sys/pc98/conf/gethints.pl
index 51ac8a9..1a90029 100644
--- a/sys/pc98/conf/gethints.pl
+++ b/sys/pc98/conf/gethints.pl
@@ -8,7 +8,7 @@
#
# $FreeBSD$
-while (<STDIN>) {
+while (<>) {
chop;
s/#.*//;
next unless /^device/;
OpenPOWER on IntegriCloud