commit | 319f8ebef8a9e48cb74b220d4585552928549266 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Aug 13 11:09:30 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Aug 13 11:09:30 2007 +0000 |
tree | a6f292129a04b9eba6d2a2aef353e49e8b5a14e0 | |
parent | f5635f4d327c7f4ce34026c64548585dd7b59ffc [diff] [blame] |
httpd: round down sendfile byte count to 64k *: style fixes
diff --git a/miscutils/ttysize.c b/miscutils/ttysize.c index 51d4ec7..5a3f5dc 100644 --- a/miscutils/ttysize.c +++ b/miscutils/ttysize.c
@@ -16,7 +16,7 @@ { unsigned w,h; struct winsize wsz; - + w = 80; h = 24; if (!ioctl(0, TIOCGWINSZ, &wsz)) {