diff options
Diffstat (limited to 'dutmp.c')
-rw-r--r-- | dutmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,5 +62,5 @@ extern int dutmp_main(int argc, char **argv) | |||
62 | ut.ut_addr); | 62 | ut.ut_addr); |
63 | } | 63 | } |
64 | #endif | 64 | #endif |
65 | return(TRUE); | 65 | return EXIT_SUCCESS; |
66 | } | 66 | } |