summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/forward.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tail/forward.c')
-rw-r--r--usr.bin/tail/forward.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c
index 883ea9a..6f9256f 100644
--- a/usr.bin/tail/forward.c
+++ b/usr.bin/tail/forward.c
@@ -89,11 +89,7 @@ static void rlines(FILE *, off_t, struct stat *);
* NOREG cyclically read lines into a wrap-around array of buffers
*/
void
-forward(fp, style, off, sbp)
- FILE *fp;
- enum STYLE style;
- off_t off;
- struct stat *sbp;
+forward(FILE *fp, enum STYLE style, off_t off, struct stat *sbp)
{
int ch, n, kq = -1;
int action = USE_SLEEP;
OpenPOWER on IntegriCloud