Remove networking/libiproute/linux/pkt_sched.h

(and networking/libiproute/linux/ since it become empty).
Style fixes.
This commit is contained in:
Denis Vlasenko
2007-01-02 16:32:16 +00:00
parent a71199e0f0
commit ace35eeb88
4 changed files with 28 additions and 434 deletions

View File

@@ -163,7 +163,7 @@ int tail_main(int argc, char **argv)
* starting file position may not be the beginning of the file.
* Beware of backing up too far. See example in wc.c.
*/
if (!(count|from_top) && lseek(fds[i], 0, SEEK_END) >= 0) {
if (!(count | from_top) && lseek(fds[i], 0, SEEK_END) >= 0) {
continue;
}