aboutsummaryrefslogtreecommitdiff
path: root/vi/v_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'vi/v_put.c')
-rw-r--r--vi/v_put.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/vi/v_put.c b/vi/v_put.c
index 77220ea14ff9..a739bd1a80e3 100644
--- a/vi/v_put.c
+++ b/vi/v_put.c
@@ -10,7 +10,7 @@
#include "config.h"
#ifndef lint
-static const char sccsid[] = "@(#)v_put.c 10.5 (Berkeley) 3/6/96";
+static const char sccsid[] = "$Id: v_put.c,v 10.6 2001/06/25 15:19:34 skimo Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -33,9 +33,7 @@ static void inc_buf __P((SCR *, VICMD *));
* PUBLIC: int v_Put __P((SCR *, VICMD *));
*/
int
-v_Put(sp, vp)
- SCR *sp;
- VICMD *vp;
+v_Put(SCR *sp, VICMD *vp)
{
u_long cnt;
@@ -66,9 +64,7 @@ v_Put(sp, vp)
* PUBLIC: int v_put __P((SCR *, VICMD *));
*/
int
-v_put(sp, vp)
- SCR *sp;
- VICMD *vp;
+v_put(SCR *sp, VICMD *vp)
{
u_long cnt;
@@ -108,9 +104,7 @@ v_put(sp, vp)
* the buffer increment gets done regardless of the success of the put.
*/
static void
-inc_buf(sp, vp)
- SCR *sp;
- VICMD *vp;
+inc_buf(SCR *sp, VICMD *vp)
{
CHAR_T v;