pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/multitail/patches



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 22:26:02 UTC 2017

Added Files:
        pkgsrc/misc/multitail/patches: patch-ui.c

Log Message:
Add missing patch for system curses support.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/multitail/patches/patch-ui.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/misc/multitail/patches/patch-ui.c
diff -u /dev/null pkgsrc/misc/multitail/patches/patch-ui.c:1.1
--- /dev/null   Wed Jan  4 22:26:02 2017
+++ pkgsrc/misc/multitail/patches/patch-ui.c    Wed Jan  4 22:26:02 2017
@@ -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