From 5d54e305f778d88cf6b50c2009428446a812d1a3 Mon Sep 17 00:00:00 2001 From: Robert Ricci <ricci@cs.utah.edu> Date: Tue, 2 Jul 2002 20:32:26 +0000 Subject: [PATCH] Fix to work with Perl 5.6 --- tmcd/ron/watchdog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmcd/ron/watchdog b/tmcd/ron/watchdog index 8bf3020a14..8c939b0d75 100755 --- a/tmcd/ron/watchdog +++ b/tmcd/ron/watchdog @@ -43,6 +43,11 @@ my $vndir = "/var/testbed"; my $pidfile = "/var/run/emulab-watchdog.pid"; my $noboot = 0; +# +# Forward declarations for prototype checking +# +sub bootvnodes(); + # # Parse command arguments. Once we return from getopts, all that should be # left are the required arguments. -- GitLab