pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/multitail/patches Add missing patch for system cu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25813d271305
branches:  trunk
changeset: 356790:25813d271305
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Jan 04 22:26:02 2017 +0000

description:
Add missing patch for system curses support.

diffstat:

 misc/multitail/patches/patch-ui.c |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 7a7ec88e7fd3 -r 25813d271305 misc/multitail/patches/patch-ui.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/multitail/patches/patch-ui.c Wed Jan 04 22:26:02 2017 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ui.c,v 1.1 2017/01/04 22:26:02 roy Exp $
+
+--- ui.c.orig  2017-01-04 21:58:51.719680033 +0000
++++ ui.c
+@@ -12,6 +12,7 @@
+ #include <sys/utsname.h>
+ #include <pwd.h>
+ #include <signal.h>
++#include <stdarg.h>
+ #include <unistd.h>
+ 
+ #include "mt.h"



Home | Main Index | Thread Index | Old Index