summaryrefslogtreecommitdiff
path: root/src/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.c')
-rw-r--r--src/users.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/users.c b/src/users.c
index b1e8b3d8b..551616e84 100644
--- a/src/users.c
+++ b/src/users.c
@@ -35,9 +35,6 @@
proper_name ("Joseph Arceneaux"), \
proper_name ("David MacKenzie")
-/* The name this program was run with. */
-char const *program_name;
-
static int
userid_compare (const void *v_a, const void *v_b)
{
@@ -124,7 +121,7 @@ int
main (int argc, char **argv)
{
initialize_main (&argc, &argv);
- program_name = argv[0];
+ set_program_name (argv[0]);
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);