summaryrefslogtreecommitdiff
path: root/src/users.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-29 02:13:21 +0000
committerJim Meyering <jim@meyering.net>1998-06-29 02:13:21 +0000
commitc5eb9edf2600480b9490cccd8a66284cb46392a8 (patch)
tree4cbb8f5a9cf32ed6025e0773e3f394151d471c4e /src/users.c
parentdd9470cb58f9c668279aa8dab8164440b73daaad (diff)
downloadcoreutils-c5eb9edf2600480b9490cccd8a66284cb46392a8.tar.xz
Change all uses of unlocked-wrapped functions to their upper case wrapper names.
Diffstat (limited to 'src/users.c')
-rw-r--r--src/users.c2
1 files changed, 1 insertions, 1 deletions
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++)