Skip to content
Snippets Groups Projects
Commit 5d54e305 authored by Robert Ricci's avatar Robert Ricci
Browse files

Fix to work with Perl 5.6

parent ff17c390
No related merge requests found
...@@ -43,6 +43,11 @@ my $vndir = "/var/testbed"; ...@@ -43,6 +43,11 @@ my $vndir = "/var/testbed";
my $pidfile = "/var/run/emulab-watchdog.pid"; my $pidfile = "/var/run/emulab-watchdog.pid";
my $noboot = 0; my $noboot = 0;
#
# Forward declarations for prototype checking
#
sub bootvnodes();
# #
# Parse command arguments. Once we return from getopts, all that should be # Parse command arguments. Once we return from getopts, all that should be
# left are the required arguments. # left are the required arguments.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment