pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files/nbcompat termcap.h also req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28404e7d794c
branches:  trunk
changeset: 317633:28404e7d794c
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Jan 12 07:55:28 2019 +0000

description:
termcap.h also requires the change from PR 33037.

diffstat:

 pkgtools/libnbcompat/files/nbcompat/termcap.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 8e230f825752 -r 28404e7d794c pkgtools/libnbcompat/files/nbcompat/termcap.h
--- a/pkgtools/libnbcompat/files/nbcompat/termcap.h     Sat Jan 12 04:36:39 2019 +0000
+++ b/pkgtools/libnbcompat/files/nbcompat/termcap.h     Sat Jan 12 07:55:28 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: termcap.h,v 1.2 2008/04/29 05:46:08 martin Exp $       */
+/*     $NetBSD: termcap.h,v 1.3 2019/01/12 07:55:28 dholland Exp $     */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -41,6 +41,11 @@
  */
 
 #if !HAVE_TERMCAP_H
+# if !HAVE_SYS_CDEFS_H
+#  include <nbcompat/cdefs.h>
+# endif
+# include <stdarg.h>
+
 int    tgetent  __P((char *, const char *));
 char   *tgetstr  __P((const char *, char **));
 int    tgetflag __P((const char *));



Home | Main Index | Thread Index | Old Index