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/cl Remove a hack which declares tigets...



details:   https://anonhg.NetBSD.org/src/rev/0d9ec5ba5898
branches:  trunk
changeset: 827623:0d9ec5ba5898
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Nov 06 03:08:41 2017 +0000

description:
Remove a hack which declares tigetstr(9) in cl_extern.h.
No binary changes.

diffstat:

 external/bsd/nvi/dist/cl/cl_bsd.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r d6be829871bc -r 0d9ec5ba5898 external/bsd/nvi/dist/cl/cl_bsd.c
--- a/external/bsd/nvi/dist/cl/cl_bsd.c Mon Nov 06 03:03:54 2017 +0000
+++ b/external/bsd/nvi/dist/cl/cl_bsd.c Mon Nov 06 03:08:41 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cl_bsd.c,v 1.3 2014/01/26 21:43:45 christos Exp $ */
+/*     $NetBSD: cl_bsd.c,v 1.4 2017/11/06 03:08:41 rin Exp $ */
 /*-
  * Copyright (c) 1995, 1996
  *     Keith Bostic.  All rights reserved.
@@ -14,7 +14,7 @@
 static const char sccsid[] = "Id: cl_bsd.c,v 8.32 2000/12/01 13:56:17 skimo Exp  (Berkeley) Date: 2000/12/01 13:56:17 ";
 #endif /* not lint */
 #else
-__RCSID("$NetBSD: cl_bsd.c,v 1.3 2014/01/26 21:43:45 christos Exp $");
+__RCSID("$NetBSD: cl_bsd.c,v 1.4 2017/11/06 03:08:41 rin Exp $");
 #endif
 
 #include <sys/types.h>
@@ -287,7 +287,9 @@
  * Try and work around the problem, since we only care about the return value.
  *
  * PUBLIC: #ifdef HAVE_CURSES_TIGETSTR
+ * PUBLIC: #if 0
  * PUBLIC: char *tigetstr __P((const char *));
+ * PUBLIC: #endif
  * PUBLIC: #else
  * PUBLIC: char *tigetstr __P((char *));
  * PUBLIC: #endif



Home | Main Index | Thread Index | Old Index