summaryrefslogtreecommitdiff
path: root/src/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.c')
-rw-r--r--src/users.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/users.c b/src/users.c
index 43fe68056..9a6d277d0 100644
--- a/src/users.c
+++ b/src/users.c
@@ -25,6 +25,7 @@
#include "long-options.h"
#include "readutmp.h"
#include "system.h"
+#include "closeout.h"
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "users"
@@ -134,6 +135,8 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
+ atexit (close_stdout);
+
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
AUTHORS, usage);