- save 4 bytes
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 30 Nov 2006 14:53:51 +0000 (14:53 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 30 Nov 2006 14:53:51 +0000 (14:53 -0000)
   text    data     bss     dec     hex filename
    764       0      80     844     34c vlock.o.oorig
    760       0      80     840     348 vlock.o

loginutils/vlock.c

index 1414613de510e9c69095f826e069c79977b2058f..7cc812fbb8a4e7dcea06f13b228639ae9275df52 100644 (file)
@@ -114,5 +114,5 @@ int vlock_main(int argc, char **argv)
                puts("Password incorrect");
        } while (1);
        restore_terminal();
-       return 0;
+       fflush_stdout_and_exit(0);
 }