From e574b5d441564dfccdcd9b09ed538f7b05d678db Mon Sep 17 00:00:00 2001
From: William Hubbs <williamh@gentoo.org>
Date: Sun, 11 Dec 2011 14:33:25 -0600
Subject: fix compile error

A variable used in the previous commit was actually removed in another
commit; that is why I didn't catch it.

Reported-by: Duncan < 1i5t5.duncan@cox.net>
X-Gentoo-Bug: 394369
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=394369
---
 src/rc/runscript.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index b460cc3c..cd53b349 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -1104,6 +1104,7 @@ runscript(int argc, char **argv)
 	char *dir, *save = NULL, *saveLnk = NULL;
 	char pidstr[10];
 	size_t l = 0, ll;
+ 	const char *file;
 	struct stat stbuf;
 
 	/* Show help if insufficient args */
-- 
cgit v1.2.3