diff options
Diffstat (limited to 'src/users.c')
| -rw-r--r-- | src/users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.c b/src/users.c index b7d656211..e08aeaf37 100644 --- a/src/users.c +++ b/src/users.c @@ -82,7 +82,7 @@ list_entries_users (size_t n, const STRUCT_UTMP *this) Use read_utmp OPTIONS to read FILENAME. */ static void -users (const char *filename, int options) +users (char const *filename, int options) { size_t n_users; STRUCT_UTMP *utmp_buf; |
