summaryrefslogtreecommitdiff
path: root/contrib/nvi/vi/v_delete.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nvi/vi/v_delete.c')
-rw-r--r--contrib/nvi/vi/v_delete.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/nvi/vi/v_delete.c b/contrib/nvi/vi/v_delete.c
index 70df78b22e2c..b3b879e93dd3 100644
--- a/contrib/nvi/vi/v_delete.c
+++ b/contrib/nvi/vi/v_delete.c
@@ -10,7 +10,7 @@
#include "config.h"
#ifndef lint
-static const char sccsid[] = "@(#)v_delete.c 10.9 (Berkeley) 10/23/96";
+static const char sccsid[] = "$Id: v_delete.c,v 10.11 2001/06/25 15:19:31 skimo Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -32,9 +32,7 @@ static const char sccsid[] = "@(#)v_delete.c 10.9 (Berkeley) 10/23/96";
* PUBLIC: int v_delete __P((SCR *, VICMD *));
*/
int
-v_delete(sp, vp)
- SCR *sp;
- VICMD *vp;
+v_delete(SCR *sp, VICMD *vp)
{
recno_t nlines;
size_t len;