From ad0f8c9b718d0a797d67ddf4d6dc921d5951758e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 Jul 1997 02:52:58 +0000 Subject: (uptime): rename users to n_users --- src/uptime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uptime.c') diff --git a/src/uptime.c b/src/uptime.c index 82338fd9b..506da1126 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -141,8 +141,8 @@ print_uptime (int n) static void uptime (const char *filename) { - int users = read_utmp (filename); - print_uptime (users); + int n_users = read_utmp (filename); + print_uptime (n_users); } static void -- cgit v1.2.3-54-g00ecf