From ace35eeb889757b1d6ebc54fc2c7a9492a00c0c3 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 2 Jan 2007 16:32:16 +0000 Subject: Remove networking/libiproute/linux/pkt_sched.h (and networking/libiproute/linux/ since it become empty). Style fixes. --- coreutils/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/tail.c b/coreutils/tail.c index a753a10..98fbcc7 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -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; } -- cgit v1.1