Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/nvi/dist/common Fix argument type of put() in c...



details:   https://anonhg.NetBSD.org/src/rev/9325165aa743
branches:  trunk
changeset: 827773:9325165aa743
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Nov 12 15:23:51 2017 +0000

description:
Fix argument type of put() in common_extern.h

diffstat:

 external/bsd/nvi/dist/common/put.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 28d887bd6378 -r 9325165aa743 external/bsd/nvi/dist/common/put.c
--- a/external/bsd/nvi/dist/common/put.c        Sun Nov 12 15:22:09 2017 +0000
+++ b/external/bsd/nvi/dist/common/put.c        Sun Nov 12 15:23:51 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: put.c,v 1.4 2014/01/26 21:43:45 christos Exp $ */
+/*     $NetBSD: put.c,v 1.5 2017/11/12 15:23:51 rin Exp $ */
 /*-
  * Copyright (c) 1992, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
@@ -16,7 +16,7 @@
 static const char sccsid[] = "Id: put.c,v 10.18 2001/06/25 15:19:11 skimo Exp  (Berkeley) Date: 2001/06/25 15:19:11 ";
 #endif /* not lint */
 #else
-__RCSID("$NetBSD: put.c,v 1.4 2014/01/26 21:43:45 christos Exp $");
+__RCSID("$NetBSD: put.c,v 1.5 2017/11/12 15:23:51 rin Exp $");
 #endif
 
 #include <sys/types.h>
@@ -35,7 +35,7 @@
  * put --
  *     Put text buffer contents into the file.
  *
- * PUBLIC: int put __P((SCR *, CB *, CHAR_T *, MARK *, MARK *, int));
+ * PUBLIC: int put __P((SCR *, CB *, ARG_CHAR_T *, MARK *, MARK *, int));
  */
 int
 put(SCR *sp, CB *cbp, ARG_CHAR_T *namep, MARK *cp, MARK *rp, int append)



Home | Main Index | Thread Index | Old Index