pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nagios-base/patches cvs remove obsolete patch left...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/250aebaf7b52
branches:  trunk
changeset: 362781:250aebaf7b52
user:      manu <manu%pkgsrc.org@localhost>
date:      Thu May 25 07:50:01 2017 +0000

description:
cvs remove obsolete patch left there after upgrade.

diffstat:

 net/nagios-base/patches/patch-cgi_extinfo.c |  24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diffs (28 lines):

diff -r c9b128493123 -r 250aebaf7b52 net/nagios-base/patches/patch-cgi_extinfo.c
--- a/net/nagios-base/patches/patch-cgi_extinfo.c       Thu May 25 06:38:44 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-cgi_extinfo.c,v 1.3 2015/04/12 23:33:06 rodent Exp $
-
-Fix build in SunOS.
-
---- cgi/extinfo.c.orig 2014-08-12 15:00:01.000000000 +0000
-+++ cgi/extinfo.c
-@@ -1739,7 +1739,7 @@ void show_all_comments(void) {
-       const char *bg_class = "";
-       int odd = 0;
-       char date_time[MAX_DATETIME_LENGTH];
--      comment *temp_comment;
-+      my_comment *temp_comment;
-       host *temp_host;
-       service *temp_service;
-       char *comment_type;
-@@ -2420,7 +2420,7 @@ void display_comments(int type) {
-       const char *bg_class = "";
-       int odd = 1;
-       char date_time[MAX_DATETIME_LENGTH];
--      comment *temp_comment;
-+      my_comment *temp_comment;
-       char *comment_type;
-       char expire_time[MAX_DATETIME_LENGTH];
- 



Home | Main Index | Thread Index | Old Index