summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-02 21:14:17 +0000
committerimp <imp@FreeBSD.org>2001-11-02 21:14:17 +0000
commit1f54f2c4113186689e8dd1bb4a71cea494184cd1 (patch)
tree9cd288cf4e68a57647fedd1c669aa42430249fdf
parent339957cbbd95270e5a2265bc41a67225c4969cb1 (diff)
downloadFreeBSD-src-1f54f2c4113186689e8dd1bb4a71cea494184cd1.zip
FreeBSD-src-1f54f2c4113186689e8dd1bb4a71cea494184cd1.tar.gz
Back out the -w, option strict and our($...). They don't work for me and
have broken the kernel build.
-rw-r--r--sys/kern/makeobjops.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/makeobjops.pl b/sys/kern/makeobjops.pl
index 7e1d3fd..979cef3 100644
--- a/sys/kern/makeobjops.pl
+++ b/sys/kern/makeobjops.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@
# Script to produce kobj front-end sugar.
#
-use strict;
+#use strict;
use Getopt::Std;
my $line_width = 80;
@@ -55,7 +55,7 @@ my $intname;
# Process the command line
#
-our ($opt_c, $opt_d, $opt_h, $opt_l, $opt_p);
+#our ($opt_c, $opt_d, $opt_h, $opt_l, $opt_p);
getopts('cdhl:p')
or usage();
OpenPOWER on IntegriCloud