projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28bb84b
)
- save 4 bytes
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 30 Nov 2006 14:53:51 +0000
(14:53 -0000)
committer
Bernhard 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
patch
|
blob
|
history
diff --git
a/loginutils/vlock.c
b/loginutils/vlock.c
index 1414613de510e9c69095f826e069c79977b2058f..7cc812fbb8a4e7dcea06f13b228639ae9275df52 100644
(file)
--- a/
loginutils/vlock.c
+++ b/
loginutils/vlock.c
@@
-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)
;
}