From 426941f8a3c8cf8d8e8748418190c7c2b51167cd Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 24 Nov 2009 11:00:42 +1100 Subject: [PATCH] tload: remote unneeded optarg and optind variables A patch from Debian. Backported-by: Sami Kerola --- tload.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tload.c b/tload.c index 14c02166..f846ecb8 100644 --- a/tload.c +++ b/tload.c @@ -30,9 +30,6 @@ static int fd=1; static int dly=5; static jmp_buf jb; -extern int optind; -extern char *optarg; - static void alrm(int signo) { (void)signo;