diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-11-07 18:32:54 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-11-07 18:32:54 -0800 |
commit | fd251f039f74f2ef8ef8a019566eebf9d22be098 (patch) | |
tree | 8270fea65d38f94c907952391db4941d2ee485cb /sessreg.c | |
parent | 21bee0694be43d4be1d93a8bcafbcd0f0ef9a9b4 (diff) |
Clear unused variable warnings from lint
Diffstat (limited to 'sessreg.c')
-rw-r--r-- | sessreg.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |