aboutsummaryrefslogtreecommitdiff
path: root/vi/v_yank.c
diff options
context:
space:
mode:
Diffstat (limited to 'vi/v_yank.c')
-rw-r--r--vi/v_yank.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/vi/v_yank.c b/vi/v_yank.c
index 4708f1996774..7b02cce04adb 100644
--- a/vi/v_yank.c
+++ b/vi/v_yank.c
@@ -10,7 +10,7 @@
#include "config.h"
#ifndef lint
-static const char sccsid[] = "@(#)v_yank.c 10.9 (Berkeley) 5/19/96";
+static const char sccsid[] = "$Id: v_yank.c,v 10.10 2001/06/25 15:19:36 skimo Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -42,9 +42,7 @@ static const char sccsid[] = "@(#)v_yank.c 10.9 (Berkeley) 5/19/96";
* PUBLIC: int v_yank __P((SCR *, VICMD *));
*/
int
-v_yank(sp, vp)
- SCR *sp;
- VICMD *vp;
+v_yank(SCR *sp, VICMD *vp)
{
size_t len;