From c5eb9edf2600480b9490cccd8a66284cb46392a8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 29 Jun 1998 02:13:21 +0000 Subject: Change all uses of unlocked-wrapped functions to their upper case wrapper names. --- src/users.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.c') diff --git a/src/users.c b/src/users.c index a9691bc38..0d44f6dcf 100644 --- a/src/users.c +++ b/src/users.c @@ -82,7 +82,7 @@ list_entries_users (int n, const STRUCT_UTMP *this) int c; fputs (u[i], stdout); c = (i < n_entries - 1 ? ' ' : '\n'); - putchar (c); + PUTCHAR (c); } for (i = 0; i < n_entries; i++) -- cgit v1.2.3-54-g00ecf