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 745b2bca1..b1e8b3d8b 100644 --- a/src/users.c +++ b/src/users.c @@ -36,7 +36,7 @@ proper_name ("David MacKenzie") /* The name this program was run with. */ -char *program_name; +char const *program_name; static int userid_compare (const void *v_a, const void *v_b) |