From 391513e13f6626d4ca1fb15a8d489e483ed5be5b Mon Sep 17 00:00:00 2001 From: Michael Landin Date: Mon, 22 May 2017 09:15:22 +0000 Subject: - update to -> 2.4 - add LICENSE --- net-mgmt/cdpr/files/patch-conffile.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 net-mgmt/cdpr/files/patch-conffile.c (limited to 'net-mgmt/cdpr/files/patch-conffile.c') diff --git a/net-mgmt/cdpr/files/patch-conffile.c b/net-mgmt/cdpr/files/patch-conffile.c deleted file mode 100644 index ef5a7d1191a4..000000000000 --- a/net-mgmt/cdpr/files/patch-conffile.c +++ /dev/null @@ -1,19 +0,0 @@ ---- conffile.c.orig 2016-06-20 14:44:21 UTC -+++ conffile.c -@@ -57,6 +57,7 @@ do_something_with (char *ip, char *url) - struct hostent *h; - char *addy; - int port; -+ char *tport; - - if (ip && url) - { -@@ -70,7 +71,7 @@ do_something_with (char *ip, char *url) - else - { - strtok(ip,":"); -- char *tport = strtok(NULL,":"); -+ tport = strtok(NULL,":"); - port = atoi(tport); - } - /* -- cgit v1.2.3