aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/forward.c
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>2004-11-03 15:23:11 +0000
committerPaul Richards <paul@FreeBSD.org>2004-11-03 15:23:11 +0000
commit4bba8e595ecc312b5dd9c73c8da1a636f896fce9 (patch)
tree5f07f41ffc5b3603a08c3640429a79ee82fdc228 /usr.bin/tail/forward.c
parentb483f84d5519c615798d0a93fc8d88ffaaf70733 (diff)
downloadsrc-4bba8e595ecc312b5dd9c73c8da1a636f896fce9.tar.gz
src-4bba8e595ecc312b5dd9c73c8da1a636f896fce9.zip
Convert to ANSI style function definitions.
Notes
Notes: svn path=/head/; revision=137157
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 883ea9a3a145..6f9256f10d3f 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;