svn commit: trunk/busybox/loginutils
aldot at busybox.net
aldot at busybox.net
Thu Nov 30 06:53:52 PST 2006
Author: aldot
Date: 2006-11-30 06:53:51 -0800 (Thu, 30 Nov 2006)
New Revision: 16738
Log:
- save 4 bytes
text data bss dec hex filename
764 0 80 844 34c vlock.o.oorig
760 0 80 840 348 vlock.o
Modified:
trunk/busybox/loginutils/vlock.c
Changeset:
Modified: trunk/busybox/loginutils/vlock.c
===================================================================
--- trunk/busybox/loginutils/vlock.c 2006-11-30 09:06:53 UTC (rev 16737)
+++ trunk/busybox/loginutils/vlock.c 2006-11-30 14:53:51 UTC (rev 16738)
@@ -114,5 +114,5 @@
puts("Password incorrect");
} while (1);
restore_terminal();
- return 0;
+ fflush_stdout_and_exit(0);
}
More information about the busybox-cvs
mailing list