Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
fdbb105c
Commit
fdbb105c
authored
Feb 16, 2006
by
Leigh B. Stoller
Browse files
Add prototypes to make perl 5.8 happy and quiet!
parent
4982b9cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/swapexp.in
View file @
fdbb105c
...
...
@@ -32,9 +32,6 @@ sub usage()
"
<nsfile> - Optional NS file to parse for experiment modify
\n
");
exit
(
-
1
);
}
sub
fatal
($);
my
$optlist
=
"
biafres:wq
";
#
...
...
@@ -118,6 +115,11 @@ my $nextswapstate;
my
$termswapstate
;
my
$isadmin
=
0
;
# Protos
sub
fatal
($);
sub
CheckFWinfo
($);
sub
GatherFWinfo
();
#
# Untaint the path
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment