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 Remove ex_printf duplicate with...



details:   https://anonhg.NetBSD.org/src/rev/721c02644ac3
branches:  trunk
changeset: 828184:721c02644ac3
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Dec 01 18:35:58 2017 +0000

description:
Remove ex_printf duplicate with ex_extern.h.

diffstat:

 external/bsd/nvi/dist/common/common.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r bd0603e5c106 -r 721c02644ac3 external/bsd/nvi/dist/common/common.h
--- a/external/bsd/nvi/dist/common/common.h     Fri Dec 01 17:47:51 2017 +0000
+++ b/external/bsd/nvi/dist/common/common.h     Fri Dec 01 18:35:58 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: common.h,v 1.3 2014/01/07 02:14:02 joerg Exp $ */
+/*     $NetBSD: common.h,v 1.4 2017/12/01 18:35:58 rin Exp $ */
 /*-
  * Copyright (c) 1991, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
@@ -57,8 +57,6 @@
 typedef struct _text           TEXT;
 typedef struct _win            WIN;
 
-int ex_printf(SCR *, const char *, ...) __printflike(2, 3);
-
 /* Autoindent state. */
 typedef enum { C_NOTSET, C_CARATSET, C_ZEROSET } carat_t;
 



Home | Main Index | Thread Index | Old Index