From f449446e45f5af4b815b83f333c76a424e8f1d6b Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sun, 13 Dec 2009 04:14:55 +0000 Subject: [PATCH] Use ANSI prototype for foldit(). --- usr.bin/vis/foldit.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 6ad82c2dc2f4..3c977cb8d5e0 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -44,9 +44,7 @@ static const char sccsid[] = "@(#)foldit.c 8.1 (Berkeley) 6/6/93"; #include "extern.h" int -foldit(chunk, col, max) - char *chunk; - int col, max; +foldit(char *chunk, int col, int max) { char *cp;