From fd251f039f74f2ef8ef8a019566eebf9d22be098 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 7 Nov 2006 18:32:54 -0800 Subject: Clear unused variable warnings from lint --- sessreg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sessreg.c b/sessreg.c index 0393628..4d8acbe 100644 --- a/sessreg.c +++ b/sessreg.c @@ -188,11 +188,12 @@ main (int argc, char **argv) int utmp; #endif char *line_tmp; +#ifndef USE_UTMPX int wtmp; +#endif Time_t current_time; struct utmp utmp_entry; #ifdef USE_UTMPX - int wtmpx; struct utmpx utmpx_entry; #endif -- cgit v1.2.3