projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b31c252
)
- small size tweak
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 20 Jan 2007 21:31:21 +0000
(21:31 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 20 Jan 2007 21:31:21 +0000
(21:31 -0000)
coreutils/tail.c
patch
|
blob
|
history
diff --git
a/coreutils/tail.c
b/coreutils/tail.c
index 98fbcc7c4cf8d195f3d25f8dc7ad533df224ba8e..4baffeed124047b847e079e27cc08883b0048f66 100644
(file)
--- a/
coreutils/tail.c
+++ b/
coreutils/tail.c
@@
-66,7
+66,7
@@
int tail_main(int argc, char **argv)
{
unsigned count = 10;
unsigned sleep_period = 1;
-
int
from_top = 0;
+
bool
from_top = 0;
int header_threshhold = 1;
const char *str_c, *str_n, *str_s;