Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(366)

Unified Diff: src/pkg/syscall/mksysnum_linux.pl

Issue 4609047: code review 4609047: syscall: use strict in perl scripts (Closed)
Patch Set: diff -r 6c9c33c799f1 http://go.googlecode.com/hg/ Created 13 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/syscall/mksysnum_freebsd.pl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/syscall/mksysnum_linux.pl
===================================================================
--- a/src/pkg/syscall/mksysnum_linux.pl
+++ b/src/pkg/syscall/mksysnum_linux.pl
@@ -3,6 +3,8 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
+use strict;
+
my $command = "mksysnum_linux.pl ". join(' ', @ARGV);
print <<EOF;
« no previous file with comments | « src/pkg/syscall/mksysnum_freebsd.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b